Ignore:
Timestamp:
Sep 26, 2007, 12:22:56 AM (17 years ago)
Author:
quentin
Message:
Added service checks, including SSH and SSL certificate expiration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/checkcommands.cfg

    r48 r429  
    7575        }
    7676
     77# 'check_http_heartbeat' command definition
     78define 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
     84define command{
     85       command_name     check_https_cert
     86       command_line     $USER1$/check_http -H $HOSTADDRESS$ -S -C $ARG1$
     87       }
    7788
    7889# 'check_local_disk' command definition
Note: See TracChangeset for help on using the changeset viewer.