This Docker container provides a patched Zabbix agent to monitor a real CoreOS server and all his containers.
The Zabbix agent has been patched to read system informations from these directories:
You can access the Docker REST API through the socket file /coreos/var/run/docker.sock
# make build
# docker run -d --net=host \
-v /proc:/coreos/proc -v /sys:/coreos/sys -v /dev:/coreos/dev \
-v /var/run/docker.sock:/coreos/var/run/docker.sock \
--name zabbix-coreos docker-zabbix-coreos --server <SERVER_IP> --port <PORT> --hostname <HOSTNAME> --active <SERVER_IP:PORT>
The needed arguments are:
Optionals arguments are:
# docker exec -ti zabbix-coreos /bin/bash
# supervisorctl restart zabbix-agent
Content type
Image
Digest
sha256:50c82efc2…
Size
72.4 MB
Last updated
about 11 years ago
docker pull lborguetti/docker-zabbix-coreos