This commit is contained in:
ItsDrike 2021-07-07 04:25:14 +02:00
commit 16b2c4392e
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 3 additions and 18 deletions

View file

@ -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

View file

@ -70,8 +70,8 @@ Simply click on Copy JSON to clipboard and paste it to [`./grafana/provisioning/
## 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 @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 [`@maxandersen`](https://github.com/maxandersen) for making the [original project](https://github.com/maxandersen/internet-monitoring) this fork is based on.
- 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`](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.