Nagios 4.1.1 reload doesn't show hosts. Restart shows hosts
Posted: Thu Sep 24, 2015 11:05 am
This issue appears to be similar to the issue reported on Nagios 4.1.2.
We have these devices defined:
From the UI, we see only one host.
After doing the restart, then we see six hosts.
After reload, we only see one host.
We did not see this on 4.0.8.
What can we check to resolve this issue on 4.1.1?
Thanks.
We have these devices defined:
Code: Select all
[root@puremgrvm ~]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios Core 4.1.1
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 08-19-2015
License: GPL
Website: https://www.nagios.org
Reading configuration data...
Read main config file okay...
Read object config files okay...
Running pre-flight check on configuration data...
Checking objects...
Checked 35 services.
Checked 6 hosts.
Checked 9 host groups.
Checked 0 service groups.
Checked 1 contacts.
Checked 1 contact groups.
Checked 65 commands.
Checked 5 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 6 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 5 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 0
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
[root@puremgrvm ~]#
Code: Select all
[root@puremgrvm ~]# service nagios restart
Restarting nagios (via systemctl): [ OK ]
Code: Select all
[root@puremgrvm ~]# service nagios reload
Reloading nagios configuration (via systemctl): [ OK ]
We did not see this on 4.0.8.
What can we check to resolve this issue on 4.1.1?
Thanks.