mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
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);
|
checkSums->Set("group_checksums", groupChecksums);
|
||||||
|
|
||||||
|
auto period (user->GetPeriod());
|
||||||
|
|
||||||
|
if (period)
|
||||||
|
checkSums->Set("period_checksum", GetObjectIdentifier(period));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calculate checkable checksums. */
|
/* Calculate checkable checksums. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user