OpenHardwareMonitorPlugin missing? Or perhaps I missed a step

edit1: I have two hosts, one of which was offline during the output of the cmds…

First time using checkmk and it seems to be exactly what I need if I can get it working on a few hosts…

CMK version:
Checkmk Raw Edition 2.1.0p10
OS version:
Docker on Ubuntu (checkmk/check-mk-raw:latest)

Error message:
No error msg, I just dont see OpenHardwareMonitor listed in the plugins column when looking at the services available on the host for monitoring. Are the values from OHM somewhere else?

I have placed the files (OpenHardwareMonitorCLI.exe & OpenHardwareMonitorLib.dll) in “C:\ProgramData\checkmk\agent\plugins” (I also tried the default dir under Program Files (x86)\checkmk) and restarted the service in windows. The OpenHardwareMonitor is also listed below as an entry in “Sections”

Output of “cmk --debug -vvn hostname”: (If it is a problem with checks or plugins)
Docker Container:

Checkmk version 2.1.0p10
Try license usage history update.
Trying to acquire lock on /omd/sites/cmk/var/check_mk/license_usage/next_run
Got lock on /omd/sites/cmk/var/check_mk/license_usage/next_run
Trying to acquire lock on /omd/sites/cmk/var/check_mk/license_usage/history.json
Got lock on /omd/sites/cmk/var/check_mk/license_usage/history.json
Next run time has not been reached yet. Abort.
Releasing lock on /omd/sites/cmk/var/check_mk/license_usage/history.json
Released lock on /omd/sites/cmk/var/check_mk/license_usage/history.json
Releasing lock on /omd/sites/cmk/var/check_mk/license_usage/next_run
Released lock on /omd/sites/cmk/var/check_mk/license_usage/next_run
Failed to lookup IPv4 address of hostname via DNS: [Errno -3] Temporary failure in name resolution

From the windows host where the agent is running:
Output from

.\check_mk_agent.exe showconfig

# Environment Variables:
# MK_LOCALDIR="C:\ProgramData\checkmk\agent\local"
# MK_STATEDIR="C:\ProgramData\checkmk\agent\state"
# MK_PLUGINSDIR="C:\ProgramData\checkmk\agent\plugins"
# MK_TEMPDIR="C:\ProgramData\checkmk\agent\tmp"
# MK_LOGDIR="C:\ProgramData\checkmk\agent\log"
# MK_CONFDIR="C:\ProgramData\checkmk\agent\config"
# MK_SPOOLDIR="C:\ProgramData\checkmk\agent\spool"
# MK_INSTALLDIR="C:\ProgramData\checkmk\agent\install"
# MK_MSI_PATH="C:\ProgramData\checkmk\agent\update"
# MK_MODULESDIR="C:\ProgramData\checkmk\agent\modules"
# Loaded Config Files:
# system: 'C:\Program Files (x86)\checkmk\service\check_mk.yml'
# bakery: 'C:\ProgramData\checkmk\agent\bakery'
# user  : 'C:\ProgramData\checkmk\agent\check_mk.user.yml'

#
global:
  enabled: yes
  only_from: ~
  port: 6556
  ipv6: no
  encrypted: no
  passphrase: secret
  execute: [exe, bat, vbs, cmd, ps1]
  async: yes
  try_kill_plugin_process: safe
  sections:
    - check_mk
    - mrpe
    - skype
    - spool
    - plugins
    - local
    - winperf
    - uptime
    - systemtime
    - df
    - mem
    - services
    - msexch
    - dotnet_clrmemory
    - wmi_webservices
    - wmi_cpuload
    - ps
    - fileinfo
    - logwatch
    - openhardwaremonitor
    - agent_plugins 
disabled_sections: []
  realtime:
    enabled: no
    timeout: 90
    port: 6559
    encrypted: no
    passphrase: this is my password
    run: [mem, df, winperf_processor]
  wmi_timeout: 5
  cpuload_method: use_perf
  logging:
    location: ~
    file: ~
    debug: yes
    windbg: yes
    eventlog: yes
    max_file_count: 5
    max_file_size: 8000000
ps:
  enabled: yes
  use_wmi: yes
  full_path: no
winperf:
  enabled: yes
  exe: agent
  trace: no
  fork: yes
  prefix: winperf
  timeout: 10
  counters:
    - 234: phydisk
    - 510: if
    - 238: processor
fileinfo:
  enabled: yes
  path: []
logwatch:
  enabled: yes
  sendall: no
  vista_api: no
  skip_duplicated: no
  max_size: 500000
  max_line_length: -1
  max_entries: -1
  timeout: -1
  logfile:
    - Parameters: ignore
    - State: ignore
    - "*": warn nocontext
plugins:
  enabled: yes
  player: ""
  max_wait: 60
  async_start: yes
  folders: [$CUSTOM_PLUGINS_PATH$, $BUILTIN_PLUGINS_PATH$]
  execution:
    - pattern: $CUSTOM_PLUGINS_PATH$\cmk-update-agent.exe
      run: no
    - pattern: $CUSTOM_PLUGINS_PATH$\*.*
      timeout: 60
      run: yes
    - pattern: $BUILTIN_PLUGINS_PATH$\*.*
      timeout: 60
      run: no
    - pattern: "*"
      run: no
local:
  enabled: yes
  player: ""
  max_wait: 60
  async_start: true
  execution:
    - pattern: "*.*"
      timeout: 60
      run: yes
mrpe:
  enabled: yes
  parallel: no
  timeout: 60
  config: ~
modules:
  enabled: yes
  python: auto
  quick_reinstall: no
  table:
    - name: python-3
      exts: [.checkmk.py, .py]
      exec: .venv\Scripts\python.exe {}
system:
  enabled: yes
  controller:
    run: yes
    check: yes
    force_legacy: no
    agent_channel: localhost:28250
    local_only: yes
    on_crash: ignore
  firewall:
    mode: configure
    port: auto
  cleanup_uninstall: smart
  wait_network: 30
  service:
    restart_on_crash: yes
    error_mode: log
    start_mode: auto

Hey, do you solved this? I have the same problem with this alert too:

failed to lookup ipv4 address via dns errno -2 name or service not known