Notification count never resets -> escalations don't trigger

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

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

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
gornm565
Posts: 72
Joined: Tue Nov 15, 2016 6:11 pm

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

Post by gornm565 »

When would this fix be released approximately?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post 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.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
a7ger
Posts: 5
Joined: Thu Jul 12, 2018 4:26 pm

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

Post by a7ger »

This has been fixed with version 4.4.2
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post by scottwilkerson »

a7ger wrote:This has been fixed with version 4.4.2
Great! Thanks for verifying!

Locking Thread
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked