hi ,
i have configured client side but i am getting error in server side. please find the attachement.
CHECK_NRPE: Socket timeout after 30 seconds.
Nagios client machine configuration steps
Re: Nagios client machine configuration steps
are you sure nrpe is running on the client machine and that selinux is turned disabled
will turn off selinux on the client machine
Code: Select all
echo 0 > /selinux/enforceLooking forward to seeing you all at #NagiosCon2019?
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
Re: Nagios client machine configuration steps
can any one help this CHECK_NRPE: Socket timeout after 30 seconds error. please find the attachment.
Re: Nagios client machine configuration steps
Does NRPE run on the server you want to monitor.
Could you check with netstat if a process listens on port 5666 on the server you want to monitor?
Show the output of:
Can you telnet to port 5666 from the nagios server to the server you want to monitor?
Is iptables (or other firewall) opened?
Code: Select all
ps -ef | grep xinetdShow the output of:
Code: Select all
netstat -tulpn | grep 5666Code: Select all
telnet <IP address server> 5666Rob Hassing


Re: Nagios client machine configuration steps
Can you post your /etc/xinetd.d/nrpe file here for us to review?
Former Nagios Employee.
me.
me.
Re: Nagios client machine configuration steps
Issue resolved ..kindly close the loop.