mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-08-19 03:56:14 +00:00
feat: add FritzBox 5690 Pro v8.25 metrics and DSL metric definitions
This commit is contained in:
@@ -134,6 +134,7 @@ For lua metrics open UI in browser and check the json files used for the various
|
||||
|
||||
For a list of all available metrics, see the dumps below (the format is the same as in the metrics.json file, so it can be used to easily add further metrics to retrieve):
|
||||
|
||||
- [FritzBox 5690 Pro v8.26](all_available_metrics_5690_pro_8.25.json)
|
||||
- [FritzBox 5690 Pro v8.03](all_available_metrics_5690_pro_8.03.json)
|
||||
- [FritzBox 6591 v7.29](all_available_metrics_6591_7.29.json)
|
||||
- [FritzBox 6690 v7.57](all_available_metrics_6690_7.57.json)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,279 @@
|
||||
{
|
||||
"labelRenames": [
|
||||
{
|
||||
"matchRegex": "(?i)^(?:prozessor|processore)",
|
||||
"renameLabel": "CPU"
|
||||
},
|
||||
{
|
||||
"matchRegex": "(?i)^(?:system|sistema)",
|
||||
"renameLabel": "System"
|
||||
},
|
||||
{
|
||||
"matchRegex": "(?i)DSL",
|
||||
"renameLabel": "DSL"
|
||||
},
|
||||
{
|
||||
"matchRegex": "(?i)Glasfaser",
|
||||
"renameLabel": "Fiber"
|
||||
},
|
||||
{
|
||||
"matchRegex": "(?i)FON",
|
||||
"renameLabel": "Phone"
|
||||
},
|
||||
{
|
||||
"matchRegex": "(?i)WLAN",
|
||||
"renameLabel": "WLAN"
|
||||
},
|
||||
{
|
||||
"matchRegex": "(?i)USB",
|
||||
"renameLabel": "USB"
|
||||
},
|
||||
{
|
||||
"matchRegex": "(?i)Speicher.*FRITZ",
|
||||
"renameLabel": "Internal eStorage"
|
||||
}
|
||||
],
|
||||
"metrics": [
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=energy",
|
||||
"resultPath": "data.drain.*",
|
||||
"resultKey": "actPerc",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_energy_consumption",
|
||||
"help": "percentage of energy consumed from data.lua?page=energy",
|
||||
"varLabels": [
|
||||
"gateway", "name"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=energy",
|
||||
"resultPath": "data.drain.*.lan.*",
|
||||
"resultKey": "class",
|
||||
"okValue": "green",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_energy_lan_status",
|
||||
"help": "status of LAN connection from data.lua?page=energy (1 = up)",
|
||||
"varLabels": [
|
||||
"gateway", "name"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=ecoStat",
|
||||
"resultPath": "data.cputemp.series.0",
|
||||
"resultKey": "-1",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_ecostat_cputemp",
|
||||
"help": "cpu temperature from data.lua?page=ecoStat",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=ecoStat",
|
||||
"resultPath": "data.cpuutil.series.0",
|
||||
"resultKey": "-1",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_ecostat_cpuutil",
|
||||
"help": "percentage of cpu utilization from data.lua?page=ecoStat",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=ecoStat",
|
||||
"resultPath": "data.ramusage.series.0",
|
||||
"resultKey": "-1",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_ecostat_ramusage",
|
||||
"help": "percentage of RAM utilization from data.lua?page=ecoStat",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"ram_type" : "Fixed"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=ecoStat",
|
||||
"resultPath": "data.ramusage.series.1",
|
||||
"resultKey": "-1",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_ecostat_ramusage",
|
||||
"help": "percentage of RAM utilization from data.lua?page=ecoStat",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"ram_type" : "Dynamic"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=ecoStat",
|
||||
"resultPath": "data.ramusage.series.2",
|
||||
"resultKey": "-1",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_ecostat_ramusage",
|
||||
"help": "percentage of RAM utilization from data.lua?page=ecoStat",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"ram_type" : "Free"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=usbOv",
|
||||
"resultPath": "data.usbOverview.devices.*",
|
||||
"resultKey": "partitions.0.totalStorageInBytes",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_usb_storage_total",
|
||||
"help": "total storage in bytes from data.lua?page=usbOv",
|
||||
"varLabels": [
|
||||
"gateway", "deviceType", "deviceName"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=usbOv",
|
||||
"resultPath": "data.usbOverview.devices.*",
|
||||
"resultKey": "partitions.0.usedStorageInBytes",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_data_usb_storage_used",
|
||||
"help": "used storage in bytes from data.lua?page=usbOv",
|
||||
"varLabels": [
|
||||
"gateway", "deviceType", "deviceName"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=dslStat",
|
||||
"resultPath": "data.negotiatedValues.2",
|
||||
"resultKey": "val.0.ds",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_line_capacity_kbps",
|
||||
"help": "DSL line capacity (Leitungskapazitaet) in kbit/s from data.lua?page=dslStat (index-based, re-verify after FritzOS updates)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=dslStat",
|
||||
"resultPath": "data.negotiatedValues.2",
|
||||
"resultKey": "val.0.us",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_line_capacity_kbps",
|
||||
"help": "DSL line capacity (Leitungskapazitaet) in kbit/s from data.lua?page=dslStat (index-based, re-verify after FritzOS updates)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 300
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=dslStat",
|
||||
"resultPath": "data.negotiatedValues.14",
|
||||
"resultKey": "val.0",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_line_length_meter",
|
||||
"help": "approximate DSL line length in meters from data.lua?page=dslStat (index-based, re-verify after FritzOS updates)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 3600
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=fiberFiber",
|
||||
"resultPath": "data.sfpProperties.0",
|
||||
"resultKey": "val",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_fiber_sfp_temperature_celsius",
|
||||
"help": "SFP module internal temperature in Celsius from data.lua?page=fiberFiber",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=fiberFiber",
|
||||
"resultPath": "data.sfpProperties.3",
|
||||
"resultKey": "val",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_fiber_sfp_tx_power_dbm",
|
||||
"help": "SFP module transmit power in dBm from data.lua?page=fiberFiber",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"path": "data.lua",
|
||||
"params": "page=fiberFiber",
|
||||
"resultPath": "data.sfpProperties.4",
|
||||
"resultKey": "val",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_fiber_sfp_rx_power_dbm",
|
||||
"help": "SFP module receive power in dBm from data.lua?page=fiberFiber",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,793 @@
|
||||
[
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetTotalPacketsReceived",
|
||||
"result": "TotalPacketsReceived",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Received",
|
||||
"unit": "Packets",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetTotalPacketsSent",
|
||||
"result": "TotalPacketsSent",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Sent",
|
||||
"unit": "Packets",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetAddonInfos",
|
||||
"result": "TotalBytesReceived",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Received",
|
||||
"unit": "Bytes",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetAddonInfos",
|
||||
"result": "TotalBytesSent",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Sent",
|
||||
"unit": "Bytes",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetAddonInfos",
|
||||
"result": "ByteSendRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic_rate",
|
||||
"help": "traffic rate on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Sent",
|
||||
"unit": "Bytes",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetAddonInfos",
|
||||
"result": "ByteReceiveRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic_rate",
|
||||
"help": "traffic rate on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Received",
|
||||
"unit": "Bytes",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetCommonLinkProperties",
|
||||
"result": "Layer1UpstreamMaxBitRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_max_bitrate",
|
||||
"help": "max bitrate on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetCommonLinkProperties",
|
||||
"result": "Layer1DownstreamMaxBitRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_max_bitrate",
|
||||
"help": "max bitrate on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetCommonLinkProperties",
|
||||
"result": "PhysicalLinkStatus",
|
||||
"okValue": "Up",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_connection_status",
|
||||
"help": "Connection status (Connected = 1)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"connection": "Physical Link",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetTotalPacketsReceived",
|
||||
"result": "TotalPacketsReceived",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Received",
|
||||
"unit": "Packets",
|
||||
"interface": "DSL"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetTotalPacketsSent",
|
||||
"result": "TotalPacketsSent",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Sent",
|
||||
"unit": "Packets",
|
||||
"interface": "DSL"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetCommonLinkProperties",
|
||||
"result": "Layer1UpstreamMaxBitRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_max_bitrate",
|
||||
"help": "max bitrate on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up",
|
||||
"interface": "DSL"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetCommonLinkProperties",
|
||||
"result": "Layer1DownstreamMaxBitRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_max_bitrate",
|
||||
"help": "max bitrate on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down",
|
||||
"interface": "DSL"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANCommonInterfaceConfig:1",
|
||||
"action": "GetCommonLinkProperties",
|
||||
"result": "PhysicalLinkStatus",
|
||||
"okValue": "Up",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_connection_status",
|
||||
"help": "Connection status (Connected = 1)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"connection": "Physical Link",
|
||||
"interface": "DSL"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANIPConnection:1",
|
||||
"action": "GetStatusInfo",
|
||||
"result": "ConnectionStatus",
|
||||
"okValue": "Connected",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_connection_status",
|
||||
"help": "Connection status (Connected = 1)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"connection": "IP",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:schemas-upnp-org:service:WANIPConnection:1",
|
||||
"action": "GetStatusInfo",
|
||||
"result": "Uptime",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_connection_uptime_seconds",
|
||||
"help": "Connection uptime",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"connection": "IP",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANPPPConnection:1",
|
||||
"action": "GetInfo",
|
||||
"result": "ConnectionStatus",
|
||||
"okValue": "Connected",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_wan_connection_status",
|
||||
"help": "WAN Connection status (Connected = 1)",
|
||||
"varLabels": [
|
||||
"gateway",
|
||||
"ConnectionType",
|
||||
"ExternalIPAddress",
|
||||
"MACAddress"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"connection": "PPP",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANPPPConnection:1",
|
||||
"action": "GetInfo",
|
||||
"result": "Uptime",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_connection_uptime_seconds",
|
||||
"help": "Connection uptime",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"connection": "PPP",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANPPPConnection:1",
|
||||
"action": "GetInfo",
|
||||
"result": "UpstreamMaxBitRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_connection_max_bitrate",
|
||||
"help": "connection max bitrate",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up",
|
||||
"connection": "PPP",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANPPPConnection:1",
|
||||
"action": "GetInfo",
|
||||
"result": "DownstreamMaxBitRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_connection_max_bitrate",
|
||||
"help": "connection max bitrate",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down",
|
||||
"connection": "PPP",
|
||||
"interface": "WAN"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WLANConfiguration:1",
|
||||
"action": "GetTotalAssociations",
|
||||
"result": "TotalAssociations",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_wlan_current_connections",
|
||||
"help": "current WLAN connections",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"wlan": "2.4 GHz"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WLANConfiguration:2",
|
||||
"action": "GetTotalAssociations",
|
||||
"result": "TotalAssociations",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_wlan_current_connections",
|
||||
"help": "current WLAN connections",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"wlan": "5 Ghz"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"result": "UpTime",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_uptime_seconds",
|
||||
"help": "gateway uptime",
|
||||
"varLabels": [
|
||||
"gateway",
|
||||
"Description"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:DeviceInfo:1",
|
||||
"action": "GetInfo",
|
||||
"result": "ModelName",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_device_modelname",
|
||||
"help": "gateway device model name",
|
||||
"varLabels": [
|
||||
"gateway",
|
||||
"Description",
|
||||
"ModelName",
|
||||
"ProductClass",
|
||||
"SoftwareVersion",
|
||||
"HardwareVersion"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:LANEthernetInterfaceConfig:1",
|
||||
"action": "GetStatistics",
|
||||
"result": "Stats.BytesSent",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Sent",
|
||||
"unit": "Bytes",
|
||||
"interface": "LAN"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:LANEthernetInterfaceConfig:1",
|
||||
"action": "GetStatistics",
|
||||
"result": "Stats.BytesReceived",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_traffic",
|
||||
"help": "traffic on gateway interface",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Received",
|
||||
"unit": "Bytes",
|
||||
"interface": "LAN"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:Hosts:1",
|
||||
"action": "GetGenericHostEntry",
|
||||
"actionArgument": {
|
||||
"name": "NewIndex",
|
||||
"isIndex": true,
|
||||
"providerAction": "GetHostNumberOfEntries",
|
||||
"value": "HostNumberOfEntries"
|
||||
},
|
||||
"result": "Active",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_host_active",
|
||||
"help": "is host currently active",
|
||||
"varLabels": [
|
||||
"gateway",
|
||||
"IPAddress",
|
||||
"MACAddress",
|
||||
"InterfaceType",
|
||||
"HostName"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:X_AVM-DE_Dect:1",
|
||||
"action": "GetGenericDectEntry",
|
||||
"actionArgument": {
|
||||
"name": "NewIndex",
|
||||
"isIndex": true,
|
||||
"providerAction": "GetNumberOfDectEntries",
|
||||
"value": "NumberOfEntries"
|
||||
},
|
||||
"result": "Active",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dect_active",
|
||||
"help": "is dect device currently active",
|
||||
"varLabels": [
|
||||
"gateway",
|
||||
"ID",
|
||||
"Name",
|
||||
"Model"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 120
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "Status",
|
||||
"okValue": "Up",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_status",
|
||||
"help": "DSL line status (Up = 1)",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "DownstreamCurrRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_current_rate_kbps",
|
||||
"help": "DSL current sync rate in kbit/s",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "UpstreamCurrRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_current_rate_kbps",
|
||||
"help": "DSL current sync rate in kbit/s",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "DownstreamMaxRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_max_rate_kbps",
|
||||
"help": "DSL maximum attainable rate in kbit/s",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "UpstreamMaxRate",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_max_rate_kbps",
|
||||
"help": "DSL maximum attainable rate in kbit/s",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "DownstreamNoiseMargin",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_noise_margin_decibel_tenth",
|
||||
"help": "DSL noise margin in 0.1 dB",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "UpstreamNoiseMargin",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_noise_margin_decibel_tenth",
|
||||
"help": "DSL noise margin in 0.1 dB",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "DownstreamAttenuation",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_attenuation_decibel_tenth",
|
||||
"help": "DSL line attenuation in 0.1 dB",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Down"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetInfo",
|
||||
"result": "UpstreamAttenuation",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_attenuation_decibel_tenth",
|
||||
"help": "DSL line attenuation in 0.1 dB",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"direction": "Up"
|
||||
}
|
||||
},
|
||||
"promType": "GaugeValue",
|
||||
"cacheEntryTTL": 60
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetStatisticsTotal",
|
||||
"result": "Stats.Total.CRCErrors",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_errors_total",
|
||||
"help": "DSL errors since line start",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"type": "CRC"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetStatisticsTotal",
|
||||
"result": "Stats.Total.FECErrors",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_errors_total",
|
||||
"help": "DSL errors since line start",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"type": "FEC"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetStatisticsTotal",
|
||||
"result": "Stats.Total.HECErrors",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_errors_total",
|
||||
"help": "DSL errors since line start",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"type": "HEC"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetStatisticsTotal",
|
||||
"result": "Stats.Total.ErroredSecs",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_errored_seconds_total",
|
||||
"help": "DSL seconds with errors since line start",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"severity": "ES"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetStatisticsTotal",
|
||||
"result": "Stats.Total.SeverelyErroredSecs",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_errored_seconds_total",
|
||||
"help": "DSL seconds with errors since line start",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
],
|
||||
"fixedLabels": {
|
||||
"severity": "SES"
|
||||
}
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
},
|
||||
{
|
||||
"service": "urn:dslforum-org:service:WANDSLInterfaceConfig:1",
|
||||
"action": "GetStatisticsTotal",
|
||||
"result": "Stats.Total.LinkRetrain",
|
||||
"promDesc": {
|
||||
"fqName": "gateway_dsl_link_retrain_total",
|
||||
"help": "DSL link retrains (resyncs) since line start",
|
||||
"varLabels": [
|
||||
"gateway"
|
||||
]
|
||||
},
|
||||
"promType": "CounterValue"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user