add monitoring for freifunk nodes
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
19dd29e847
commit
8e54d6eb23
6 changed files with 163 additions and 0 deletions
25
nodes/home/winkeeinhorn-1.py
Normal file
25
nodes/home/winkeeinhorn-1.py
Normal 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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
25
nodes/home/winkeeinhorn-2.py
Normal file
25
nodes/home/winkeeinhorn-2.py
Normal 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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
25
nodes/home/winkeeinhorn-vm.py
Normal file
25
nodes/home/winkeeinhorn-vm.py
Normal 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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue