As I type its already late but I think it might be my fault.
My Nagios Server is CentOS 6.8 and was working well before.
I think I did mess big time as I now when I go to run check_nrpe on nagios server itself it say connection refused.
Its 3am and my brain is not working well, may be tomorrow morning it might be better. But I am in no man's land. I had one nagios monitoring two severs including nagios server itself.
Here is the output from my nagios server
Code: Select all
[root@puppet libexec]# cat /etc/services |grep nrpe
[root@puppet libexec]# service nrpe restart
nrpe: unrecognized service
[root@puppet libexec]# service xinetd restart
xinetd: unrecognized service
[root@puppet libexec]# netstat -nap|grep nrpe
[root@puppet libexec]# ./check_nrpe -H localhost
connect to address ::1 port 5666: Connection refused
connect to address 127.0.0.1 port 5666: Connection refused
connect to host localhost port 5666: Connection refused[root@puppet libexec]#
Any help would be very much appreciated
I can login to nagios with http://192.168.1.2/nagios previous ip was 192.168.1.7
Thanks a million Guys