this post was submitted on 25 Sep 2023
40 points (95.5% liked)

Selfhosted

39256 readers
233 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 1 year ago
MODERATORS
 

Heya, so I have now recently set up a bunch of different services on my debian server. Wondering if anyone has any suggestion to any applications I can host to view disk usage - cpu/gpu performance, fans, etc etc.. basically a nice and clean UI over the hardware. Already working on setting up a homepage for viewing the health of my docker containers, but need something for hardware level. 10+ bonus points if someone could mention an app that I can mange my other disks with, as in format, partition etc.

Thanks for any insights as always 🌻

you are viewing a single comment's thread
view the rest of the comments
[–] infeeeee@lemm.ee 13 points 1 year ago (3 children)

I use netdata: https://www.netdata.cloud/

The UI is mobile friendly, it can basically display any metrics, and sends email notifications on problems, really easy to set up

[–] ArmoredCavalry@lemmy.world 6 points 1 year ago (1 children)

Netdata is fantastic, but not sure I'd call the UI mobile friendly (unless I'm missing something? πŸ˜‚) To me, that's really one of the only weak points with it.

[–] infeeeee@lemm.ee 4 points 1 year ago

There was an update recenty ( I dont remember when) , and the current one is usable. I remember it was terrible, it had scaling issues, now it's alright for me.

There is also a barebone third party android app: https://play.google.com/store/apps/details?id=com.kpots.netdata

[–] lckdscl@whiskers.bim.boats 4 points 1 year ago

+1 for Netdata, very fast and a lot of alerts have already been set-up. It also has a lot of plugins, as well as the ability to use Prometheus metric endpoints. The local dashboard is near parity with the cloud one, and setting it up is as easy as running their bootstrap scripts. There is decent documentation too, if one gets stuck.

[–] Fjor@lemm.ee 1 points 1 year ago

This looks really neat! Thanks :)