Open nilmerg opened 2 weeks ago
@sukhwinder33445 You should now be able to force the scheduleDowntimeAction
for redundancy groups to always assume a ScheduleHostDowntimeForm
as source. But I didn't test, what will happen if a service downtime is scheduled with the all_services
flag set. Either Icinga 2 ignores it, or complains about it. Please check this.
ScheduleDowntimeCommand
is basically whatScheduleServiceDowntimeCommand
previously was. Though, with the addition ofget|setForAllServices()
which was only part ofScheduleHostDowntimeCommand
.ScheduleDowntimeCommand::get|setChildOption()
is completely new and replacesScheduleHostDowntimeCommand::get|setTriggered()
.ScheduleHostDowntimeCommand
,PropagateHostDowntimeCommand
andScheduleServiceDowntimeCommand
are now deprecated.fixes #1090