]> granicus.if.org Git - icinga2/commit
Use UpdateNextCheck() for determining the retry_interval in ProcessCheckResult()
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 15 Mar 2016 12:02:38 +0000 (13:02 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 15 Mar 2016 12:02:38 +0000 (13:02 +0100)
commitd682f56c38852587199da4a68040c08efe82c166
tree24ecc13645ae1061f3cdfd225fd44b38091bdbbe
parent3bd68487632c475839f6de79684608a9bf85f285
Use UpdateNextCheck() for determining the retry_interval in ProcessCheckResult()

This patch also moves the next check updates for passive
check results into ProcessCheckResult(). That way the
next check status updates for DB IDO work in a sane way
again.

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