Problems Deleting Host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Brooks
Posts: 36
Joined: Thu Dec 10, 2015 2:29 pm

Problems Deleting Host

Post by Brooks »

(NagiosXI Version 5.5.0)

- There is a host that I have purged from the "Hosts" and "services" area and applied the configuration. However, I keep getting alerts (we have hourly alerts setup for some of our hosts)that the host is down. When I click on the unhandled from Host Status Summary, I then see this host and when I click on the host and attempt to delete the host from the reconfigure option, I get redirected to a "Configuring Options" menu. Initially I had successful purge messages display when I first did the delete function. If I go to the Host group grid, or the Host view, I DO NOT see this host, but this host is somehow orphaned and I have no idea how to purge.

Any suggestions would be great.

Thanks,
Bob
Brooks
Posts: 36
Joined: Thu Dec 10, 2015 2:29 pm

Re: Problems Deleting Host

Post by Brooks »

I believe I resolved this issue by following this article: https://support.nagios.com/kb/article.php?id=27 and running the following commands from terminal:

ps -ef | head -1 && ps -ef | grep bin/nagios
(confirmed multiple instances of nagios)

service nagios stop
killall nagios
service nagios start


- Strangely notes this is very unusual with the newer version (i'm at the latest 5.5) and more common in older versions.

I will post back if the problem returns.

Bob
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Problems Deleting Host

Post by cdienger »

Thanks for the update as well as posting the (possible) solution!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Brooks
Posts: 36
Joined: Thu Dec 10, 2015 2:29 pm

Re: Problems Deleting Host

Post by Brooks »

That was definitely the solution. It just took me a little bit finding the article, but that did resolve the issue.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problems Deleting Host

Post by lmiltchev »

I am glad your issue has been resolved! Is is OK if we close this topic? Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Brooks
Posts: 36
Joined: Thu Dec 10, 2015 2:29 pm

Re: Problems Deleting Host

Post by Brooks »

yes....thanks
Locked