]> 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)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 20 Apr 2016 08:00:07 +0000 (10:00 +0200)
commit122256bb917bceab65828dcaa39023e58c55ba25
tree130598a210f8a392bd2abcf018ca5162f40ade41
parent62dfcc7dc8c310a9139bc54564eea3e653f6260c
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