Skip to content
  1. Jan 08, 2022
  2. Jan 06, 2022
  3. Dec 18, 2021
    • nimrod's avatar
      Send SMS messages with Twilio. · 27183d50
      nimrod authored
      AWS' SMS delivery has been unreliable to say the least. Replace it with
      Twilio but that's more complex:
      
      - A new Lambda function to send SNS messages as SMS messages with
        Twilio.
      - Add the function as a subscription to the SNS topic.
      27183d50
    • nimrod's avatar
      Add some documentation. · 99bc5ba5
      nimrod authored
      Docstrings for the different checks.
      99bc5ba5
  4. Sep 09, 2021
  5. May 14, 2021
  6. May 06, 2021
    • nimrod's avatar
      Major refactor. · a50746ca
      nimrod authored
      - Check base class, all checks derive from it and have a common calling
      convention.
      - Add retries.
      - Add a DNS zone transfer check. Turns out if fails on ns1. WIP.
      - A wrapper around checking web sites. Just provide a list of URLs.
      a50746ca
  7. Apr 30, 2021
  8. Apr 29, 2021