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 🌻

  • somedaysoon@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    9 months ago

    Some dashboards can do this, check out homepage as one example. Glances is a great tool if you want to create your own. Really you should not rely on checking status pages for health but instead set up monitoring and notifications.

    I use healthchecks.io and smtp_to_telegram to be instantly notified of SMART failures, storage limits, backup and other script failures, and if docker services go down. As with all selfhosting though, there are plenty of other options for both the monitoring system and the notification system.