No matching host found

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cranberryark
Posts: 6
Joined: Tue Feb 12, 2019 1:52 pm

No matching host found

Post 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.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: No matching host found

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked