Update ping dashboard with new defaults.
This commit is contained in:
parent
5fa3c4cd9a
commit
52f7487ff1
|
@ -234,7 +234,7 @@
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "speedtest ping",
|
"title": "Speedtest Ping",
|
||||||
"type": "gauge"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
"timeFrom": null,
|
"timeFrom": null,
|
||||||
"timeRegions": [],
|
"timeRegions": [],
|
||||||
"timeShift": null,
|
"timeShift": null,
|
||||||
"title": "speedtest",
|
"title": "Speedtest Graph",
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"shared": true,
|
"shared": true,
|
||||||
"sort": 0,
|
"sort": 0,
|
||||||
|
@ -357,6 +357,8 @@
|
||||||
"colorScheme": "interpolateGnYlRd",
|
"colorScheme": "interpolateGnYlRd",
|
||||||
"defaultColor": "#757575",
|
"defaultColor": "#757575",
|
||||||
"exponent": 0.5,
|
"exponent": 0.5,
|
||||||
|
"max": 1,
|
||||||
|
"min": 0,
|
||||||
"mode": "spectrum",
|
"mode": "spectrum",
|
||||||
"thresholds": []
|
"thresholds": []
|
||||||
},
|
},
|
||||||
|
@ -395,7 +397,7 @@
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Panel Title",
|
"title": "Uptime",
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"extraInfo": "",
|
"extraInfo": "",
|
||||||
"freezeOnClick": true,
|
"freezeOnClick": true,
|
||||||
|
@ -485,7 +487,7 @@
|
||||||
"timeFrom": null,
|
"timeFrom": null,
|
||||||
"timeRegions": [],
|
"timeRegions": [],
|
||||||
"timeShift": null,
|
"timeShift": null,
|
||||||
"title": "http duration",
|
"title": "HTTP Request Duration",
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"shared": true,
|
"shared": true,
|
||||||
"sort": 0,
|
"sort": 0,
|
||||||
|
@ -523,6 +525,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"refresh": "5m",
|
||||||
"schemaVersion": 27,
|
"schemaVersion": 27,
|
||||||
"style": "dark",
|
"style": "dark",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
@ -533,7 +536,7 @@
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"from": "now-30m",
|
"from": "now-24h",
|
||||||
"to": "now"
|
"to": "now"
|
||||||
},
|
},
|
||||||
"timepicker": {
|
"timepicker": {
|
||||||
|
@ -562,7 +565,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "internet connection",
|
"title": "Internet connection",
|
||||||
"uid": "o9mIe_Aik",
|
"uid": "o9mIe_Aik",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue