Page 2 of 2

Re: Notification count never resets -> escalations don't tri

Posted: Thu Aug 02, 2018 7:19 am
by scottwilkerson
I believe I found the cause in Core and is fixed in the maint branch on Github
https://github.com/NagiosEnterprises/na ... ee/maint​​

Code: Select all

wget https://github.com/NagiosEnterprises/nagioscore/archive/maint.tar.gz​
tar xzf maint.tar.gz​
cd nagioscore-maint​
configureflags="--with-command-group=​nagcmd"
if [ ! `command -v systemctl` ] || [ -f /etc/init.d/nagios ]; then
    configureflags="--with-init-type=sysv $configureflags"
fi
./configure "$configureflags"​
make -j 2 all​
make install​

service nagios restart

After this once the services stuck in soft state go to OK state either naturally, or by stopping nagios and removing retention.dat they should no longer get stuck

Re: Notification count never resets -> escalations don't tri

Posted: Tue Aug 14, 2018 10:59 am
by gornm565
When would this fix be released approximately?

Re: Notification count never resets -> escalations don't tri

Posted: Tue Aug 14, 2018 12:28 pm
by scottwilkerson
gornm565 wrote:When would this fix be released approximately?
It is in final testing, could be this week, or next for Core release.

Re: Notification count never resets -> escalations don't tri

Posted: Fri Aug 17, 2018 10:41 pm
by a7ger
This has been fixed with version 4.4.2

Re: Notification count never resets -> escalations don't tri

Posted: Sat Aug 18, 2018 12:26 pm
by scottwilkerson
a7ger wrote:This has been fixed with version 4.4.2
Great! Thanks for verifying!

Locking Thread