diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-04-06 15:57:42 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-04-06 15:57:42 +1200 |
commit | c34e00a9ef50d2d37c4cda6d666f8d4a25fc44c9 (patch) | |
tree | 6104830820a526e4e8658503fc3678cf8bd30927 /README.markdown | |
download | nagios-check-speedtest-servers-c34e00a9ef50d2d37c4cda6d666f8d4a25fc44c9.tar.gz nagios-check-speedtest-servers-c34e00a9ef50d2d37c4cda6d666f8d4a25fc44c9.zip |
First commitv0.01
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..b9744da --- /dev/null +++ b/README.markdown @@ -0,0 +1,24 @@ +check\_speedtest\_servers +========================= + +Check that an Oookla Speedtest server with a specified URL and/or host is +present on the public list of servers. + + $ check_speedtest_servers --host example.com:8080 + $ check_speedtest_servers --url http://example.com/upload.php + $ check_speedtest_servers --host example.com:8080 http://example.com/upload.php + +Thanks +------ + +This was written on company time with my employer [Inspire Net][1], who has +generously allowed me to open source it. + +License +------- + +Copyright (c) [Tom Ryder][2]. Distributed under [MIT License][3]. + +[1]: https://www.inspire.net.nz/ +[2]: https://sanctum.geek.nz/ +[3]: https://opensource.org/licenses/MIT |