]> granicus.if.org Git - icinga2/commit
Use retry_interval on first OK -> NOT-OK state change
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 11 Mar 2016 09:30:50 +0000 (10:30 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 11 Mar 2016 11:00:30 +0000 (12:00 +0100)
commit7fb8bcd933b6e4c318398b0e1cdbd3a4bb335f97
treea703f48725d950e665583a1354e3ab14d50a3e92
parent5b6a6f86b157a4f4e6da74e6d464575ed666ddd0
Use retry_interval on first OK -> NOT-OK state change

Only valid for active check results. The API actions were
missing that marker similar to the external command processor.

The initial OK -> NOT-OK transition should use the retry_interval
but nothing else.

fixes #11336
lib/icinga/apiactions.cpp
lib/icinga/checkable-check.cpp
lib/icinga/externalcommandprocessor.cpp