nodes/home.*: set icinga_options
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-21 11:31:40 +01:00
parent 6cc0498e10
commit 70513c47fa
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 23 additions and 0 deletions

13
nodes/home/bubble01.py Normal file
View file

@ -0,0 +1,13 @@
# Mitel RFP35
nodes['home.bubble01'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.41',
},
},
},
},
}

View file

@ -10,5 +10,8 @@ nodes['home.ejgwdesk'] = {
'mac': '54:04:A6:EF:A8:01',
},
},
'icinga_options': {
'exclude_from_monitoring': True,
},
},
}

View file

@ -10,5 +10,8 @@ nodes['home.rechenmonster'] = {
'mac': '46:94:8D:47:D0:A4',
},
},
'icinga_options': {
'exclude_from_monitoring': True,
},
},
}

View file

@ -27,6 +27,10 @@ nodes['rx300'] = {
'dhcp': True,
},
},
'icinga_options': {
# TODO remove once this is no longer at home
'exclude_from_monitoring': True,
},
'backups': {
'exclude_from_backups': True,
},