12
Observability (sh.itjust.works)
submitted 1 week ago* (last edited 1 week ago) by DrunkAnRoot@sh.itjust.works to c/selfhosted@lemmy.world

I run a quite large vps. now and i want to monitor it ive been using beszel an uptime kuma, does anyone know a better solution ive tried grafana an prometheous. but it was not as good as i was hoping. i saw netdata on selfh.st does anyone have expierance with that.

top 15 comments
sorted by: hot top new old
[-] betterdeadthanreddit@lemmy.world 51 points 1 week ago

Slow down, punctuate, proofread.

[-] corsicanguppy@lemmy.ca 6 points 1 week ago

Wonderfully succinct. Thank you for caring about strangers representing themselves best and better.

[-] irmadlad@lemmy.world 7 points 1 week ago

What are you trying to observe? Just the server and applications? Traffic?

Netata will give you just about every metric you could possibly use for a server. However and anecdotally, netdata seems to spawn a ton of zombie processes (https://github.com/netdata/netdata/issues/20565) which was quite annoying.

If you're going for server traffic observability , I recommend ntopng. It's pretty comprehensive.

[-] curbstickle@anarchist.nexus 5 points 1 week ago* (last edited 1 week ago)

Depends on what youre trying to track, but prom can track whatever you want and grafana can display it. You may also want log monitoring as well, which you can also feed in - grafana is just display.

The metrics you want to look at are the big question though.

[-] DrunkAnRoot@sh.itjust.works 2 points 1 week ago

Im mostly looking for traffic uptime and resourses

[-] curbstickle@anarchist.nexus 3 points 1 week ago

It seems to me like you don't really want historic metrics.

Youre not looking for an observability platform, more a resource monitor like btop. Whether its btop.or one of the other variations of top, there are a lot of them with heavy customization options.

I'd recommend starting there to figure out what you want/need.

[-] irmadlad@lemmy.world 2 points 1 week ago

Btop is my favorite top of all the tops. I run it regularly just to scope how things are processing.

[-] captcha_incorrect@lemmy.world 1 points 1 week ago

What would you recommend for historic metrics? Specifically for podman containers.

[-] surewhynotlem@lemmy.world 1 points 1 week ago

They are useful for diagnosing recurring crashes.

[-] curbstickle@anarchist.nexus 1 points 1 week ago

Prometheus and Grafana are my typical recommendation there, with the podman exporter. Prometheus for time series data, Grafana to visualize and alert.

One thing I think many folks get wrong is thinking about Grafana (or any other dashboard) as the way to watch for problems, but that requires you to look at them. They should be thought of as a way to evaluate for conditions that there was a problem, then create an alert based on the indicators. This way you can address it before it becomes a problem, or at a minimum be aware that conditions are leading toward a problematic state.

If its repeatable and managed with a container restart or something, you can automate that from the alert, and never have to look again.

If its something you can't control (for example, availability of a 3rd party service), you can use it as a way to be notified of the status change. I have a custom exporter I wrote for work to keep track of some services that result in a bunch of posts to Teams by people asking if its working for them. So I have an automation that posts to Teams when a service has a problem so my IT guy doesn't need to respond to all of them individually.

So I'd recommend focusing on good alerts and automations over beautiful dashboards first (though dashboards can be a lot of fun to make!)

[-] farcaller@fstab.sh 1 points 1 week ago

I'd suggest VictoriaMetrics over pure Prometheus - better ram footprint is pretty useful nowadays.

[-] curbstickle@anarchist.nexus 1 points 1 week ago

They played a good bit fast and loose with their claims some time back (even pulling a few things after an "oopsie - decimal point in the wrong spot!" type issue), and I kind of wrote them off after that. I'll have to check in on them again.

[-] farcaller@fstab.sh 1 points 1 week ago

I’ve used VM in my homelab for a while - it's genuinely a smaller ram footprint, especially on the ingress path. You can even scale query separately if required.

[-] WhyJiffie@sh.itjust.works 1 points 1 week ago

Prometheus is mostly for regularly collected statistics and state. what would you recommend for statistics that are only collected when something happens? stats that aren't available on schedule. as an example, take UPS state changes to battery mode or overvoltage mode. Prometheus can't collect them when they are short lived.

[-] curbstickle@anarchist.nexus 1 points 1 week ago

Depends

To me this is where SNMP traps shine, its quite specifically its purpose. Which means alloy, logstash, snmptrapd + promtail, logstashetc. Which fits best depends on what youre doing, I personally lean simple first. Do you want traps by themselves? Remote logs? Do you have a device thats already handling relays that can be triggered? How does the UPS connect? If its serial or USB over to a dedicated machine, that machine should log and send upstream.

this post was submitted on 19 Aug 2026
12 points (71.4% liked)

Selfhosted

61770 readers
358 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