Telegraf input plugin for gather sensors data provide by Open hardware Monitor application via Windows Management Instrumentation interface (WMI)
Read more →
Telegraf input plugin for gather sensors data provide by Open hardware Monitor application via Windows Management Instrumentation interface (WMI)
Comments are closed.
Hi,
Only temp for cpu works.
Do you have any ide what the problem is?
Please paste the version of hardware monitor and telegraf config U using. Did you ever other version of ohm than currently using?
Please also clear WMI objects.
Run powerShell as administrator and execute:
Get-WmiObject -Query “Select * From __Namespace Where Name=’OpenHardwareMonitor'” -Namespace root | Remove-WmiObject
Hi,
I have found the problem. I have not added parent device correct.
Thx for fast respons.
Just dicovered this – how do i make use of it on windows?
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