From ae37b6522026068b3ef065113fd6e205d62fd82b Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 14 Dec 2021 17:19:09 +0100 Subject: [PATCH] set exclude_from_monitoring for all nodes --- groups/all.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/groups/all.py b/groups/all.py index f695a4b..f039f09 100644 --- a/groups/all.py +++ b/groups/all.py @@ -5,4 +5,10 @@ groups['all'] = { 'subgroups': { 'linux', }, + 'metadata': { + # XXX remove this once we're no longer symlinking kunsis bundles + 'icinga_options': { + 'exclude_from_monitoring': True, + }, + }, }