Skip to content

Instantly share code, notes, and snippets.

@isaaclw
Created November 21, 2019 20:33
Show Gist options
  • Save isaaclw/8f59ffc370c13c60035be2f312bb0940 to your computer and use it in GitHub Desktop.
Save isaaclw/8f59ffc370c13c60035be2f312bb0940 to your computer and use it in GitHub Desktop.
Check for errors and then reload icinga
/usr/sbin/icinga -v /etc/icinga/icinga.cfg | grep -B 1 -iE "(warn|error|read)"; read -p "ready to reload? (ctrl+c to cancel)" foo; /etc/init.d/icinga reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment