From 497a8dd993ed1e147b7a493dab7942c775920c58 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 26 Jul 2021 11:44:21 +0200 Subject: [PATCH] Icinga DB: DEL icinga:nextupdate:* along with the other keys to delete ... not on config dump finish. --- lib/icingadb/icingadb-objects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icingadb/icingadb-objects.cpp b/lib/icingadb/icingadb-objects.cpp index f9c2623c2..81882995c 100644 --- a/lib/icingadb/icingadb-objects.cpp +++ b/lib/icingadb/icingadb-objects.cpp @@ -153,7 +153,7 @@ void IcingaDB::UpdateAllConfigObjects() m_PrefixConfigObject + "icon:image", }; DeleteKeys(m_Rcon, globalKeys, Prio::Config); - DeleteKeys(m_Rcon, {"icinga:nextupdate:host", "icinga:nextupdate:service"}, Prio::CheckResult); + DeleteKeys(m_Rcon, {"icinga:nextupdate:host", "icinga:nextupdate:service"}, Prio::Config); m_Rcon->Sync(); Defer resetDumpedGlobals ([this]() {