Page 1 of 1

Check_nrpe plugin 'Command timedout after 60 seconds"

Posted: Fri May 02, 2014 6:28 am
by navneet.axelor
Hello,
I have installed nagios core 4.0.3, and also an nrpe plugin for remote host monitoring.
i was use nrpe for monitoring the postgresql database on remote machine.
check_nrpe will work fine for check_load, check_ssh, check_tpt_proc, check_disk.... but when i was used check_nrpe with check_psql (check_nrpe!check_dbstats ) plugins it will give a critical mesaage " NRPE: Command timed out after 10 seconds" so then i have set -t option with larger value say .. 100. then it will show mesaage like : "NRPE: Command timed out after 60 seconds"..... then i have edit nrpe.cfg file where i have set a new value "command_timeout=100"... so if any one can have solution then they can help me.

Re: Check_nrpe plugin 'Command timedout after 60 seconds"

Posted: Fri May 02, 2014 10:00 am
by abrist
Start by running the plugin locally, on the remote system. If it works then move to running it through nrpe from the nagios server. Can you post the full command and the service check definition?