]> granicus.if.org Git - icinga2/commit
DB IDO: Only update 'next_check' column when manually scheduling a check
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 22 Jan 2016 17:42:15 +0000 (18:42 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 22 Jan 2016 17:42:15 +0000 (18:42 +0100)
commitb960850ce353aaf16a7f1da574b955817b8fd1bd
tree9e33044a381cc8b656d9de288aee25562a2a2931
parent2a11b27972e4325bf80e9abc9017eab7dd03e712
DB IDO: Only update 'next_check' column when manually scheduling a check

Otherwise the changes from #7287 already take care of setting
the proper next check time from inside ProcessCheckResult().

There is no need to use the generic OnNextCheckChanged signal
but instead we're using a new one, locally just for DB IDO.

fixes #11019
lib/db_ido/dbevents.cpp
lib/db_ido/dbevents.hpp
lib/icinga/apiactions.cpp
lib/icinga/checkable-check.cpp
lib/icinga/checkable.hpp
lib/icinga/externalcommandprocessor.cpp