summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-grafana.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/glances-grafana.json b/conf/glances-grafana.json
index c614a3b6..24591bf5 100644
--- a/conf/glances-grafana.json
+++ b/conf/glances-grafana.json
@@ -759,7 +759,7 @@
[
{
"params": [
- "enp0s25.rx"
+ "eth0.rx"
],
"type": "field"
},
@@ -775,7 +775,7 @@
},
{
"alias": "Tx",
- "column": "enp0s25.tx*-1",
+ "column": "eth0.tx*-1",
"dsType": "influxdb",
"function": "mean",
"groupBy": [
@@ -800,7 +800,7 @@
[
{
"params": [
- "enp0s25.tx"
+ "eth0.tx"
],
"type": "field"
},