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/services.cfg

    r709 r735  
    9090}
    9191
    92 #define service {
    93 #       use     scripts-service
    94 #       hostgroup_name  real-servers
    95 #       service_description     DISK: /
    96 #       check_command   check_remote_disk!10%!5%!/
    97 #}
    98 
    99 #define service {
    100 #       use     scripts-service
    101 #       hostgroup_name  mysql-masters,mysql-slaves
    102 #       service_description     DISK: /srv
    103 #       check_command   check_remote_disk!10%!5%!/srv
    104 #}
    105 
    10692define service {
    10793        use     scripts-service
     
    123109        service_description     LOAD
    124110        check_command   check_remote_load!13:5:5!15:7:7
     111        contact_groups  sql
    125112}
    126113
     
    137124        service_description     MYSQL
    138125        check_command   check_tcp!3306
    139         contact_groups  scripts,pagers
     126        contact_groups  sql,scripts,pagers
    140127}
    141128
     
    146133        notification_period     afs
    147134        check_command   check_http
    148         contact_groups  scripts,pagers
     135        contact_groups  sql,scripts,pagers
    149136}
    150137
     
    154141        service_description     MYSQL-M
    155142        check_command   check_remote_mysql
     143        contact_groups  sql
    156144}
    157145
     
    161149        service_description     MYSQL-S
    162150        check_command   check_remote_mysql_slave
     151        contact_groups  sql
    163152}
    164153
     
    169158        notifications_enabled   0
    170159        check_command   check_remote_procs_P!4!6!50
    171        
    172160}
Note: See TracChangeset for help on using the changeset viewer.