Monitor your Internet service and provider

    Information and Support

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Information, Support and FAQ forums for OutagesIO

    Our FREE software monitors your Internet service and provider and can alert you to connection issues or downtime. For home, small business, IT companies and enterprise. Monitor Internet outages, track network connection reliability, and get proof you can use. For Windows 7, 8, 10, Centos 7, 8, Debian 7, Ubuntu, ARM (Raspberry, Tinker Board, etc).

    Learn more about www.outagesio.com by visiting our web site

    Suggested improvement : Check dependencies of the curl command in the script

    Linux
    2
    2
    1025
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kjellgrb last edited by

      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

      1 Reply Last reply Reply Quote 0
      • OutagesIO_Support
        OutagesIO_Support Moderator last edited by

        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.

        Regards,
        OutagesIO Support

        Search engines favor deep pockets and popularity, making it highly difficult to find niche services like OutagesIO.
        We work hard on OutagesIO and your review would improve our chances of being found.

        Would you please take a moment to leave a Google review for us. We thank you in advance.
        Google reviews for OutagesIO

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors