Ignore:
Timestamp:
Sep 26, 2007, 12:21:57 AM (17 years ago)
Author:
quentin
Message:
Added quentin, geofft's pager numbers and added links to MRTG graphs for servers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/contacts.cfg

    r48 r428  
    22        contactgroup_name       scripts
    33        alias                   Scripts Maintainers
    4         members                 scripts
     4        members                 scripts,scripts-zephyr
     5}
     6
     7define contactgroup {
     8        contactgroup_name       pagers
     9        alias                   Scripts Maintainers (Pagers)
     10        members                 quentin-cell,geofft-pager
    511}
    612
     
    1218        host_notification_period        24x7
    1319        service_notification_options    w,u,c,r
    14         host_notification_options       n
     20        host_notification_options       d,u,r
    1521        service_notification_commands   notify-by-email
    1622        host_notification_commands      host-notify-by-email
    1723        email                           scripts-alerts@mit.edu
    1824}
     25define contact {
     26       contact_name                     quentin-cell
     27       alias                            Quentin Smith (cell)
     28       service_notification_period      24x7
     29       host_notification_period         24x7
     30       host_notification_options        d,r
     31       service_notification_options     c,r
     32       host_notification_commands       host-notify-by-epager
     33       service_notification_commands    notify-by-epager
     34       pager                            6037598233@vtext.com
     35}
     36define contact {
     37       contact_name                     geofft-pager
     38       alias                            Geoff Thomas (cell)
     39       service_notification_period      24x7
     40       host_notification_period         24x7
     41       host_notification_options        d,r
     42       service_notification_options     c,r
     43       host_notification_commands       host-notify-by-epager
     44       service_notification_commands    notify-by-epager
     45       pager                            page-geofft@mit.edu
     46}
     47define contact {
     48        contact_name                    scripts-zephyr
     49        alias                           scripts-zephyr
     50        service_notification_period     24x7
     51        host_notification_period        24x7
     52        service_notification_options    w,u,c,r
     53        host_notification_options       d,u,r
     54        service_notification_commands   notify-by-zephyr
     55        host_notification_commands      host-notify-by-zephyr
     56        email                           scripts
     57}
Note: See TracChangeset for help on using the changeset viewer.