mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-17 10:44:29 +02:00
Rename command_checksums
This commit is contained in:
parent
65c38a3958
commit
a47e16fb5b
@ -335,12 +335,12 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
|
|||||||
checkSums->Set("command_endpoint_checksum", GetObjectIdentifier(commandEndpoint));
|
checkSums->Set("command_endpoint_checksum", GetObjectIdentifier(commandEndpoint));
|
||||||
|
|
||||||
/* *_command_checksum */
|
/* *_command_checksum */
|
||||||
checkSums->Set("check_command_checksum", GetObjectIdentifier(checkable->GetCheckCommand()));
|
checkSums->Set("checkcommand_checksum", GetObjectIdentifier(checkable->GetCheckCommand()));
|
||||||
|
|
||||||
EventCommand::Ptr eventCommand = checkable->GetEventCommand();
|
EventCommand::Ptr eventCommand = checkable->GetEventCommand();
|
||||||
|
|
||||||
if (eventCommand)
|
if (eventCommand)
|
||||||
checkSums->Set("event_command_checksum", GetObjectIdentifier(eventCommand));
|
checkSums->Set("eventcommand_checksum", GetObjectIdentifier(eventCommand));
|
||||||
|
|
||||||
/* *_url_checksum, icon_image_checksum */
|
/* *_url_checksum, icon_image_checksum */
|
||||||
String actionUrl = checkable->GetActionUrl();
|
String actionUrl = checkable->GetActionUrl();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user