11
8 Comments

Pingdom recently announced that they're shutting down their free plan for basic uptime monitoring…

Pingdom recently announced that they're shutting down their free plan for basic uptime monitoring, so I built a minimal replacement to suit my own needs. Pingdom is a great product, but my needs are too small for a paid account.

Basically I just want an email, if a service of mine goes down or is unresponsive.

In case anyone else would like to run their own uptime monitor, here's the project link. Basically all you need is a host running docker:

https://github.com/rhardih/pong

on February 13, 2019
  1. 2

    That looks really good and well made!

  2. 2

    Good work. When i build something that requires notifications, i use webhooks with slack to get realtime notifications. You won’t need to subscribe for email sending service.

    1. 3

      Might be a good idea for a future addition as an extension.

      I don't really use Slack myself however. Something about eating up hundreds of MB of memory for a chat application, doesn't quite sit right with me. :)

      1. 1

        Electron is the best thing for junior JS devs and the worst thing for users.

        The one and only Electron app I'm happy with is VS Code, and even then I sometimes pull out Sublime when dealing with huge files.

    2. 2

      Yes, I like to use the Twitter API and tweet which is pretty reliable.

  3. 1

    You can also take a look at https://www.freshworks.com/website-monitoring/ if you don't want to host yourself.