nodes/home.octoprint-vielschichtigkeit: set exclude_from_monitoring
This commit is contained in:
parent
4973c63e62
commit
0c59af2fdc
2 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ nodes['home.octoprint-leapfrog'] = {
|
|||
'exclude_from_backups': True,
|
||||
},
|
||||
'icinga_options': {
|
||||
# Currently offline due to printer maintenance
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'vm': {
|
||||
|
|
|
@ -21,6 +21,10 @@ nodes['home.octoprint-vielschichtigkeit'] = {
|
|||
'backup-client': {
|
||||
'server': '172.19.138.20:22',
|
||||
},
|
||||
'icinga_options': {
|
||||
# Currently offline due to printer maintenance
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'octoprint': {
|
||||
|
|
Loading…
Reference in a new issue