Changeset 1055


Ignore:
Timestamp:
Apr 3, 2009, 5:39:50 AM (15 years ago)
Author:
quentin
Message:
Monitor NRPE status
Location:
noc/nagios
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/checkcommands.cfg

    r991 r1055  
    104104
    105105define command {
     106        command_name    check_nrpe_alive
     107        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$
     108}
     109
     110define command {
    106111        command_name    check_remote_users
    107112        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_users -a $ARG1$ $ARG2$
  • noc/nagios/services.cfg

    r1054 r1055  
    177177        use     scripts-service
    178178        hostgroup_name  scripts-real
     179        service_description     NRPE
     180        check_command   check_nrpe_alive
     181}
     182
     183define service {
     184        use     scripts-service
     185        hostgroup_name  scripts-real
    179186        service_description     DISK
    180187        check_command   check_remote_disk!10%!5%
Note: See TracChangeset for help on using the changeset viewer.