Codebase list sitesummary / c2bf7791-c099-48fa-97b1-f5eb4c9e62e3/main nagios-template-contacts.cfg
c2bf7791-c099-48fa-97b1-f5eb4c9e62e3/main

Tree @c2bf7791-c099-48fa-97b1-f5eb4c9e62e3/main (Download .tar.gz)

nagios-template-contacts.cfg @c2bf7791-c099-48fa-97b1-f5eb4c9e62e3/mainraw · history · blame

define contact {
    contact_name                   root
    alias                          Root
    host_notification_period       24x7
    service_notification_period    24x7
    host_notification_options      d,r
    service_notification_options   w,u,c,r
    host_notification_commands     notify-by-nothing
    service_notification_commands  notify-by-nothing
    email                          root@postoffice
}

define contactgroup{
    contactgroup_name              admins
    alias                          Icinga Administrators
    members                        root
}