summaryrefslogtreecommitdiffstats
path: root/roles/nagios_server/files/nagios/contacts/ircbot.cfg
blob: 9f3d4fee2e910f4fa10c4aaec391205ca504eafe (plain)
1
2
3
4
5
6
7
8
9
10
define contact{
    contact_name        ircbot
    alias           ZOD
    service_notification_period     24x7
    host_notification_period        24x7
    service_notification_options    w,u,c,r
    host_notification_options       d,u,r
    service_notification_commands   notify-by-ircbot
    host_notification_commands      host-notify-by-ircbot
}