this post was submitted on 26 Sep 2026
23 points (96.0% liked)

Selfhosted

62324 readers
1595 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm curious as to which tools and technologies you all are using to keep track of all those services you are deploying, whether it be resource tracking, network traffic, logs, traces, or uptime.

As a bonus question, how have you organized your network or your services to reduce the overhead of implementing observability?

top 18 comments
sorted by: hot top controversial new old
[–] NormDeplume@lemmy.world 1 points 8 minutes ago* (last edited 7 minutes ago)

I've got grafana and Prometheus, but I'm currently working on a generic log pulling script that will then feed to a local ollama instance to summarize the logs and let me know if there are any potential issues I should be aware of. Grafana is great for current state, but I'm a big believer in watching the logs to see trends, but I'm too lazy to do it by hand.

Once that's up and running and steady, I'll probably tie it into ntfy to actually alert me in real time

[–] NewOldGuard@lemmy.ml 3 points 1 hour ago

Prometheus, grafana, loki

[–] hazard_iguana@lemmy.world 1 points 1 hour ago

Bezsel, simple and easy, constantly having new features added.

[–] faltryka@lemmy.world 7 points 2 hours ago (1 children)

If you’re wanting to go hard in the paint here, Grafana has a great OSS stack with Grafana, Loki, Mimir, Tempo, and Alloy.

[–] NotSteve_@lemmy.ca 1 points 46 minutes ago

Can confirm it's a great stack! We run it at my work and its quite nice to work with. I've been thinking of replacing Prometheus in my homelab with Alloy

[–] Cyber@feddit.uk 2 points 1 hour ago* (last edited 1 hour ago) (1 children)

Uptime Kuma if I want something to alert me (still trying to decide between ntfy & gotify)

Home Assistant is also checking some stuff

Watchdog to reboot my Raspberry Pi Zeros when they fall off the wifi

Smokeping for a general, long term feel of the network, which might answer your bonus question?

[–] non_burglar@lemmy.world 1 points 59 minutes ago

Smokeping? In 2026? Jesus....

[–] NotSteve_@lemmy.ca 4 points 2 hours ago

I use Prometheus with various exporters pushed to Grafana which I have displayed on a small screen running on a ROCK Pi in my office

[–] BlackEco@lemmy.blackeco.com 4 points 2 hours ago* (last edited 29 minutes ago)

I used to run dockprom but it was pretty ressource intensive and I have since moved to Beszel + Uptime Kuma.

I have yet to find a way to keep logs between container re-creation (I unsuccessfully tried to set up Loki back when I ran dockprom), both Beszel and Komodo only display logs from the container currently running in the stack.

[–] blueduck@piefed.social 2 points 2 hours ago

I set up homedex alongside portainer and dozzle

[–] Eggymatrix@sh.itjust.works 4 points 3 hours ago (1 children)
[–] nykula@piefed.social 1 points 1 hour ago

To add, journal-brief can e-mail you systemd logs. If your apps aren't very noisy, this can be helpful without a need to set up a complex observability stack.

[–] GMac@feddit.org 3 points 2 hours ago (1 children)

Portainer, beszel, and Whats up docker

[–] Kirk@startrek.website 1 points 2 hours ago (1 children)

I recently switched to Dockhand from Portainer and I like it a lot more, it's much cleaner and straightforward. It also auto-updates so you might be able to ditch whats up docker too.

[–] GMac@feddit.org 1 points 2 hours ago (1 children)

No auto updates thanks. 😅 I've just reset all my compose files to pin versions today after an unintended mariadb update cost me hours to repair. I'll look into dockhand though. Was unimpressed at portainer's announcement that new version wont have a community edition. Portainer is really just an 'at a glance' view for me since i try to do all the compose and troubleshooting stuff in terminal. Wud will probably become a thing i just review every few weeks to make sure i dont get too adrift from latest.

I ought to look into a unified dashboard as i dont have easy visibility or things like disk usage, sheduled backup success etc that id like to see alongside the container status and beszel activity graphs.

Im still quite new to it all though.

[–] Kirk@startrek.website 1 points 2 hours ago (1 children)

Me too lol I thought What's Up Docker was for auto updates. What does it do?

[–] GMac@feddit.org 1 points 2 hours ago

For me, its just a board that knows which imagea i am running and tells me if there is a newer one so that i know how out of date i am 😂

[–] Shimitar@downonthestreet.eu 2 points 3 hours ago

Observawhat? My services just exist, if they fail and nobody complains.... Well, they get removed. If the fail and somebody complains... The get restarted....

Pretty efficient but simple approach.