Application Health Monitoring Ideas #1067
-
|
Hi, folks. I've got a basic web application that I'm deploying with Kamal. I'd like to add some basic alerting to notify me if my application is down. Is there a documented way that I could use Kamal for this? Or how are people achieving this today? My web application is basic. I don't need anything crazy complex. Bottom line is that I'd like to know about once per hour if my application is still running. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
I am assuming you are talking about uptime monitoring. Something likes PagerDuty or Betterstack would do what you are after. For self-host option, there is a one called Uptime Kuma. Personally I am using PagerDuty and Betterstack for production and Uptime Kuma for my internal homelab. |
Beta Was this translation helpful? Give feedback.
-
|
I did end up going with BetterStack: https://betterstack.com/. Free. Simple. Basic enough for what I needed. I looked up Statuspage by Atlassain: https://www.atlassian.com/software/statuspage/features. It looked like another good option, but BetterStack had a few more features for their free plan. |
Beta Was this translation helpful? Give feedback.
-
|
For early-stage startups I’d prioritize:
You don’t need enterprise observability. You need to know within 60 seconds if your API is down. A [lean uptime monitoring](https://alertsleep.com/uptime-monitoring/) tool is usually enough until you scale. |
Beta Was this translation helpful? Give feedback.
I am assuming you are talking about uptime monitoring. Something likes PagerDuty or Betterstack would do what you are after. For self-host option, there is a one called Uptime Kuma. Personally I am using PagerDuty and Betterstack for production and Uptime Kuma for my internal homelab.