mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
Don't prefix gauge names
This commit is contained in:
parent
9e989dafb3
commit
776deb2474
|
@ -272,7 +272,7 @@
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Speedtest Ping",
|
"title": "Ping",
|
||||||
"type": "gauge"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -358,7 +358,7 @@
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Speedtest Jitter",
|
"title": "Jitter",
|
||||||
"type": "gauge"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -615,7 +615,7 @@
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Uptime",
|
"title": "BlackBox Uptime",
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"extraInfo": "",
|
"extraInfo": "",
|
||||||
"freezeOnClick": true,
|
"freezeOnClick": true,
|
||||||
|
@ -654,7 +654,7 @@
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"from": "now-5m",
|
"from": "now-3h",
|
||||||
"to": "now"
|
"to": "now"
|
||||||
},
|
},
|
||||||
"timepicker": {
|
"timepicker": {
|
||||||
|
@ -685,5 +685,5 @@
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Internet connection",
|
"title": "Internet connection",
|
||||||
"uid": "NLDu4qznk",
|
"uid": "NLDu4qznk",
|
||||||
"version": 2
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue