Changeset 429 for noc/nagios/checkcommands.cfg
- Timestamp:
- Sep 26, 2007, 12:22:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/checkcommands.cfg
r48 r429 75 75 } 76 76 77 # 'check_http_heartbeat' command definition 78 define command{ 79 command_name check_http_heartbeat 80 command_line $USER1$/check_http -H $HOSTADDRESS$ -u /heartbeat/http -s 1 81 } 82 83 # 'check_https_cert' command definition 84 define command{ 85 command_name check_https_cert 86 command_line $USER1$/check_http -H $HOSTADDRESS$ -S -C $ARG1$ 87 } 77 88 78 89 # 'check_local_disk' command definition
Note: See TracChangeset
for help on using the changeset viewer.