nodes/home.wled-wohnzimmer: add node
This commit is contained in:
parent
b6d23aaed4
commit
d7398135d1
1 changed files with 17 additions and 0 deletions
17
nodes/home/wled-wohnzimmer.py
Normal file
17
nodes/home/wled-wohnzimmer.py
Normal 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,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue