No matching host found
-
cranberryark
- Posts: 6
- Joined: Tue Feb 12, 2019 1:52 pm
No matching host found
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
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.
Let the system run for a few minutes and see if the service checks show up in the Service Details screen.
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 startBe sure to check out our Knowledgebase for helpful articles and solutions!