From 95ed5c693256215ad3cb94c1a6eaaf5d927ecd1f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 28 Jun 2021 19:45:26 +0200 Subject: [PATCH] groups/arch: do not set exclude_from_monitoring by default --- groups/os.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/groups/os.py b/groups/os.py index df057ed..3894adc 100644 --- a/groups/os.py +++ b/groups/os.py @@ -58,11 +58,6 @@ groups['arch'] = { 'bundles': { 'pacman', }, - 'metadata': { - 'icinga_options': { - 'exclude_from_monitoring': True, - }, - }, 'os': 'arch', }