mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user