mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-02-14 11:49:50 +00:00
added WLAN status to metrics
This commit is contained in:
36
metrics.json
36
metrics.json
@@ -395,6 +395,42 @@
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WLANConfiguration:1",
|
||||
"action": "GetInfo",
|
||||
"result": "Status",
|
||||
"okValue": "Up",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_wlan_status",
|
||||
"help": "WLAN status (Enabled = 1)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"wlan": "2.4 Ghz"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WLANConfiguration:2",
|
||||
"action": "GetInfo",
|
||||
"result": "Status",
|
||||
"okValue": "Up",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_wlan_status",
|
||||
"help": "WLAN status (Enabled = 1)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"wlan": "5 Ghz"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:DeviceInfo:1",
|
||||
"action": "GetInfo",
|
||||
|
||||
Reference in New Issue
Block a user