Search results

  1. G

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    I'm such a nerd. Instead of playing games in my spare time, I'm writing more code.
  2. G

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    And here it is with MQTT output. I think the topic structure needs more work to adhere to a model that is consumable regardless of what PC you're running. # # prep # install powershell 7 # winget install --id Microsoft.Powershell --source winget # allow script execution #...
  3. G

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Here is a Powershell script around your provider code. # prep # install powershell 7 # winget install --id Microsoft.Powershell --source winget # allow script execution # Set-ExecutionPolicy -ExecutionPolicy Unrestricted # VSCode should show version 7 # $PSVersionTable...
  4. G

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    I hear you. I wish I had time to help with the code. https://github.com/dotnet/MQTTnet is a solid .NET library for client and broker. Moqsuitto is a great standalone broker. I'm not sure MQTT support for Grafana has been released yet. Last time I had to build it myself...
  5. G

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    @Kallex very cool adapter. Just got a new AMD laptop and I'm like, how the hell am I going to tune this thing without an on-screen display. I can see how the setup process is complicated for people not used to Grafana, etc. Having developed adapters for industrial equipment, my suggestion...
Back
Top