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