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