Changeset 896


Ignore:
Timestamp:
Dec 20, 2008, 10:34:23 AM (15 years ago)
Author:
quentin
Message:
Add Nagios check commands
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/checkcommands.cfg

    r716 r896  
    3434################################################################################
    3535
    36 
    3736# 'check_http_heartbeat' command definition
    3837define command{
     
    4443define command{
    4544       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
     49define command{
     50       command_name     check_https_cert_444
     51       command_line     $USER1$/check_https -H $HOSTADDRESS$ -p 444 -S -C $ARG1$
    4752       }
    4853
     
    162167        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_mysql_S -a $USER3$ $USER4$
    163168}
     169
     170define command {
     171        command_name    check_remote_afs
     172        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_afs
     173}
     174
     175define 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.