From 52f7487ff19182e0eaf51982458a712bce240eba Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 23 Mar 2021 19:07:13 -0500 Subject: [PATCH] Update ping dashboard with new defaults. --- .../provisioning/dashboards/ping-speed-stats.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/grafana/provisioning/dashboards/ping-speed-stats.json b/grafana/provisioning/dashboards/ping-speed-stats.json index 8e63c56..70c8d51 100644 --- a/grafana/provisioning/dashboards/ping-speed-stats.json +++ b/grafana/provisioning/dashboards/ping-speed-stats.json @@ -234,7 +234,7 @@ "refId": "A" } ], - "title": "speedtest ping", + "title": "Speedtest Ping", "type": "gauge" }, { @@ -307,7 +307,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "speedtest", + "title": "Speedtest Graph", "tooltip": { "shared": true, "sort": 0, @@ -357,6 +357,8 @@ "colorScheme": "interpolateGnYlRd", "defaultColor": "#757575", "exponent": 0.5, + "max": 1, + "min": 0, "mode": "spectrum", "thresholds": [] }, @@ -395,7 +397,7 @@ "refId": "A" } ], - "title": "Panel Title", + "title": "Uptime", "tooltip": { "extraInfo": "", "freezeOnClick": true, @@ -485,7 +487,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "http duration", + "title": "HTTP Request Duration", "tooltip": { "shared": true, "sort": 0, @@ -523,6 +525,7 @@ } } ], + "refresh": "5m", "schemaVersion": 27, "style": "dark", "tags": [ @@ -533,7 +536,7 @@ "list": [] }, "time": { - "from": "now-30m", + "from": "now-24h", "to": "now" }, "timepicker": { @@ -562,7 +565,7 @@ ] }, "timezone": "browser", - "title": "internet connection", + "title": "Internet connection", "uid": "o9mIe_Aik", "version": 1 } \ No newline at end of file