reload config breaks livestaus in nagios 4.4 ?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
rino
Posts: 1
Joined: Thu Sep 06, 2018 3:39 am

reload config breaks livestaus in nagios 4.4 ?

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: reload config breaks livestaus in nagios 4.4 ?

Post 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!
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked