mirror of https://github.com/Icinga/icinga2.git
RedisWriter: dump period_checksum for users
This commit is contained in:
parent
de99d68351
commit
cd05240624
|
@ -235,6 +235,11 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
|
|||
}
|
||||
|
||||
checkSums->Set("group_checksums", groupChecksums);
|
||||
|
||||
auto period (user->GetPeriod());
|
||||
|
||||
if (period)
|
||||
checkSums->Set("period_checksum", GetObjectIdentifier(period));
|
||||
}
|
||||
|
||||
/* Calculate checkable checksums. */
|
||||
|
|
Loading…
Reference in New Issue