From 0022f5e1daaf78f64f59e2a5b9317f3665ca84cc Mon Sep 17 00:00:00 2001 From: Michael Birmingham Date: Fri, 8 Feb 2019 16:39:57 -0800 Subject: [PATCH] Correct typo in README.md In configuration section link points to [/prometheus/pinghosts.yml] and url throws 404 error. Correct url is (./prometheus/pinghosts.yaml) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea07735..c46a72f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker-compose up Goto [http://localhost:3030/d/o9mIe_Aik/internet-connection](http://localhost:3030/d/o9mIe_Aik/internet-connection) (change `localhost` to your docker host ip/name). ## Configuration -To change what hosts you ping you change the `targets` section in [/prometheus/pinghosts.yml](./prometheus/pinghosts.yml) file. +To change what hosts you ping you change the `targets` section in [/prometheus/pinghosts.yaml](./prometheus/pinghosts.yaml) file. For speedtest the only relevant configuration is how often you want the check to happen. It is at 5 minutes by default which might be too much if you have limit on downloads. This is changed by editing `scrape_interval` under `speedtest` in [/prometheus/prometheus.yml](./prometheus/prometheus.yml).