Search found 3 matches

by ricardoheyn
Mon Nov 17, 2014 9:14 am
Forum: Open Source Nagios Projects
Topic: Custom command - check_nrpe
Replies: 5
Views: 8659

Re: Custom command - check_nrpe

Hi,

Thank you for the patience.

The problem was solved! The host was appointed for wrong IP address. Why I didn't check this before (SHAME ON ME) :roll:

Thank you again!

Regards,
by ricardoheyn
Fri Nov 14, 2014 12:47 pm
Forum: Open Source Nagios Projects
Topic: Custom command - check_nrpe
Replies: 5
Views: 8659

Re: Custom command - check_nrpe

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/...
by ricardoheyn
Tue Nov 11, 2014 8:25 am
Forum: Open Source Nagios Projects
Topic: Custom command - check_nrpe
Replies: 5
Views: 8659

Custom command - check_nrpe

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...