Nagios windows client services are give me error of "CRITICAL - Socket timeout "
by pantdk from LinuxQuestions.org on (#4R5DB)
Hi All,
I have configured the Nagios server on Centos 7 and added a windows' client on it. But when i checked the services on the dashboard of nagios it says "CRITICAL - Socket timeout". It looks like there is a communication issue. Therefore, I check the firewall on both the machine and able to see that firewall is in stopped state. Also, I have check the suggestion from internet and try to fix it but nothing works
if anyone has faced same issue and having any solution please share
one Client machine: 12489 and 5666 is open and listening
=====================================================
nagios service is running
ps -eaf |grep -i nagios
nagios 6947 1 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios /usr/local/nagios/etc/nagios.cfg
nagios 6948 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6949 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6950 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6951 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6952 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios /usr/local/nagios/etc/nagios.cfg
root 8118 4057 0 18:16 pts/3 00:00:00 grep --color=auto -i nagios
nrpe 22454 1 0 Sep24 ? 00:00:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f
netstat -tunlp |grep "5666"
tcp 0 0 0.0.0.0:5666 0.0.0.0:* LISTEN 22454/nrpe
tcp6 0 0 :::5666 :::* LISTEN 22454/nrpe
============================================


I have configured the Nagios server on Centos 7 and added a windows' client on it. But when i checked the services on the dashboard of nagios it says "CRITICAL - Socket timeout". It looks like there is a communication issue. Therefore, I check the firewall on both the machine and able to see that firewall is in stopped state. Also, I have check the suggestion from internet and try to fix it but nothing works
if anyone has faced same issue and having any solution please share
one Client machine: 12489 and 5666 is open and listening
=====================================================
nagios service is running
ps -eaf |grep -i nagios
nagios 6947 1 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios /usr/local/nagios/etc/nagios.cfg
nagios 6948 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6949 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6950 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6951 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 6952 6947 0 17:57 ? 00:00:00 /usr/local/nagios/bin/nagios /usr/local/nagios/etc/nagios.cfg
root 8118 4057 0 18:16 pts/3 00:00:00 grep --color=auto -i nagios
nrpe 22454 1 0 Sep24 ? 00:00:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f
netstat -tunlp |grep "5666"
tcp 0 0 0.0.0.0:5666 0.0.0.0:* LISTEN 22454/nrpe
tcp6 0 0 :::5666 :::* LISTEN 22454/nrpe
============================================