mirror of
https://github.com/kemko/keenetic-grafana-monitoring.git
synced 2026-01-01 15:45:43 +03:00
Update default configuration, small fixes in dashboard
This commit is contained in:
@@ -111,7 +111,49 @@
|
||||
"command": "interface stat",
|
||||
"root" : "$",
|
||||
"param" : {
|
||||
"name" : "GigabitEthernet1"
|
||||
"name" : "ISP"
|
||||
},
|
||||
"tags" : {},
|
||||
"values" : {
|
||||
"rxbytes": "$.rxbytes",
|
||||
"txbytes": "$.txbytes",
|
||||
"rxspeed": "$.rxspeed",
|
||||
"txspeed": "$.txspeed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "interface stat",
|
||||
"root" : "$",
|
||||
"param" : {
|
||||
"name" : "AccessPoint"
|
||||
},
|
||||
"tags" : {},
|
||||
"values" : {
|
||||
"rxbytes": "$.rxbytes",
|
||||
"txbytes": "$.txbytes",
|
||||
"rxspeed": "$.rxspeed",
|
||||
"txspeed": "$.txspeed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "interface stat",
|
||||
"root" : "$",
|
||||
"param" : {
|
||||
"name" : "AccessPoint_5G"
|
||||
},
|
||||
"tags" : {},
|
||||
"values" : {
|
||||
"rxbytes": "$.rxbytes",
|
||||
"txbytes": "$.txbytes",
|
||||
"rxspeed": "$.rxspeed",
|
||||
"txspeed": "$.txspeed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "interface stat",
|
||||
"root" : "$",
|
||||
"param" : {
|
||||
"name" : "GigabitEthernet0"
|
||||
},
|
||||
"tags" : {},
|
||||
"values" : {
|
||||
@@ -136,4 +178,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user