Skip to content

Instantly share code, notes, and snippets.

@CraveMode
Forked from csdy/watch.sh
Last active August 29, 2015 14:17
Show Gist options
  • Save CraveMode/da0883d551f9895cf197 to your computer and use it in GitHub Desktop.
Save CraveMode/da0883d551f9895cf197 to your computer and use it in GitHub Desktop.
# Generic
watch -n 2 "/usr/bin/lynx -dump -width 500 http://127.0.0.1/whm-server-status | tail -n +26"
# WordPress/Joomla/vBulletin
watch -n 2 "/usr/bin/lynx -dump -width 500 http://127.0.0.1/whm-server-status | grep -e "wp-login.php" -e "wp-admin/" -e "administrator/index.php" -e "*vbulletin""
# Wordpress XMLRPC
watch -n 2 "/usr/bin/lynx -dump -width 500 http://127.0.0.1/whm-server-status | grep -e "xmlrpc.php""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment