Re: Alternative to NRPE for Linux monitoring with Nagios Cor
Posted: Fri Jul 08, 2016 1:05 pm
I just noticed something in your check_nrpe definition. You have:
Note: You were missing the dollar sign at the end... Let us know if this fixed your problem.
Change it to:define command{
command_name check_nrpe
command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS -c $ARG1$
}
and restart nagios.define command{
command_name check_nrpe
command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
}
Note: You were missing the dollar sign at the end... Let us know if this fixed your problem.