Re: NRPE issue
Posted: Fri May 10, 2013 4:38 pm
Well, you have 1 plugin working through nrpe (check_apt)? I will have to peruse your configs this weeksend.
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
}
Code: Select all
define command{
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
}
Code: Select all
define command{
command_name check_nrpe_cart_OR_ANYTHING_DISTINGUISHABLE
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
}