Page 1 of 1
hosts disappear
Posted: Thu Mar 21, 2019 8:21 am
by egas84
Hi,
I have some hosts in monitoring nagios. After I've enabled monitoring, after a few hours the hosts begin to disappear from the panel and the configuration files as well. Any idea?
Thanks in advance.
Re: hosts disappear
Posted: Fri Mar 22, 2019 10:29 am
by benjaminsmith
Hi
@egas84,
This type of behavior can occur when there are multiple Nagios processes at the same time. Run the following from the command line.
Code: Select all
service nagios stop
killall -9 nagios
service nagios restart
Let me know if that takes care of the issue.
Re: hosts disappear
Posted: Wed Apr 03, 2019 5:00 am
by egas84
benjaminsmith wrote:Hi
@egas84,
This type of behavior can occur when there are multiple Nagios processes at the same time. Run the following from the command line.
Code: Select all
service nagios stop
killall -9 nagios
service nagios restart
Let me know if that takes care of the issue.
Hi @benjaminsmith,
Thanks for your answer.
I have listed my processes and see only one process.
Anyway, I finished the process and it did not work.
Thanks,
Re: hosts disappear
Posted: Wed Apr 03, 2019 10:53 am
by benjaminsmith
Hi
@egas84,
In most cases, this is caused by multiple Nagios processes running. The configuration files/settings should not disappear from your server. Are using some sort of configuration management software to automate configuration?
Also, what browser are you using? Can you confirm the behavior from another browser?