remove freifunk access points, replace with aruba
This commit is contained in:
parent
01531c62de
commit
553ed05ba2
5 changed files with 18 additions and 22 deletions
6
nodes/home.aruba325-office.toml
Normal file
6
nodes/home.aruba325-office.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
dummy = true
|
||||
|
||||
[metadata.interfaces.eth0]
|
||||
ips = ["172.19.138.53"]
|
||||
dhcp = true
|
||||
mac = "f0:5c:19:cf:9e:72"
|
6
nodes/home.aruba325-schlafzimmer.toml
Normal file
6
nodes/home.aruba325-schlafzimmer.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
dummy = true
|
||||
|
||||
[metadata.interfaces.eth0]
|
||||
ips = ["172.19.138.52"]
|
||||
dhcp = true
|
||||
mac = "b4:5d:50:c7:11:78"
|
6
nodes/home.aruba325-wohnzimmer.toml
Normal file
6
nodes/home.aruba325-wohnzimmer.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
dummy = true
|
||||
|
||||
[metadata.interfaces.eth0]
|
||||
ips = ["172.19.138.51"]
|
||||
dhcp = true
|
||||
mac = "f0:5c:19:cf:9f:7e"
|
|
@ -1,11 +0,0 @@
|
|||
dummy = true
|
||||
|
||||
[metadata.interfaces.default]
|
||||
ips = ["172.19.138.11"]
|
||||
dhcp = true
|
||||
mac = "f4:06:8d:df:05:60"
|
||||
|
||||
[metadata.icinga2_api.freifunk.services."NODE HEALTH"]
|
||||
check_command = "check_freifunk_node"
|
||||
"vars.url" = "https://map.freifunk-mwu.de/data/meshviewer.json"
|
||||
"vars.id" = "f4068ddf055f"
|
|
@ -1,11 +0,0 @@
|
|||
dummy = true
|
||||
|
||||
[metadata.interfaces.default]
|
||||
ips = ["172.19.138.12"]
|
||||
dhcp = true
|
||||
mac = "f4:06:8d:df:03:38"
|
||||
|
||||
[metadata.icinga2_api.freifunk.services."NODE HEALTH"]
|
||||
check_command = "check_freifunk_node"
|
||||
"vars.url" = "https://map.freifunk-mwu.de/data/meshviewer.json"
|
||||
"vars.id" = "f4068ddf0337"
|
Loading…
Reference in a new issue