Linux - Nagios error command check nrpe not defined, Error NRPE: Command check_nrpe
Nagios error command check nrpe not defined
The error "NRPE: Command 'check_nrpe' not defined" is received, if we have not added the required entry in "/usr/local/nagios/etc/nrpe.cfg" in the server being monitored.Edit the file in the server which is to be monitored and add a line as below
command[check_dns]=/usr/local/nagios/libexec/check_dns -H localhostand restart the xinetd daemon .
To restart xinetd service type the command:
# /etc/init.d/xinetd restart
To stop xinetd service type the command:
# /etc/init.d/xinetd stop
To stop xinetd service type the command:
# /etc/init.d/xinetd start
The topic on Linux - Nagios error command check nrpe not defined is posted by - Math
Hope you have enjoyed, Linux - Nagios error command check nrpe not definedThanks for your time