Ad Widget

Collapse

How To Monitor windows Docker Containers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mweremecki
    Junior Member
    • Mar 2025
    • 2

    #1

    How To Monitor windows Docker Containers

    Good day,
    I am trying to use Zabbix to monitor Docker containers installed on windows Server 2019 using the Zabbix Agent 2. This is native Docker-CE installed on the host, not docker Desktop.
    In the docker.conf file there is the entry for Plugins.Docker.Endpoint with the default entry unix://var/run/docker.sock. Obviously that is not a valid path on windows. I've tried using Plugins.Docker.Endpoint=tcp://0.0.0.0:2375 however when I run zabbix_get -s <ip address> -k docker.info it returns ZBX_NOTSUPPORTED: Unknown metric docker.info
    Can anyone advise whether monitoring containers on Windows docker is possible? Having the agent log file set to 5 doesn't reveal anything, only the same ZBX_NOTSUPPORTED: Unknown metric docker.info response for any of the docker-associated checks.
    Thank you.
Working...