Monitoring temperature on Win10 laptop

CMK version: 2.1.0p19 CRE

The agent hasn’t deployed any thermal sensors by default.
I’ve enabled SNMP in Windows but very little information is being pulled:

sysDescr: Hardware: Intel64 Family 6 Model 23 Stepping 10 AT/AT COMPATIBLE - Software: Windows Version 6.3 (Build 19045 Multiprocessor Free)
sysContact:
sysName: myhost.mydomain.com
sysLocation:

Same output for SNMPv1, SNMPv2c, SNMPv2c (without Bulkwalk) and SNMPv3.
Is there anything else left to try?

No change after upgrading both the server and the client to 2.2.0p25 CRE

Why should there be a change? SNMP on Windows is a no go.

If you want to monitor some sensors inside Windows you need some extra software/scripts that fetch the values.
Something like Openhardwaremonitor can help here.
You can test the integration for Openhardwaremonitor inside the Windows agent. It is possible that this works for your usecase.

So far I haven’t been able to get anywhere with OHM.

I’ve tried:

  • downloading full version
  • downloading stripped down version provided by Check MK
  • copying it to C:\ProgramData\checkmk\agent\plugins
  • copying it to C:\ProgramData\checkmk\agent\bin
  • running full version in Windows Tray
  • adding a custom Temperature rule
  • adding a customer SMART rule for disks

Service discovery picks up nothing.

Would you be able to point me to a guide for working solution for any OHM monitor as a starting point?