diff --git a/bundles/monitored/files/downtime b/bundles/monitored/files/downtime index 8d1bbb7..a184fb4 100644 --- a/bundles/monitored/files/downtime +++ b/bundles/monitored/files/downtime @@ -79,6 +79,7 @@ if action == 'add': 'end_time': now + duration_seconds, 'type': 'Host', 'child_options': 'DowntimeTriggeredChildren', + 'all_services': True, 'filter': f'match("{node_name}", host.name)', 'pretty': True, }