mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Merge pull request #9074 from Icinga/bugfix/icinga-checksum-state-growing-2.13
Icinga DB: clean up vanished objects from icinga:checksum:*:state
This commit is contained in:
commit
afb2635e76
@ -536,6 +536,7 @@ std::vector<String> IcingaDB::GetTypeOverwriteKeys(const String& type)
|
||||
if (type == "host" || type == "service" || type == "user") {
|
||||
keys.emplace_back(m_PrefixConfigObject + type + "group:member");
|
||||
keys.emplace_back(m_PrefixConfigObject + type + ":state");
|
||||
keys.emplace_back(m_PrefixConfigCheckSum + type + ":state");
|
||||
} else if (type == "timeperiod") {
|
||||
keys.emplace_back(m_PrefixConfigObject + type + ":override:include");
|
||||
keys.emplace_back(m_PrefixConfigObject + type + ":override:exclude");
|
||||
|
Loading…
x
Reference in New Issue
Block a user