Created
January 2, 2014 23:49
-
-
Save dkrizic/8229615 to your computer and use it in GitHub Desktop.
Configure (the only) contact to use service-notify-by-pushover and host-notify-by-pushover for notifications.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define contact{ | |
contact_name root | |
alias Root | |
service_notification_period 24x7 | |
host_notification_period 24x7 | |
service_notification_options w,u,c,r | |
host_notification_options d,r | |
service_notification_commands service-notify-by-pushover | |
host_notification_commands host-notify-by-pushover | |
email root@localhost | |
} | |
define contactgroup{ | |
contactgroup_name admins | |
alias Nagios Administrators | |
members root | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment