Ad Widget

Collapse

Docker monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HNGamingUK
    Junior Member
    • Apr 2021
    • 2

    #1

    Docker monitoring

    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:
    Code:
    unix:///var/run/docker.sock
    With containerd installed the socket being used would be here:
    Code:
    unix:///run/containerd/containerd.sock
    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?
Working...