source: noc/nagios/contacts.cfg @ 162

Last change on this file since 162 was 48, checked in by presbrey, 17 years ago
scripts.mit.edu NOC nagios configuration
File size: 633 bytes
Line 
1define contactgroup {
2        contactgroup_name       scripts
3        alias                   Scripts Maintainers
4        members                 scripts
5}
6
7
8define contact {
9        contact_name                    scripts
10        alias                           scripts
11        service_notification_period     24x7
12        host_notification_period        24x7
13        service_notification_options    w,u,c,r
14        host_notification_options       n
15        service_notification_commands   notify-by-email
16        host_notification_commands      host-notify-by-email
17        email                           scripts-alerts@mit.edu
18}
Note: See TracBrowser for help on using the repository browser.