Hello all,
I was unsure if this should go into this catergory or the troubleshooting one but here goes:
I am wanting to add Docker monitoring to some of my monitored hosts, I have zabbix-agent2 installed on them and noticed the default endpoint is:
With containerd installed the socket being used would be here:
which I understand should be simple to change the config.
My main thought is since the permissions for that file is 660 as well as the owner/group being root, what would be the best method to allow the zabbix user to access this file in order to monitor docker any of my hosts?
I was unsure if this should go into this catergory or the troubleshooting one but here goes:
I am wanting to add Docker monitoring to some of my monitored hosts, I have zabbix-agent2 installed on them and noticed the default endpoint is:
Code:
unix:///var/run/docker.sock
Code:
unix:///run/containerd/containerd.sock
My main thought is since the permissions for that file is 660 as well as the owner/group being root, what would be the best method to allow the zabbix user to access this file in order to monitor docker any of my hosts?