Icinga / icinga-core

Icinga 1.x, the old core (EOL 31.12.2018)
GNU General Public License v2.0
45 stars 27 forks source link

[dev.icinga.com #7852] flapping not disabled, even if flap_detection_enabled=0 #1530

Closed icinga-migration closed 10 years ago

icinga-migration commented 10 years ago

This issue has been migrated from Redmine: https://dev.icinga.com/issues/7852

Created by tredel on 2014-11-26 07:59:11 +00:00

Assignee: gbeutner Status: Resolved (closed on 2014-11-26 13:15:02 +00:00) Target Version: (none) Last Update: 2014-11-26 13:15:02 +00:00 (in Redmine)

Icinga Version: 1.11.2
OS Version: RHEL6

If flapping detection is enabled and a service is really flapping you got in status.dat: flap_detection_enabled=1 is_flapping=1

If you turn of flap detection while the service is still in flapping state you got: flap_detection_enabled=0 is_flapping=1

--> The flap detection is disabled and is_flapping will never be updated again.

Changesets

2014-11-26 13:10:36 +00:00 by gbeutner 0c089bfc2353fee876a5b09c8608424f843c365b

Reset is_flapping to FALSE when flapping is disabled for a host/service

fixes #7852

2014-11-26 13:11:26 +00:00 by gbeutner 5659e736fd5884a8b54f32b9d4b55b93ef2e9fb2

Reset is_flapping to FALSE when flapping is disabled for a host/service

fixes #7852
icinga-migration commented 10 years ago

Updated by gbeutner on 2014-11-26 13:15:02 +00:00

Applied in changeset 0c089bfc2353fee876a5b09c8608424f843c365b.