icinga2/lib/icingadb
Alexander A. Klimov dc4869c3aa IcingaDB::TimestampToMilliseconds(): limit output to four year digits
Too high timestamps may overflow uint64_t (and the YYYY format) and negative
ones don't fit into uint64_t. Those may crash our Go daemon.
2024-09-30 16:54:40 +02:00
..
CMakeLists.txt Introduce Icinga DB check (like the IDO one) 2022-06-23 11:14:31 +02:00
icingadb-itl.conf Icinga DB Check: rename variables from takes to duration 2022-06-28 13:33:00 +02:00
icingadb-objects.cpp IcingaDB: Don't sync partially initialised objects 2024-09-11 14:08:27 +02:00
icingadb-stats.cpp Fix file endings 2023-05-17 18:05:13 +02:00
icingadb-utility.cpp IcingaDB::TimestampToMilliseconds(): limit output to four year digits 2024-09-30 16:54:40 +02:00
icingadb.cpp Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
icingadb.hpp Icinga DB: on every check result update state only 1x, not 3x in a row 2022-09-06 10:10:14 +02:00
icingadb.ti Introduce Icinga DB check (like the IDO one) 2022-06-23 11:14:31 +02:00
icingadbchecktask.cpp Centralise default icinga.* and env.* macros 2023-02-17 15:33:36 +01:00
icingadbchecktask.hpp Introduce Icinga DB check (like the IDO one) 2022-06-23 11:14:31 +02:00
redisconnection.cpp RedisConnection: Don't log queries that are going to be discarded 2022-10-11 13:28:08 +02:00
redisconnection.hpp Introduce Icinga DB check (like the IDO one) 2022-06-23 11:14:31 +02:00