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 🌻

    • ArmoredCavalry@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      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.

    • lckdscl [they/them]@whiskers.bim.boats
      link
      fedilink
      English
      arrow-up
      4
      ·
      9 months 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.

  • 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.

  • poVoq@slrpnk.net
    link
    fedilink
    English
    arrow-up
    8
    ·
    9 months ago

    Cockpit covers some of that and is quite useful as a webconsole in general.

  • ZAX2717@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    9 months ago

    If you are using docker, casaos is awesome. It’s not actually an os but gives you a nice ui for viewing your hard drive space, traffic, and running containers.

  • static09@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    9 months ago

    Netdata would be my recommendation, but that may be a little much for the situation. I have about 5 Debian VMs for different things and one of them is a netdata server I run which collects data from itself, the other VMs, a separate minipc I have for containers, and the host OS.

    Otherwise, slap btop on there and watch the pretty terminal graph