Automatically monitor your Internet service and provider with optional alerts to problems
Monitor your Internet services or devices to ensure they are always online. Tracks Internet connectivity and speeds with useful proof. For Windows, Linux, ARM (Raspberry, Tinker Board, etc).
Learn more by visiting www.outagesio.com
Monitor your Internet services or devices to ensure they are always online. Tracks Internet connectivity and speeds with useful proof. For Windows, Linux, ARM (Raspberry, Tinker Board, etc).
Learn more by visiting www.outagesio.com
Suggested improvement : Check dependencies of the curl command in the script
Solved
Linux
-
Hi,
I have successfully installed the agent on a LXC container with Ubuntu 20.04.
The minimal Ubuntu do not have curl installed as default therefore I suggest that the script check for that requirement :
command -v curl >/dev/null 2>&1 || { echo >&2 "I require curl but it's not installed. Aborting."; exit 1; }
Regards,
Benny
-
Sure, we could add that.
I quickly tested using a word I knew would not exist on the server and of course it promptly logged me out of the server.
Great, it works, now maybe I should use it in the script next time :).
The script has already been updated.
Thanks very much for the suggestion.
-
O OutagesIO_Support marked this topic as a question on
-
O OutagesIO_Support has marked this topic as solved on