Page 1 of 1

deleted host is still monitored

Posted: Thu Jun 21, 2012 7:40 am
by idas
Hello,

A week ago i removed a host with its 2 services from nagiosxi.
But now i noticed that nagios is still monitoring that host with its services.
From web, at configure i can't find anywhere the host in order to delete it.
At views i click on service and then i tried to delete it.
Unfortunately i receive the following message.

"Could not find a unique id for this service
Service cannot be deleted using this method"

How can i delete this host?

John

Re: deleted host is still monitored

Posted: Thu Jun 21, 2012 8:24 am
by s.dehaan

Re: deleted host is still monitored

Posted: Thu Jun 21, 2012 10:07 am
by lmiltchev
Yes, try following the steps outlined on our wiki page as suggested by s.dehaan.

Also, you can run the Write Config Tool and see if you have any config errors. If you do, fix them first, then Apply Configuration.

Read here to learn how to use the Write Config Tool.

Re: deleted host is still monitored

Posted: Mon Jun 25, 2012 1:32 pm
by jbennett
i have had similar instances occur on my install.

Turns out I had multiple Nagios services running (Linux).

I do the following in order to resolve if I notice multiple Nagios instances running:

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
Hope it helps & good luck!

Re: deleted host is still monitored

Posted: Mon Jun 25, 2012 1:37 pm
by lmiltchev
idas, were you able to resolve your problem?