mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-10 03:59:41 +00:00
Merge branch 'master' of https://github.com/ItsDrike/network-monitor
This commit is contained in:
commit
16b2c4392e
15
.travis.yml
15
.travis.yml
|
@ -1,15 +0,0 @@
|
||||||
sudo: required
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
language: bash
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- docker-compose pull
|
|
||||||
- docker-compose up -d
|
|
||||||
- docker ps
|
|
||||||
|
|
||||||
script:
|
|
||||||
- while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:9090 >/dev/null; do sleep 1; done
|
|
||||||
- while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:3000 >/dev/null; do sleep 1; done
|
|
|
@ -70,8 +70,8 @@ Simply click on Copy JSON to clipboard and paste it to [`./grafana/provisioning/
|
||||||
|
|
||||||
## Thanks and a disclaimer
|
## Thanks and a disclaimer
|
||||||
|
|
||||||
- Thanks to @maxandersen for making the [original project](https://github.com/maxandersen/internet-monitoring) this fork is based on.
|
- Thanks to [`@maxandersen`](https://github.com/maxandersen) for making the [original project](https://github.com/maxandersen/internet-monitoring) this fork is based on.
|
||||||
- Thanks to @geerlingguy for perfecting the original project with a [custom fork](https://github.com/geerlingguy/internet-pi/tree/master/internet-monitoring).
|
- Thanks to [`@geerlingguy`](https://github.com/geerlingguy) for perfecting the original project with a [custom fork](https://github.com/geerlingguy/internet-pi/tree/master/internet-monitoring).
|
||||||
- Thanks to @goddenrich for perfecting the original project with a [custom fork](https://github.com/goddenrich/local-network-monitoring)
|
- Thanks to [`@goddenrich`](https://github.com/goddenrich) for perfecting the original project with a [custom fork](https://github.com/goddenrich/local-network-monitoring).
|
||||||
|
|
||||||
This setup is not secured in any way, so please only use on non-public networks, or find a way to secure it on your own.
|
This setup is not secured in any way, so please only use on non-public networks, or find a way to secure it on your own.
|
||||||
|
|
Loading…
Reference in a new issue