Page 1 of 1

No matching host found

Posted: Fri Mar 22, 2019 1:50 pm
by cranberryark
I configured an Amazon EC2 host, and it has NPRE installed with allowed hosts, however I don't see any services shown under Host Status or Host Details page after applying configuration. I can see the list of services under Services with "applied" Status.

Re: No matching host found

Posted: Fri Mar 22, 2019 2:55 pm
by tgriep
It could be that there is a duplicate Nagios process running on the server and it is not getting updated with the new services.
Login to the server as root and run the following to stop all of the processes and restart them.

Code: Select all

service nagios stop
service ndo2db stop
killall -9 nagios
service ndo2db start
service nagios start
Let the system run for a few minutes and see if the service checks show up in the Service Details screen.