mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 10:09:31 +00:00
adjust grafana expr for correct CAPsMAN bandwidth
This commit is contained in:
parent
c2ec8c0c9b
commit
839d28df7b
1 changed files with 2 additions and 2 deletions
|
|
@ -4872,7 +4872,7 @@
|
||||||
"application": {
|
"application": {
|
||||||
"filter": "Network"
|
"filter": "Network"
|
||||||
},
|
},
|
||||||
"expr": "rate(mktxp_capsman_clients_tx_bytes_total{routerboard_address=\"$node\"}[4m])",
|
"expr": "rate(mktxp_capsman_clients_tx_bytes_total{routerboard_address=\"$node\"}[15s]) * 8",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"functions": [],
|
"functions": [],
|
||||||
"group": {
|
"group": {
|
||||||
|
|
@ -4899,7 +4899,7 @@
|
||||||
"application": {
|
"application": {
|
||||||
"filter": "Network"
|
"filter": "Network"
|
||||||
},
|
},
|
||||||
"expr": "rate(mktxp_capsman_clients_rx_bytes_total{routerboard_address=\"$node\"}[4m])",
|
"expr": "rate(mktxp_capsman_clients_rx_bytes_total{routerboard_address=\"$node\"}[15s]) * 8",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"functions": [],
|
"functions": [],
|
||||||
"group": {
|
"group": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue