Search results

  1. J

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    That would be really awesome! Thank you so much for this awesome piece of software :)!
  2. J

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Indeed I imported the default one from the repo and changed it to fit my needs :). I saw the instance property indeed, is quite useful, but it would be even better if I could have the hostname, it's a bit easier to distinguish nodes by name then by IP. Thank you for the tip!
  3. J

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    To answer my own question yes, it is possible to get network stats. IO wait isn't available but disk writes and reads are all there which is enough for me, now to create a complete grafana board! :) EDIT: Here is my WIP board. The hostname I filled in by hand now, unfortunately there isn't a...
  4. J

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Just general stats, I want my server to be monitored for CPU/GPU/RAM usage, power usage etc. Do you know if HWiNFO also has IO wait and network stats? WMI has that as well.
  5. J

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    I indeed added that one myself, restated the service and now it logs perfectly. Now that I know how I can add more entries to the logger, I can probably replace my old wmi exporter with this one :D! Much more data is available from HWiNFO than from wmi. Thank you a lot for your help!
  6. J

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Thank you for the quick response! How do I get the exact name of the sensor in HWiNFO? EDIT: this is what I see in HWiNFO EDIT2: found it :D - "(?<Entity>CPU) (?<MetricName>Temperature)"
  7. J

    Prometheus Adapter for HWiNFO (+ Grafana Dashboard)

    Is it possible for me to add CPU temperature to the exporter? I'm not so sure where to look in the code to add support for CPU (I take it I have to manually add it and then compile the code?).
Back
Top