icingaweb2/modules/monitoring/application/forms/Command/Object
Eric Lippmann 1e1b4b74ad If appropriate, set the API parameter all_services for schedule-downtime
Since Icinga 2.11.0 the schedule-downtime API supports the
all_services parameter. So far we've always sent a separate
request for scheduling service downtimes. As of Icinga 2.13.0,
these service downtimes are automatically removed when the host
downtimes are removed. Of course, this doesn't work if we don't
use the all_services parameter but send a separate request.
With this commit we set this parameter if the transport is API
and Icinga is equal to or greater than 2.11.0.

In addition, if child_options and all_services were previously set,
a request was sent per host and service. This is now also only a
single request if an API command transport is requested or only
API command transports are configured.
2021-08-09 16:55:05 +02:00
..
AcknowledgeProblemCommandForm.php Fix typos: consecutive use of 'the' 2020-11-18 09:26:39 +01:00
AddCommentCommandForm.php Monitoring: add expire option for comments 2020-11-30 17:24:57 +01:00
CheckNowCommandForm.php CheckNowCommandForm#init(): set submit label 2020-11-26 18:38:55 +01:00
DeleteCommentCommandForm.php Transmit the user who deletes a comment 2020-05-14 13:57:22 +02:00
DeleteCommentsCommandForm.php Transmit the user who deletes a comment 2020-05-14 13:57:22 +02:00
DeleteDowntimeCommandForm.php DeleteDowntimeCommandForm: Show error notification if not successful 2021-02-03 15:42:13 +01:00
DeleteDowntimesCommandForm.php Transmit the user who cancels a downtime 2020-05-14 13:58:03 +02:00
ObjectsCommandForm.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
ProcessCheckResultCommandForm.php ProcessCheckResultForm: Skip objects with passive checks disabled 2021-04-14 10:56:04 +02:00
RemoveAcknowledgementCommandForm.php Transmit the user who clears an acknowledgement 2020-05-14 13:58:19 +02:00
ScheduleHostCheckCommandForm.php ScheduleHostCheckCommandForm: Only ignore hosts if rescheduling is restricted 2020-01-31 16:07:56 +01:00
ScheduleHostDowntimeCommandForm.php If appropriate, set the API parameter all_services for schedule-downtime 2021-08-09 16:55:05 +02:00
ScheduleServiceCheckCommandForm.php ScheduleServiceCheckCommandForm: Only ignore services if rescheduling is restricted 2020-01-31 16:07:56 +01:00
ScheduleServiceDowntimeCommandForm.php Add end time and comment options to settings section for host/service downtime dialog 2021-06-18 13:57:58 +02:00
SendCustomNotificationCommandForm.php Fix typos: consecutive use of 'the' 2020-11-18 09:26:39 +01:00
ToggleObjectFeaturesCommandForm.php ToggleObjectFeaturesCommandForm: Use a select instead of radio buttons 2019-10-08 12:39:07 +02:00