icinga2/lib/db_ido
Michael Friedrich 9dc37c58ea 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
2016-02-23 09:25:05 +01:00
..
CMakeLists.txt Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
commanddbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
commanddbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
db_ido-itl.conf Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
dbconnection.cpp Don't log IDO statistics when we're not connected 2016-02-23 09:15:23 +01:00
dbconnection.hpp Implement additional query statistics for DB IDO 2016-02-23 09:15:16 +01:00
dbconnection.ti Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
dbevents.cpp DB IDO: Only update 'next_check' column when manually scheduling a check 2016-02-23 09:25:05 +01:00
dbevents.hpp DB IDO: Only update 'next_check' column when manually scheduling a check 2016-02-23 09:25:05 +01:00
dbobject.cpp Fix priority ordering for IDO queries 2016-02-23 09:09:06 +01:00
dbobject.hpp Fix priority ordering for IDO queries 2016-02-23 09:09:06 +01:00
dbquery.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
dbquery.hpp Implement support for priorities in the WorkQueue class 2016-02-23 09:09:06 +01:00
dbreference.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
dbreference.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
dbtype.cpp Fix incorrect is_active queries 2016-02-23 09:18:24 +01:00
dbtype.hpp Fix incorrect is_active queries 2016-02-23 09:18:24 +01:00
dbvalue.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
dbvalue.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
endpointdbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
endpointdbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
hostdbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
hostdbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
hostgroupdbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
hostgroupdbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
i2-db_ido.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
idochecktask.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
idochecktask.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
servicedbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
servicedbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
servicegroupdbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
servicegroupdbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
timeperioddbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
timeperioddbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
userdbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
userdbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
usergroupdbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
usergroupdbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
zonedbobject.cpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
zonedbobject.hpp Update copyright headers for 2016 2016-01-12 08:31:24 +01:00