- Timestamp:
- Dec 20, 2008, 11:04:25 AM (16 years ago)
- Location:
- noc/nagios
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/checkcommands.cfg
r896 r900 177 177 command_line $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=scripts,dc=mit,dc=edu 178 178 } 179 180 define command { 181 command_name check_svn 182 command_line $USER5$/check_svn -H $HOSTNAME$ -T 183 } -
noc/nagios/services.cfg
r899 r900 63 63 } 64 64 65 define service { 66 use scripts-service 67 host_name scripts 68 service_description SVN 69 check_command check_svn 70 notification_period afs 71 } 72 73 define service { 74 use scripts-service 75 hostgroup_name scripts-user 76 service_description SVN 77 check_command check_svn 78 notification_period afs 79 } 80 65 81 define servicedependency{ 66 82 host_name scripts
Note: See TracChangeset
for help on using the changeset viewer.