bundlewrap/nodes/home/winkeeinhorn-2.py
Franzi 8e54d6eb23
All checks were successful
bundlewrap/pipeline/head This commit looks good
add monitoring for freifunk nodes
2021-01-09 11:03:23 +01:00

26 lines
698 B
Python

nodes['home.winkeeinhorn-2'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.12',
},
'dhcp': True,
'mac': 'f4:06:8d:df:03:38',
},
},
'icinga2_api': {
'freifunk': {
'services': {
'NODE HEALTH': {
'check_command': 'check_freifunk_node',
'vars.url': 'https://map.freifunk-mwu.de/data/meshviewer.json',
'vars.id': 'f4068ddf0337',
},
},
},
},
},
}