Skip to content

Instantly share code, notes, and snippets.

@dkrizic
Created January 2, 2014 23:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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.
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