Changeset 735 for noc/nagios/services.cfg
- Timestamp:
- Apr 24, 2008, 3:06:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/services.cfg
r709 r735 90 90 } 91 91 92 #define service {93 # use scripts-service94 # hostgroup_name real-servers95 # service_description DISK: /96 # check_command check_remote_disk!10%!5%!/97 #}98 99 #define service {100 # use scripts-service101 # hostgroup_name mysql-masters,mysql-slaves102 # service_description DISK: /srv103 # check_command check_remote_disk!10%!5%!/srv104 #}105 106 92 define service { 107 93 use scripts-service … … 123 109 service_description LOAD 124 110 check_command check_remote_load!13:5:5!15:7:7 111 contact_groups sql 125 112 } 126 113 … … 137 124 service_description MYSQL 138 125 check_command check_tcp!3306 139 contact_groups s cripts,pagers126 contact_groups sql,scripts,pagers 140 127 } 141 128 … … 146 133 notification_period afs 147 134 check_command check_http 148 contact_groups s cripts,pagers135 contact_groups sql,scripts,pagers 149 136 } 150 137 … … 154 141 service_description MYSQL-M 155 142 check_command check_remote_mysql 143 contact_groups sql 156 144 } 157 145 … … 161 149 service_description MYSQL-S 162 150 check_command check_remote_mysql_slave 151 contact_groups sql 163 152 } 164 153 … … 169 158 notifications_enabled 0 170 159 check_command check_remote_procs_P!4!6!50 171 172 160 }
Note: See TracChangeset
for help on using the changeset viewer.