Flapping Configuration and Notification

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Flapping Configuration and Notification

Post by brdr »

Hi,

We use XI 2014R2.7

We would like to enable flapping but suppress flapping notification. Suppressing it, we simply uncheck the 'f' in the notification option of the Service. That i get. Question, we want to configure flapping with low threshold. What would you recommend setting low and high threshold globally in this case?

Thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Flapping Configuration and Notification

Post by lmiltchev »

These settings are in the main nagios config file (/usr/local/nagios/etc/nagios.cfg). You can modify them and restart nagios.

Code: Select all

high_host_flap_threshold=20.0
high_service_flap_threshold=20.0
low_host_flap_threshold=5.0
low_service_flap_threshold=5.0
Here's more info on flapping:

https://assets.nagios.com/downloads/nag ... pping.html
Be sure to check out our Knowledgebase for helpful articles and solutions!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Flapping Configuration and Notification

Post by tmcdonald »

As far as values, that is really hard to answer as it depends greatly on your personal taste. Some people don't like any flapping, others are okay with it.
Former Nagios employee
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Re: Flapping Configuration and Notification

Post by brdr »

Thx, please close.
Locked