mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
parent
3d7c103035
commit
085fca90ad
1 changed files with 1 additions and 0 deletions
|
|
@ -550,6 +550,7 @@ void ServiceDbObject::AddDowntimeByType(const DynamicObject::Ptr& object, const
|
|||
}
|
||||
|
||||
fields1->Set("author_name", downtime->GetAuthor());
|
||||
fields1->Set("comment_data", downtime->GetComment());
|
||||
fields1->Set("triggered_by_id", Service::GetDowntimeByID(downtime->GetTriggeredBy()));
|
||||
fields1->Set("is_fixed", downtime->GetFixed());
|
||||
fields1->Set("duration", downtime->GetDuration());
|
||||
|
|
|
|||
Loading…
Reference in a new issue