attrs->Set("text", text);
attrs->Set("expire_time", expireTime);
attrs->Set("entry_type", entryType);
+ attrs->Set("entry_time", Utility::GetTime());
Host::Ptr host;
Service::Ptr service;
attrs->Set("triggered_by", triggeredBy);
attrs->Set("scheduled_by", scheduledBy);
attrs->Set("config_owner", scheduledDowntime);
+ attrs->Set("entry_time", Utility::GetTime());
Host::Ptr host;
Service::Ptr service;
}}}
};
- [state] double entry_time {
+ [config] double entry_time {
default {{{ return Utility::GetTime(); }}}
};
[config, required] String author;