icinga2/lib/icingadb
Julian Brost 9dd210df84 IcingaDB: use XADD MAXLEN instead of custom Lua script for dump signals
The existing Lua script adds a new entry to a stream and then deletes all older
entries. The same can be achieved by using `XADD ... MAXLEN 1`.
2021-05-03 17:21:01 +02:00
..
CMakeLists.txt Fix Copyright headers 2019-11-02 14:00:24 +01:00
icingadb-objects.cpp IcingaDB: use XADD MAXLEN instead of custom Lua script for dump signals 2021-05-03 17:21:01 +02:00
icingadb-stats.cpp IcingaDB#GetStats(): add endpoint_id to IcingaApplication 2019-12-06 15:52:47 +01:00
icingadb-utility.cpp IcingaDB: don't hash hashes 2019-12-10 11:23:05 +01:00
icingadb.cpp Icinga DB: cache environment ID instead of recomputing it every time 2021-03-23 17:09:32 +01:00
icingadb.hpp Merge pull request #8684 from Icinga/feature/icingadb-signals-for-all-types 2021-04-27 21:26:52 +02:00
icingadb.ti Delay start of IcingaDB until most config objects are activated 2021-01-19 09:45:47 +01:00
redisconnection.cpp Merge pull request #8604 from Icinga/bugfix/icingadb-initial-sync-delay 2021-01-21 13:47:12 +01:00
redisconnection.hpp RedisConnection::WriteRESP: Use one asio::async_write instead of many 2021-03-24 13:14:01 +01:00