Search results

  1. Brombardier

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    I've been playing around with your JSON update a bit today and it's been very nice! I've transitioned from my own custom JSON parsing to simply traversing the json?option=flattenMeta output and it's been smooth sailing. I can see the grouped options being very useful under the right...
  2. Brombardier

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Fair enough on the min/max/average values. I figured it was worth asking in case they were easy to get out of HWiNFO, since it's already providing all the other values anyway. Shouldn't be hard to handle those data myself!
  3. Brombardier

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Finally had some time to poke at my project a little more. I'm still playing with what the best JSON data structure for my own purposes is, but so far I've tried two things. The first is just a large array with all the sensor data in it (plus an extra "value" property). It's basic, but works...
  4. Brombardier

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    I would be thrilled to have built-in JSON output, though I realize coming up with a smart data structure is super important and no small amount of work. Since I'm already working on mapping it for my own purposes, maybe I can share the JSON structure I come up with once I'm done and we (and...
  5. Brombardier

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Man Kallex, your timing is great. I just started tinkering on a project where I needed to get data out of HWiNFO and into an endpoint where I could consume it. Just when I think I'll need to request the SDK and write my own way to do it, here you are! I'm actually translating your PromDapter...
Back
Top