Flap detection

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
ebdavison
Posts: 5
Joined: Thu Nov 04, 2010 10:52 am

Flap detection

Post by ebdavison »

I have been trying to understand the actual mechanics of flap detection. I know that this is based on the percent of time that the service goes up and down. But what time window is used? Can this be tuned? I cannot seem to find this explanation in the documentation.
ebdavison
Posts: 5
Joined: Thu Nov 04, 2010 10:52 am

Re: Flap detection

Post by ebdavison »

Someone has got to know where this information is. Anyone?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Flap detection

Post by mguthrie »

Check your nagios/etc/nagios.cfg file for the settings:

Code: Select all

high_host_flap_threshold=20.0
low_host_flap_threshold=5.0
I don't know for sure if those units are are minutes, or what exactly they're expecting, but that'd probably be the config to edit.
Locked