nodes/home.wled-wohnzimmer: add node

This commit is contained in:
Franzi 2021-02-06 09:39:36 +01:00
parent b6d23aaed4
commit d7398135d1
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -0,0 +1,17 @@
nodes['home.wled-wohnzimmer'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.70',
},
'dhcp': True,
'mac': 'e8:68:e7:80:9d:f8',
},
},
'icinga_options': {
'exclude_from_monitoring': True,
},
},
}