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.
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.