From eae3b92eaf7509b94498a974e83f52e63a346de9 Mon Sep 17 00:00:00 2001
From: cronekorkn <git@ckn.li>
Date: Thu, 2 Mar 2023 18:35:14 +0100
Subject: [PATCH] downtime services too

---
 bundles/monitored/files/downtime | 1 +
 1 file changed, 1 insertion(+)

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,
         }