From 4a09790cc93463346c8ae01131225a1f8b879355 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 8 Jul 2021 13:16:58 +0200 Subject: [PATCH] Update jitter gauge thresholds --- grafana/provisioning/dashboards/internet-connection.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grafana/provisioning/dashboards/internet-connection.json b/grafana/provisioning/dashboards/internet-connection.json index d932062..c7e2491 100644 --- a/grafana/provisioning/dashboards/internet-connection.json +++ b/grafana/provisioning/dashboards/internet-connection.json @@ -306,15 +306,15 @@ }, { "color": "yellow", - "value": 3 + "value": 2 }, { "color": "orange", - "value": 8 + "value": 5 }, { "color": "red", - "value": 15 + "value": 10 } ] }, @@ -685,5 +685,5 @@ "timezone": "browser", "title": "Internet connection", "uid": "NLDu4qznk", - "version": 1 + "version": 2 }