mirror of https://github.com/Icinga/icinga2.git
Add zone checksum for redis to checkables
This commit is contained in:
parent
c5e913dfd4
commit
85f621cb90
|
@ -216,6 +216,8 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
|
||||||
}
|
}
|
||||||
|
|
||||||
checkSums->Set("group_checksums", groupChecksums);
|
checkSums->Set("group_checksums", groupChecksums);
|
||||||
|
|
||||||
|
checkSums->Set("zone_checksum", GetIdentifier(checkable->GetZone()));
|
||||||
} else {
|
} else {
|
||||||
Zone::Ptr zone = dynamic_pointer_cast<Zone>(object);
|
Zone::Ptr zone = dynamic_pointer_cast<Zone>(object);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue