set exclude_from_monitoring for all nodes

This commit is contained in:
Franzi 2021-12-14 17:19:09 +01:00
parent 35a1d52840
commit ae37b65220
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

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