Ignore:
Timestamp:
Apr 24, 2008, 3:06:48 PM (16 years ago)
Author:
quentin
Message:
hardcode SQL alerts to sql@mit.edu
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/contacts.cfg

    r533 r735  
    66
    77define contactgroup {
     8        contactgroup_name       sql
     9        alias                   SQL Maintainers
     10        members                 sql
     11}
     12
     13define contactgroup {
    814        contactgroup_name       pagers
    915        alias                   Scripts Maintainers (Pagers)
    1016        members                 quentin-cell,geofft-pager,andersk-cell
    1117}
    12 
    1318
    1419define contact {
     
    2227        host_notification_commands      host-notify-by-email
    2328        email                           scripts-alerts@mit.edu
     29}
     30define contact {
     31        contact_name                    sql
     32        alias                           sql
     33        service_notification_period     24x7
     34        host_notification_period        24x7
     35        service_notification_options    w,u,c,r
     36        host_notification_options       d,u,r
     37        service_notification_commands   notify-by-email
     38        host_notification_commands      host-notify-by-email
     39        email                           sql@mit.edu
    2440}
    2541define contact {
Note: See TracChangeset for help on using the changeset viewer.