mirror of https://github.com/Icinga/icinga2.git
RedisWriter: Rename check_period to check_timeperiod
This commit is contained in:
parent
21a900cd9d
commit
33bdc8b5c3
|
@ -881,7 +881,7 @@ bool RedisWriter::PrepareObject(const ConfigObject::Ptr& object, Dictionary::Ptr
|
|||
TimePeriod::Ptr timePeriod = checkable->GetCheckPeriod();
|
||||
if (timePeriod) {
|
||||
attributes->Set("check_timeperiod_id", GetObjectIdentifier(timePeriod));
|
||||
attributes->Set("check_period", timePeriod->GetName());
|
||||
attributes->Set("check_timeperiod", timePeriod->GetName());
|
||||
}
|
||||
|
||||
EventCommand::Ptr eventCommand = checkable->GetEventCommand();
|
||||
|
|
Loading…
Reference in New Issue