set exclude_from_monitoring for all nodes
This commit is contained in:
parent
35a1d52840
commit
ae37b65220
1 changed files with 6 additions and 0 deletions
|
@ -5,4 +5,10 @@ groups['all'] = {
|
||||||
'subgroups': {
|
'subgroups': {
|
||||||
'linux',
|
'linux',
|
||||||
},
|
},
|
||||||
|
'metadata': {
|
||||||
|
# XXX remove this once we're no longer symlinking kunsis bundles
|
||||||
|
'icinga_options': {
|
||||||
|
'exclude_from_monitoring': True,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue