Recently I added a new HDD to my proxmox system, and I started to realize the HDD was running warm. Was thinking for a second, and having a dashboard with temps and general hardware health would be useful for the server, but I do not find a solution from within proxmox to do this.

Does anyone here added this kind of dashboarding in a proxmox installation? And if so, how or what did you use?

  • Scrubbles@poptalk.scrubbles.tech
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 hours ago

    It depends on your setup of course, many ways to skin that cat. You didn’t really say where you wanted dashboarding. Do you want it through a terminal? Through a UI within proxmox? Personally I took it as an opportunity to learn Grafana and hosted it

    • ZeDoTelhado@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 hours ago

      Those are good questions. I would prefer somewhere in the page of proxmox to have this info. If that is not feasible for any amount of reasons, second best option is to have a service to have a dashboard page. I did forget about graphana, but I can look into it

      • Scrubbles@poptalk.scrubbles.tech
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        9 hours ago

        Yeah Proxmox leaves a lot to be desired in terms of metrics. However, metrics are supported out of the box. Bad news, you probably won’t get what you want within proxmox. Good news, you have another project you get to undertake! Hooray!

        Like I said, Proxmox supports metrics out of the box. If you go Cluster -> Metric Server you’ll be able to see that you can add a metric server. The first iteration I did with proxmox I added an InfluxDB container which then proxmox can talk to (yes they can be on the same host), and then proxmox will start pumping metrics into InfluxDB. (It uses Telegraf under the hood). Then, you can also run Grafana, add your InfluxDB as a data source, and then you have a sweet metrics dashboard. There are a lot of pre-built dashboards already made that look great, and you can customize from there.

        You can also use Graphite, I personally haven’t used it, but I also dropped Influx over time too. These things evolve in that sort of way. That’s how I’d get set up and started though.

    • ZeDoTelhado@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 hours ago

      I will check how that one works. I was not planning to have another machine to do dadhboarding, bit maybe there are ways to host this as a VM or lxc and make it that way

  • frongt@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    12 hours ago

    Proxmox is just Debian. Plenty of resources on monitoring a Linux server.

    Just minimize the amount of changes you make to a proxmox system outside the UI. You don’t want to deviate too far from the standard installation.