Service Notes says service is flapping but flapping disabled

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
manymiles
Posts: 43
Joined: Sat Mar 16, 2013 8:24 am

Service Notes says service is flapping but flapping disabled

Post by manymiles »

In my Nagios XI 2012R1.6, I have a service that I configured to have flapping disabled.

I think I have successfully disabled flapping because if I go to "See this service in Nagios Core", it reports "Flap Detection: Disabled" and on the Advanced page of the Nagios XI web GUI, the "Flap Detection" indicator is gray with a green check mark next to that.

However, also on the advanced page, it says:

Service Notes:
Service is flapping between states

I may have disabled flap detection while the service was flapping. Is this part of the problem? If so, how do I clear that Note?

Thanks for any help provided.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Service Notes says service is flapping but flapping disa

Post by scottwilkerson »

This will likely change one the service comes out of flapping.

The only way to force it would be to remove all the current retention data out of Nagios and set all the checks back to pending

to do this you would run

Code: Select all

service nagios stop
then move the retention.dat file

Code: Select all

mv /usr/local/nagios/var/retention.dat /usr/local/nagios/var/retention.dat~
service nagios start
This will set all the checks to a pending state until all of the items have been checked
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
manymiles
Posts: 43
Joined: Sat Mar 16, 2013 8:24 am

Re: Service Notes says service is flapping but flapping disa

Post by manymiles »

Thanks for the feedback.

I ended up deleting and re-adding the service for other reasons which also did the trick.

Miles
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Service Notes says service is flapping but flapping disa

Post by slansing »

Excellent, thanks for letting us know.
Locked