icinga2/lib/icingadb
Julian Brost 855e342b63 Icinga DB: make acknowledgement events update the state tables but not write state history
StateChangeHandler() is the function used when the actual hard/soft state
changes and thus also writes state history. This is not desired in this case,
instead, a runtime update should be generated, therefore call UpdateState()
instead.

refs #9063
2022-01-18 12:26:43 +01:00
..
CMakeLists.txt Fix Copyright headers 2019-11-02 14:00:24 +01:00
icingadb-objects.cpp Icinga DB: make acknowledgement events update the state tables but not write state history 2022-01-18 12:26:43 +01:00
icingadb-stats.cpp Icinga DB: set value in milliseconds for program_start in stats/heartbeat 2021-11-08 14:37:08 +01:00
icingadb-utility.cpp Icinga DB: Make sure object relationships are handled correctly 2021-11-12 13:34:57 +01:00
icingadb.cpp IcingaDB: export environment_id via API 2021-11-05 14:14:37 +01:00
icingadb.hpp Icinga DB: Merge SendStatusUpdate into UpdateState 2022-01-18 12:26:43 +01:00
icingadb.ti IcingaDB: export environment_id via API 2021-11-05 14:14:37 +01:00
redisconnection.cpp Icinga DB: only log queries at debug level 2021-11-12 15:41:17 +01:00
redisconnection.hpp Introduce IcingaDB#connect_timeout 2021-07-27 21:59:09 +02:00