HI,
I was able to fix the issue. During debugging, I figured out that the NRPE for not running.
Second, the command passed as an argument to the script needed some correction. I had to add "grep -v grep" for precise result.
Thank you for your suggestions.
Search found 5 matches
- Sun Mar 18, 2012 10:04 pm
- Forum: Open Source Nagios Projects
- Topic: Remote host not result not reflecting on Nagios Portal
- Replies: 4
- Views: 1964
- Fri Mar 16, 2012 1:01 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Socket timeout after 10 seconds error
- Replies: 1
- Views: 1123
CHECK_NRPE: Socket timeout after 10 seconds error
Hi, I ran this command on Nagios server and got the timeout error. All the other resources for this remote host is getting monitored except this one. [root@spwifi-nagios ~]# /usr/local/nagios/libexec/check_nrpe -H 192.168.210.8 -c check_logfiles -a /usr/local/nagios/cfg.d/check_car_radius_log.cfg CH...
- Fri Mar 16, 2012 3:44 am
- Forum: Open Source Nagios Projects
- Topic: Remote host not result not reflecting on Nagios Portal
- Replies: 4
- Views: 1964
Re: Remote host not result not reflecting on Nagios Portal
Hi, I am using a shell script. The main function of my script is: cnt = the output of the commandline that will be executed. It is the number of processes running. if [ $cnt -eq $critical_limit ] then echo "OK - $proc_desc is up and running" #return OK state exit $STATE_OK fi if [ $cnt -gt...
- Thu Mar 15, 2012 6:20 am
- Forum: Open Source Nagios Projects
- Topic: Remote host not result not reflecting on Nagios Portal
- Replies: 4
- Views: 1964
Remote host not result not reflecting on Nagios Portal
Hi,
I have written a script to monitor few services on Remote host. The script is working fine. It is giving the right results.
But on the Nagios side, incorrect results are being displayed.
Need help identifying the issue.
I have written a script to monitor few services on Remote host. The script is working fine. It is giving the right results.
But on the Nagios side, incorrect results are being displayed.
Need help identifying the issue.
- Thu Mar 15, 2012 6:05 am
- Forum: Open Source Nagios Projects
- Topic: Remote host results not reflecting on the portal
- Replies: 0
- Views: 1676
Remote host results not reflecting on the portal
Hi, I am facing issues with the remote host result not reflecting appropriately on Nagios Portal. I have written a script to monitor some processes on the Remote Host. The script is responding correct when executed as nagios user. But when I check the same process on the Nagios server, it gives inco...