Skip to content

Instantly share code, notes, and snippets.

@skiold
Created January 28, 2010 13:13
Show Gist options
  • Save skiold/288723 to your computer and use it in GitHub Desktop.
Save skiold/288723 to your computer and use it in GitHub Desktop.
while true
do
tput clear
date
/usr/local/icinga/bin/icinga -v /etc/nagios3/icinga.cfg | grep -B 10 'Total Errors:'
sleep 30
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment