this post was submitted on 14 Feb 2024
37 points (97.4% liked)

Selfhosted

41974 readers
750 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

CPU/GPU/RAM/Disk usage, logs, errors, network usage, overall status, etc

What do you use/prefer?

Mainly looking for self-hosted web based tools, stuff I can view from a browser; but desktop and CLI apps are welcome too :)

all 19 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 1 year ago (1 children)

CPU/RAM/Disk/Network etc. get written to Influxdb via Telegraf, and visualized with Grafana.

Logging and errors go to Graylog stack (Mongodb, Opensearch, Graylog).

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

CPU/RAM/Disk/Network etc. get written to Influxdb via Telegraf, and visualized with Grafana.

This is my exact setup and I love it (especially in comparison to the prometheus stack which I have to use at work). telegraf is so easy to use and extend. I have my own custom metrics for things like speed of my home internet connection (runs speedtests every hour), listener counts on my custom/private internet radio stream, or even fetching the daily food trucks rotation at a nearby lunch site (influx can handle text data!)

I don't do anything for logging but I also like UptimeKuma to keep and eye on things I run. Grafana has alerting but I find it pretty horrible.

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

telegraf is so easy to use and extend

Definitely... you can write custom scripts that Telegraf will run and write that data to Influx. For instance, I have one that writes the Gateway status information from pfSense so I can track and graph any internet downtime.

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

For general system stats, I like btop. It runs in the terminal, so you can monitor it through SSH remotely. It also is much more readable than some of the other older top process monitors.

Docker desktop is a nice GUI interface for local docker container management, Portainer if you want something more enterprise grade.

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

For container management I use portainer CE and for the rest I use CheckMK.

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

+1 for Portainer CE. works like a charm.

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

I discovered netdata yesterday and it's looking pretty good

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

I was going to say netdata as well. But I am not sure if it shows container wise stats.

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

Cockpit has a nice integration for Podman containers.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Dockge for docker compose stacks. Glances for system resource usage because it has a Homepage widget.

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

OpenTelemetry

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

How about Telegraf -> influxDB -> Grafana?

For monitoring from my phone (iOS) I use ServerCat which I really like. It can show the status of multiple servers at a glance and provides detailed information and a SSH terminal if needed.

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

TIG stack is what I use as well. I will take a look at servercat too. Thanks for mentioning it.

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

Portainer for docker stuff; CasaOS for RAM, CPU usage, disk drive monitoring, samba shares.

Casa also lets you access the file system, so when jellyfin fails to clear transcodes, I can go in with the web interface and delete the folder.

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

It's a lot for the homeland, but I love zabbix

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

I like to use my eyes, an ssh connection and my shell.

tmux and tui monitoring tools are also often handy.

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

This is the way.

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

Naemon and Graylog.