Page 1 of 1

reload config breaks livestaus in nagios 4.4 ?

Posted: Thu Sep 06, 2018 3:54 am
by rino
Hi,

Since nagios 4.4.0 (same in 4.4.1 and 4.4.2), when i reload the configuration (kill -s HUP <pid of nagios>) livestatus not responding any more. If i restart nagios instead of reloading, everything is ok.

I 've tested with all version off livestatus from 1.2.8 to 1.5.0

Does anyone have this problem ? Is there some changes in broker_module instruction that explain this behaviour ?

For testing livestatus:

Code: Select all

echo -e "GET status\nColumns: livestatus_version" | socat STDIO UNIX:/opt/nagios-4.4.2/var/rw/livestatus.sock
This command must return the version of livestatus. After a reloading, it returns nothing.

Re: reload config breaks livestaus in nagios 4.4 ?

Posted: Thu Sep 06, 2018 8:04 am
by scottwilkerson
This appears to be already reported on the issues page for Nagios Core.

https://github.com/NagiosEnterprises/na ... issues/573

If you have any additional information please report it there.

Thanks!