Skip to content

Instantly share code, notes, and snippets.

@gkspranger
Last active February 23, 2017 14:33
Show Gist options
  • Save gkspranger/27c9839388e53c4ed7238c06ee5bfb81 to your computer and use it in GitHub Desktop.
Save gkspranger/27c9839388e53c4ed7238c06ee5bfb81 to your computer and use it in GitHub Desktop.
# MULTILINE NOTES for NAGIOS SERVICE !!
# no more run on sentences .. this annoyed me so much
# check aem6 service is running
define service {
service_description AEM6
hostgroup_name aem
check_command check_check_aem6
use default-service
contact_groups admins
notes \
Checks AEM6 is running.<br> \
IF PROD, inform on-call immediately.<br> \
IF NON-PROD, inform on-call during normal business hours.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment