6 comments on “OpenHardwareMonitor – telegraf input plugin

  1. alex 18 August 2017 17:51

    Hi,
    Only temp for cpu works.
    Do you have any ide what the problem is?

  2. mariano 18 August 2017 19:07

    Please paste the version of hardware monitor and telegraf config U using. Did you ever other version of ohm than currently using?

    • mariano 18 August 2017 20:03

      Please also clear WMI objects.
      Run powerShell as administrator and execute:
      Get-WmiObject -Query “Select * From __Namespace Where Name=’OpenHardwareMonitor'” -Namespace root | Remove-WmiObject

      • alex 19 August 2017 12:21

        Hi,
        I have found the problem. I have not added parent device correct.
        Thx for fast respons.

  3. Steve 17 January 2018 21:34

    Just dicovered this – how do i make use of it on windows?

    • mariano 18 January 2018 07:48

      In the same way like other plugins

      # Get sensors data from Open Hardware Monitor via WMI
      [[inputs.open_hardware_monitor]]
      # Sensors to query ( if not given then all is queried )
      # SensorsType = ["Temperature", "Fan", "Voltage"] # optional

      # # Which hardware should be available
      # Parent = ["_intelcpu_0"] # optional

Comments are closed.