Software Alternatives & Reviews

Ask HN: How do you monitor your systemd services?

Healthchecks.io Ntfy Dead Man's Snitch Cronitor Cronhub Uptime Kuma
  1. Monitor your cron jobs and scheduled tasks, get notified when they fail.
    Pricing:
    • Open Source
    • Freemium
    • $20.0 / Monthly (100 checks, 10 team members)
    If you are ok with a Saas and if it's just scheduled jobs that you are monitoring, there are a number of monitoring tools where you tell when job completes (with a http request) and a missing ping (after a grace period) means that it failed. I think https://deadmanssnitch.com/ may have been the original service for this. https://healthchecks.io/ has a fairly generous free tier that I use now. There are others that do the same thing Sentry, Uptime Robot, ...

    #Cron Monitoring #Cron #Website Monitoring 154 social mentions

  2. 2
    Send notifications to your phone via HTTP
    Pricing:
    • Open Source
    Uptime-Kuma [1] with ntfy [2]. Most of my services expose HTTP so I just have Uptime-Kuma monitor that. But if you have something that is not exposed to the public you can still use a "push" type monitor, and in a cron job on your server(s), send heartbeat to it when everything is working. [1] https://github.com/louislam/uptime-kuma.

    #Cron Monitoring #Cron #Website Monitoring 61 social mentions

  3. Monitor Cron Jobs and Windows Scheduled Tasks with ease.
    If you are ok with a Saas and if it's just scheduled jobs that you are monitoring, there are a number of monitoring tools where you tell when job completes (with a http request) and a missing ping (after a grace period) means that it failed. I think https://deadmanssnitch.com/ may have been the original service for this. https://healthchecks.io/ has a fairly generous free tier that I use now. There are others that do the same thing Sentry, Uptime Robot, ...

    #Cron Monitoring #Cron #Monitoring Tools 9 social mentions

  4. Monitor cron jobs, micro-services, daemons and almost anything else, no setup required. Easier cron troubleshooting and no more silent failures.
    Https://cronitor.io/ is another option here that works for me. You can set up rules like "It should run once a day and return after at least this amount of time and also return a number greater than 1" Then just use come curl calls to your scripts at start and end and you are good to go.

    #Cron Monitoring #Cron #Application Monitoring 20 social mentions

  5. Cronhub helps you to easily monitor all your cron jobs in a beautiful dashboard. It alerts you when your cron job doesn't run on time or it fails.
    You can also try https://cronhub.io (I run it).

    #Cron #Cron Monitoring #DevOps Tools 7 social mentions

  6. A fancy self-hosted monitoring tool.
    Uptime-Kuma [1] with ntfy [2]. Most of my services expose HTTP so I just have Uptime-Kuma monitor that. But if you have something that is not exposed to the public you can still use a "push" type monitor, and in a cron job on your server(s), send heartbeat to it when everything is working. [1] https://github.com/louislam/uptime-kuma.

    #Website Monitoring #Uptime Monitoring #Monitoring Tools 97 social mentions

Discuss: Ask HN: How do you monitor your systemd services?

Log in or Post with