nodes/home.octoprint-vielschichtigkeit: set exclude_from_monitoring

This commit is contained in:
Franzi 2021-04-17 09:40:02 +02:00
parent 4973c63e62
commit 0c59af2fdc
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 5 additions and 0 deletions

View file

@ -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': {

View file

@ -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': {