I can't configure the monitoring of the docker, which is on Windows 11,
zabbix 6.2 is on a virtual machine that I downloaded from the official website
After installing zabix agent zabbix_agent2-6.2.8-windows-amd64-openssl.msi in windows 11, the zabbix user did not appear, there is no one to give rights to the docker group, and there is a docker group
On the zabix server, there is a connection with an agent on port 10050, but there are no metrics for docker
metrics from the default template Docker by Zabbix agent 2 do not go
if you write on the zabbix server
zabbix_get -s 192.168.0.89 -k docker.info
writes
Unknown metric docker.info
I found this entry in the agent logs on windows
2023/03/23 21:55:13.712409 received passive check request: 'docker.containers' from '192.168.0.15'
2023/03/23 21:55:13.712409 [1] processing update request (1 requests)
2023/03/23 21:55:13.712409 [1] registering new client
2023/03/23 21:55:13.712409 Calling C function "new_global_regexp()"
2023/03/23 21:55:13.712925 [1] cannot monitor metric "docker.containers": Unknown metric docker.containers
does this mean the agent is compiled without docker support ?
zabbix 6.2 is on a virtual machine that I downloaded from the official website
After installing zabix agent zabbix_agent2-6.2.8-windows-amd64-openssl.msi in windows 11, the zabbix user did not appear, there is no one to give rights to the docker group, and there is a docker group
On the zabix server, there is a connection with an agent on port 10050, but there are no metrics for docker
metrics from the default template Docker by Zabbix agent 2 do not go
if you write on the zabbix server
zabbix_get -s 192.168.0.89 -k docker.info
writes
Unknown metric docker.info
I found this entry in the agent logs on windows
2023/03/23 21:55:13.712409 received passive check request: 'docker.containers' from '192.168.0.15'
2023/03/23 21:55:13.712409 [1] processing update request (1 requests)
2023/03/23 21:55:13.712409 [1] registering new client
2023/03/23 21:55:13.712409 Calling C function "new_global_regexp()"
2023/03/23 21:55:13.712925 [1] cannot monitor metric "docker.containers": Unknown metric docker.containers
does this mean the agent is compiled without docker support ?
Comment