diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7548420..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 7bcd0dd..bc57964 100644 --- a/README.md +++ b/README.md @@ -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.