this post was submitted on 27 Nov 2023
1 points (100.0% liked)

Self-Hosted Main

511 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

So, I'm going to be building a mini network of pi zero 2s to take over the world and I want to display the CPU/memory usage with little graphs maybe when I hit the machine in a browser. I have NGINX running so a simple PHP thing should suffice? I don't really care about template/design as I'll be too busy putting frickin' lasers on my sharks.

I don't really want to have to make it myself as I'll keep fiddling with it and adding things, so what are these things called and what options do I have?

As it's just me who'll be monitoring it, I don't want some java-laden thing but even if it just caches graphs every x seconds will suffice.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago

So having btop in a webpage ?

[–] [email protected] 1 points 11 months ago

I have been really happy with netdata. Can also view on their webportal. Probably more info than you need

[–] [email protected] 1 points 11 months ago

Setup a zabbix node, and run an agent on each device. Data will be centralized... otherwise something like collectd is pretty darn tiny. That and|or rrdtool to store data for ad-hoc viewing.

[–] [email protected] 1 points 11 months ago

You could setup Grafana with Prometheus and it should work fine.