- Timestamp:
- Feb 20, 2009, 11:19:13 AM (16 years ago)
- Location:
- noc/nagios
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/checkcommands.cfg
r900 r991 174 174 175 175 define command { 176 command_name check_remote_cron_working 177 command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_cron_working 178 } 179 180 define command { 176 181 command_name check_scripts_ldap 177 182 command_line $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=scripts,dc=mit,dc=edu -
noc/nagios/services.cfg
r960 r991 138 138 139 139 define service { 140 use scripts-service 141 hostgroup_name scripts-user 142 service_description CRON-WORKING 143 check_command check_remote_cron_working 144 } 145 146 define service { 140 147 use scripts-service 141 148 hostgroup_name scripts-user … … 217 224 service_description MYSQL-M 218 225 check_command check_remote_mysql 219 contact_groups sql 226 contact_groups sql,scripts 220 227 } 221 228 … … 225 232 service_description MYSQL-S 226 233 check_command check_remote_mysql_slave 227 contact_groups sql 234 contact_groups sql,scripts 228 235 } 229 236
Note: See TracChangeset
for help on using the changeset viewer.