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,
|
'exclude_from_backups': True,
|
||||||
},
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
|
# Currently offline due to printer maintenance
|
||||||
'exclude_from_monitoring': True,
|
'exclude_from_monitoring': True,
|
||||||
},
|
},
|
||||||
'vm': {
|
'vm': {
|
||||||
|
|
|
@ -21,6 +21,10 @@ nodes['home.octoprint-vielschichtigkeit'] = {
|
||||||
'backup-client': {
|
'backup-client': {
|
||||||
'server': '172.19.138.20:22',
|
'server': '172.19.138.20:22',
|
||||||
},
|
},
|
||||||
|
'icinga_options': {
|
||||||
|
# Currently offline due to printer maintenance
|
||||||
|
'exclude_from_monitoring': True,
|
||||||
|
},
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'octoprint': {
|
'octoprint': {
|
||||||
|
|
Loading…
Reference in a new issue