icinga2/lib/icingadb
Alexander A. Klimov 21b68455ce Use Timer::Create() instead of new Timer()
git ls-files -z |xargs -0 perl -pi -e 's/\bnew Timer\b/Timer::Create/g'

ex. in Timer::Create() itself.
2023-04-04 10:35:20 +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 Icinga DB: on every check result update state only 1x, not 3x in a row 2022-09-06 10:10:14 +02:00
icingadb-stats.cpp Simplify NamespaceValue class hierarchy to one struct without member functions 2023-01-19 17:55:11 +01:00
icingadb-utility.cpp IcingaDB: Cache generated object hash 2022-09-12 17:23:06 +02:00
icingadb.cpp Use Timer::Create() instead of new Timer() 2023-04-04 10:35:20 +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