this post was submitted on 14 Jun 2023
6 points (100.0% liked)

Sysadmin

5508 readers
1 users here now

A community dedicated to the profession of IT Systems Administration

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.cloudhub.social/post/14149

What's everyone using for status monitoring and/or status pages either in their lab or at work?

I setup a status page for my fediverse instances using Uptime Robot (have an existing subscription), and the features are kinda lacking. I feel like they haven't really updated anything in the last 5 years which is unfortunate.

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 year ago (2 children)

I use a self hosted uptime kuma instance https://github.com/louislam/uptime-kuma and I monitor it with uptime robot.

[–] [email protected] 3 points 1 year ago (1 children)

UptimeKuma is great! I use it three different places and have them monitoring each other to further avoid Uptime Robot.

[–] Tempiz 2 points 1 year ago

+1 for UptimeKuma. I use that in my homelab and its solid.

[–] [email protected] 1 points 1 year ago

uptime kuma is great. not really an enterprise monitoring system, but works great for my home environment and simple things.

[–] nick_99 2 points 1 year ago

I use gatus and it's been great.

[–] [email protected] 2 points 1 year ago

I run Vigil in a separate small VM. Vigil's features really suit my needs:

  • when a service is down, first it'll notify you via email (I use mailgun). If the service is still down for an extended period, it'll start texting you (via twilio).
  • it has the usual ping/http check to see if your services are up
  • it can even monitor services that's not reachable from the vigil instance (e.g. services that only accessible from local network) by using Agents. In addition to ping/http check, the agent can also run arbitrary commands. It basically can be used to monitor uptime of anything this way

The drawback of running your own monitoring service is the monitoring service itself can be down. Happened several times to me, and each time I was spammed with DEAD email alert, which immediately followed with HEALTHY alert email.

[–] [email protected] 1 points 1 year ago

I'm using Uptime Kuma. Works perfectly and is highly customizable.

[–] the_boxhead 1 points 1 year ago (1 children)

We're using Wormly, good, but it's a subscription service.

[–] [email protected] 1 points 1 year ago

Oooofff yeah... I don't really want to spend $44/month on my lab lol. It does seem pretty good though.

[–] [email protected] 1 points 1 year ago

SolarWinds Orion at work, though I'd rather be using Nagios. UptimeKuma at home.