mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
a bit better default hosts
This commit is contained in:
parent
ebda11d254
commit
9e189bfd26
|
@ -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: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 :)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- targets:
|
- targets:
|
||||||
- http://google.com # Target to probe with http.
|
- http://google.com
|
||||||
- http://github.com
|
- http://github.com
|
||||||
- https://blackdata.xam.dk:5001 # Target to probe with https.
|
- https://blackdata.xam.dk:5001
|
||||||
- http://orbilogin.com
|
- http://192.168.1.1
|
||||||
- http://192.168.1.103
|
- http://192.168.1.42
|
Loading…
Reference in a new issue