Add VPN-Router Prefix to Routers instead of RiFu
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
a3ecb2d8ae
commit
75c24e389b
3
unms.go
3
unms.go
@ -163,6 +163,7 @@ func processUNMSAPIRouter() []node {
|
||||
}
|
||||
fields := map[string]interface{}{
|
||||
"cpu": statistics.CPU[t].Y,
|
||||
"load": statistics.CPU[t].Y,
|
||||
"ram": statistics.RAM[t].Y,
|
||||
//hier fehlen noch die interfaces
|
||||
}
|
||||
@ -265,7 +266,7 @@ func processUNMSAPIRouter() []node {
|
||||
MAC: dev.Identification.MAC,
|
||||
Adresses: UnmsGetAddresses(details.IPAddress),
|
||||
Domain: currentDevice.Domain,
|
||||
Hostname: "[RiFu] " + details.Identification.Name,
|
||||
Hostname: "[VPN-Router] " + details.Identification.Name,
|
||||
Owner: "Freifunk Rhein-Sieg",
|
||||
Firmware: firmware{
|
||||
Base: "Ubiquiti - Stock",
|
||||
|
Loading…
Reference in New Issue
Block a user