naemon / naemon-core

Networks, Applications and Event Monitor
http://www.naemon.io/
GNU General Public License v2.0
151 stars 63 forks source link

check global enable_flap_detection flag for notifications #452

Closed sni closed 7 months ago

sni commented 7 months ago

if global enable_flap_detection has been disabled but hosts/services still have the is_flapping flag set, notifications will be held back forever.

the quick fix is to ignore the flapping state if its disabled globally.