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.