this post was submitted on 05 Oct 2024
30 points (100.0% liked)

Self Hosted - Self-hosting your services.

11452 readers
2 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

The number of containers I'm running on my server keeps increasing, and I want to make sure I'm not pushing it beyond its capabilities. I would like a simple interface accessible on my home network (that does not make any fishy connections out) that shows me CPU and RAM-usage, storage status of my hard drives, and network usage. It should be FOSS, and I want to run it as a Docker container.

Is Grafana the way to go, or are there other options I should consider?

top 14 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 month ago

Munin feels a little old and crusty, but just works. Over 20 years old now.

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

I would personally use grafana, but zabbix is also a good choice.

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

Thanks for your input!

[–] [email protected] 2 points 1 month ago (1 children)

Cockpit is a simpler choice for that.

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

Thanks for the recommendation! I'll check it out. Simple sounds good for mye use case.

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

I won't waste time on things other than grafana if your setup is serious. Because you will always want more. Log aggregation, log query, alerts, tracing, profiling, oidc, s3 bucket, more and more dashboards. It's addictive. Why waste time to redo it in the future?

[–] [email protected] 2 points 1 month ago (2 children)

Glances could be a good option, it's pretty bare bones, but it covers the basics and serves my needs well enough

https://github.com/nicolargo/glances

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

The last time I've used glances - to be fair, some years ago - it caused the main CPU usage on my Raspberry Pi 3. However, looks like it's been fixed recently.

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

Thanks for the recommendation, I'll check that out in more detail!

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

Webmin is worth giving a try depending on your needs, it's pretty lightweight compared to some others:

https://github.com/webmin/webmin

[–] [email protected] 2 points 1 month ago (1 children)

Possibly a bit overkill, but I’m running Zabbix in 3 containers (Core, WebUI, database). Using its agent installed on all my machines, I can monitor basically anything. Of course, you can set limits, alerts, draw graphs, etc.

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

That looks cool, but as you said maybe a little overkill, hehe. I'll still check it out in more detail, in any case good for later!

[–] Brewchin 1 points 1 month ago

I have Netdata running in a container, which has a useful all-in-one-pane view, and it does a good job of auto detecting other containers and the host OS. Its essentially zero config.

It also has alerting capability, which is not zeroconf (configuring it properly is a bit of a chore). 😅

They try to push a pro/paid version, but it's subtle and completely optional (a bit like the way Portainer does it).

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

Have a look at glances. It seems quite ok.