a bit better default hosts

This commit is contained in:
Max Rydahl Andersen 2018-10-02 01:00:20 +02:00
parent ebda11d254
commit 9e189bfd26
2 changed files with 11 additions and 6 deletions

View file

@ -56,6 +56,11 @@ http://localhost:9090/graph?g0.expr=probe_http_status_code&g0.tab=1 shows promet
http://localhost:9115 blackbox exporter endpoint. Lets you see what have failed/succeded.
http://localhost:9696/metrics speedtest exporter endpoint. Does take ~30 seconds to shohw its result as it runs an actual speedtest when requested.
http://localhost:9696/metrics speedtest exporter endpoint. Does take ~30 seconds to show its result as it runs an actual speedtest when requested.
## Thanks and a disclaimer
Thanks to @vegasbrianc work on making a [super easy docker](https://github.com/vegasbrianc/github-monitoring) stack for running prometheus and grafana.
I also want to disclaim that Prometheus aren't really (currently) intended for this kind of blackbox/external monitoring and this setup is not in anyway secured. Thus only use this for inspiration and do not blame me if someone hacks this and figure out what your real internet sped is :)

View file

@ -1,6 +1,6 @@
- targets:
- http://google.com # Target to probe with http.
- targets:
- http://google.com
- http://github.com
- https://blackdata.xam.dk:5001 # Target to probe with https.
- http://orbilogin.com
- http://192.168.1.103
- https://blackdata.xam.dk:5001
- http://192.168.1.1
- http://192.168.1.42