Closed tatref closed 5 years ago
Workaround using ipcrm to manually remove the queues:
# service nagios stop
Stopping nagios: done.
# for q in $(ipcs -q | grep nagios | awk '{print $2}')
> do
> ipcrm -q $q
> done
# ipcs -q
------ Message Queues --------
key msqid owner perms used-bytes messages
# service nagios start
Starting nagios: Running configuration check... done.
I can't reproduce with latest Nagios (4.4.5). Maybe fixed by https://github.com/NagiosEnterprises/nagioscore/issues/573?
Yes, there were a couple of other changes to NEB module loading in Core 4.4.4, so I wouldn't be surprised if one of them fixed your issue.
I'm going to close this for now, but if you're able to reproduce with this or a future version of Core, let me know and I'll re-open.
Hi,
I'm using ndoutils v2.1.3 (latest), with multiple nagios versions (at least 4.4.2, but I can test with others).
Sometimes when reloading nagios, new queues are created, and the old ones are not deleted:
These queues don't appear to contain any message
Sometimes, restarting Nagios removes some queues, but not everytime.
Does anyone can replicate this behavior? Thanks