Changeset 896 for noc/nagios
- Timestamp:
- Dec 20, 2008, 10:34:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/checkcommands.cfg
r716 r896 34 34 ################################################################################ 35 35 36 37 36 # 'check_http_heartbeat' command definition 38 37 define command{ … … 44 43 define command{ 45 44 command_name check_https_cert 46 command_line $USER1$/check_http -H $HOSTADDRESS$ -S -C $ARG1$ 45 command_line $USER1$/check_https -H $HOSTADDRESS$ -S -C $ARG1$ 46 } 47 48 # 'check_https_cert' command definition 49 define command{ 50 command_name check_https_cert_444 51 command_line $USER1$/check_https -H $HOSTADDRESS$ -p 444 -S -C $ARG1$ 47 52 } 48 53 … … 162 167 command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_mysql_S -a $USER3$ $USER4$ 163 168 } 169 170 define command { 171 command_name check_remote_afs 172 command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_afs 173 } 174 175 define command { 176 command_name check_scripts_ldap 177 command_line $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=scripts,dc=mit,dc=edu 178 }
Note: See TracChangeset
for help on using the changeset viewer.