Hi, The command is defined, I changed for another command. Let me show the example: - Child /etc/nagios/nrpe.cfg definitions: command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 200 -c 400 command[check_www_procs]=/usr/lib/nagios/plugins/check_procs -w 200 -c 400 - Master /etc/nagios3/...
Hello, I have a problem with a custom command to count PHP process. It's working locally but remotely this problem is happening: - Command tested remotely (not working): /usr/lib/nagios/plugins/check_nrpe -H SERVER.COM.BR -n -c check_pool_www NRPE: Command 'check_pool_www' not defined - Command test...