mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8918 from Icinga/bugfix/idb-del-chksm
Icinga DB: HDEL also icinga:checksum:*, not only icinga:*
This commit is contained in:
commit
284c591f3c
|
@ -1475,6 +1475,7 @@ void IcingaDB::SendConfigDelete(const ConfigObject::Ptr& object)
|
|||
|
||||
m_Rcon->FireAndForgetQueries({
|
||||
{"HDEL", m_PrefixConfigObject + typeName, objectKey},
|
||||
{"HDEL", m_PrefixConfigCheckSum + typeName, objectKey},
|
||||
{
|
||||
"XADD", "icinga:runtime", "MAXLEN", "~", "1000000", "*",
|
||||
"redis_key", m_PrefixConfigObject + typeName, "id", objectKey, "runtime_type", "delete"
|
||||
|
|
Loading…
Reference in New Issue