add monitoring for freifunk nodes
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-09 11:03:23 +01:00
parent 19dd29e847
commit 8e54d6eb23
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 163 additions and 0 deletions

View file

@ -0,0 +1,25 @@
nodes['home.winkeeinhorn-1'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.11',
},
'dhcp': True,
'mac': 'f4:06:8d:df:05:60',
},
},
'icinga2_api': {
'freifunk': {
'services': {
'NODE HEALTH': {
'check_command': 'check_freifunk_node',
'vars.url': 'https://map.freifunk-mwu.de/data/meshviewer.json',
'vars.id': 'f4068ddf055f',
},
},
},
},
},
}

View file

@ -0,0 +1,25 @@
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',
},
},
},
},
},
}

View file

@ -0,0 +1,25 @@
nodes['home.winkeeinhorn-vm'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.10',
},
'dhcp': True,
'mac': '42:86:56:de:00:90',
},
},
'icinga2_api': {
'freifunk': {
'services': {
'NODE HEALTH': {
'check_command': 'check_freifunk_node',
'vars.url': 'https://map.freifunk-mwu.de/data/meshviewer.json',
'vars.id': '525400b04e4d',
},
},
},
},
},
}