# Discover Docker items # $1 can be containers, networks, volumes UserParameter=container.docker.discovery[*],/usr/bin/sudo /var/lib/zabbix/bin/disco_docker_sudo --what $1 # Type: Agent or Agent (active) # container.docker.check.all[type,id] # Where type is what to monitor (global, container, network, volume) # id is the id of the item to monitor. Can be a name or an ID. For the global check, there's no ID UserParameter=container.docker.check[*],/usr/bin/sudo /var/lib/zabbix/bin/check_docker_sudo --$1 $2