]> granicus.if.org Git - icinga2/commit
Fix flapping
authorJean Flach <jean-marcel.flach@icinga.com>
Thu, 19 Oct 2017 15:32:52 +0000 (17:32 +0200)
committerJean Flach <jean-marcel.flach@icinga.com>
Tue, 24 Oct 2017 13:54:05 +0000 (15:54 +0200)
commita21ffd6fe4b83705b9607732cc6b2d8c0ef6d15f
treed5a802cddb654bcec1c32b82a28840f4f20c6673
parent20e8fe5ed3dc0c361a3387df856746845f7a1be3
Fix flapping

Re-implement flapping following the 'old way' of just observing the last
20 stage changes.

refs #4982
14 files changed:
doc/08-advanced-topics.md
doc/09-object-types.md
lib/compat/compatlogger.cpp
lib/compat/statusdatawriter.cpp
lib/db_ido/dbevents.cpp
lib/icinga/checkable-check.cpp
lib/icinga/checkable-flapping.cpp
lib/icinga/checkable.hpp
lib/icinga/checkable.ti
lib/icinga/compatutility.cpp
test/CMakeLists.txt
test/icinga-checkable-flapping.cpp [new file with mode: 0644]
test/icinga-checkable-test.cpp [new file with mode: 0644]
test/icinga-checkresult.cpp