From 0589472dc9436846ba16bccaf6e4ddfe582b0878 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 6 Jul 2021 20:04:49 +0000 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e13be1..aa536ef 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ password - admin (Password is stored in the `config.monitoring` env file) The DataSource and Dashboard for Grafana are automatically provisioned. -If all works it should be available at - if no data shows up try change the timeduration to something smaller. +If all works it should be available at - if no data shows up try change the timeduration to something smaller. -
+
## Interesting urls @@ -40,6 +40,23 @@ If all works it should be available at blackbox exporter endpoint. Lets you see what have failed/succeeded. - speedtest exporter endpoint. Does take about 30 seconds to show its result as it runs an actual speedtest when requested. +## Editing gauge threshold colors + +Everyone has a bit different internet speed requirements and different standards of what's considered as fast, for that reason, you can simply click on the name of any of the gauges, and click edit + +![image](https://user-images.githubusercontent.com/20902250/124659575-a59d2f00-de94-11eb-950e-b7dcb5a1d56a.png). + +An edit menu will show where in the left pannel you can configure the minimum and maximum values shown on the gauge: + +![image](https://user-images.githubusercontent.com/20902250/124659786-dc734500-de94-11eb-9e02-e3f73e8b8c33.png) + +You can also edit the color thresholds depending on the speeds to your liking (i.e. you can set after which point should the color become red/orange/...). Note that with the download/upload gauges you will need to enter the speed in bytes per second, not megabites! + +![image](https://user-images.githubusercontent.com/20902250/124659934-0fb5d400-de95-11eb-9cef-28c2c8033bf8.png) + + + + ## Thanks and a disclaimer - Thanks to @maxandersen for making the original project this fork is based on.