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
1 changed files with 6 additions and 0 deletions

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