remove ovh nodes from monitoring
This commit is contained in:
parent
f061196f0d
commit
25a484f04e
3 changed files with 7 additions and 12 deletions
|
@ -30,6 +30,9 @@ nodes['ovh.icinga2'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'bird': {
|
||||
'static_routes': {
|
||||
'172.19.136.3/32',
|
||||
|
|
|
@ -22,6 +22,9 @@ nodes['ovh.wireguard'] = {
|
|||
'172.19.136.64/26',
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue