NPRE not starting
Posted: Fri Jun 05, 2015 8:32 am
Hello,
How is the best way to determine if the NRPE agent is running on a remote server?
I have installed the latest NRPE on a remote RHEL server using the instructions in https://assets.nagios.com/downloads/nag ... g_NRPE.pdf
However, i cannot tell if the NRPE agent is running as a stand alone daemon on the remote server:
[root@rr1 libexec]# service xinetd status
xinetd (pid 15084) is running...
[root@rr1 libexec]# pwd
/usr/local/nagios/libexec
[root@rr1 libexec]# ../bin/nrpe -i
[root@rr1 libexec]# ps -ef|grep nrpe
root 1241 29947 0 09:25 pts/0 00:00:00 grep nrpe
On my Nagios server I am receiving the following errors:
The check_load plugin is configured like this:
check_nrpe!check_load! -a -r -w 15,10,5 -c 30,20,10
The output is:
(No output returned from plugin)
I'm not sure what to check at this point.
How is the best way to determine if the NRPE agent is running on a remote server?
I have installed the latest NRPE on a remote RHEL server using the instructions in https://assets.nagios.com/downloads/nag ... g_NRPE.pdf
However, i cannot tell if the NRPE agent is running as a stand alone daemon on the remote server:
[root@rr1 libexec]# service xinetd status
xinetd (pid 15084) is running...
[root@rr1 libexec]# pwd
/usr/local/nagios/libexec
[root@rr1 libexec]# ../bin/nrpe -i
[root@rr1 libexec]# ps -ef|grep nrpe
root 1241 29947 0 09:25 pts/0 00:00:00 grep nrpe
On my Nagios server I am receiving the following errors:
The check_load plugin is configured like this:
check_nrpe!check_load! -a -r -w 15,10,5 -c 30,20,10
The output is:
(No output returned from plugin)
I'm not sure what to check at this point.