mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
parent
5e3e114a16
commit
e889de966e
@ -125,6 +125,8 @@ void RedisWriter::UpdateAllConfigObjects()
|
|||||||
if (checksums.size() > 2)
|
if (checksums.size() > 2)
|
||||||
m_Rcon->ExecuteQuery(checksums);
|
m_Rcon->ExecuteQuery(checksums);
|
||||||
|
|
||||||
|
m_Rcon->ExecuteQuery({"PUBLISH", "icinga:config:dump", lcType});
|
||||||
|
|
||||||
Log(LogNotice, "RedisWriter")
|
Log(LogNotice, "RedisWriter")
|
||||||
<< "Dumped " << bulkCounter << " objects of type " << type.second;
|
<< "Dumped " << bulkCounter << " objects of type " << type.second;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user