nodes/home.*: set icinga_options
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6cc0498e10
commit
70513c47fa
4 changed files with 23 additions and 0 deletions
13
nodes/home/bubble01.py
Normal file
13
nodes/home/bubble01.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Mitel RFP35
|
||||
nodes['home.bubble01'] = {
|
||||
'dummy': True,
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.41',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
|
@ -10,5 +10,8 @@ nodes['home.ejgwdesk'] = {
|
|||
'mac': '54:04:A6:EF:A8:01',
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -10,5 +10,8 @@ nodes['home.rechenmonster'] = {
|
|||
'mac': '46:94:8D:47:D0:A4',
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue