Skip to content

Zabbix scripts to monitor CPU, memory and I/O of docker containers.

Notifications You must be signed in to change notification settings

tiagoalves83/docker-zabbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-zabbix

Zabbix scripts to monitor CPU, memory and I/O of docker containers.

Install

For each Docker Host running a zabbix agent do:

  1. Configure zabbix-agent like the following. Replace $ZABBIX_HOME with the path of your Zabbix Agent (e.g. /etc/zabbix)
Include=$ZABBIX_HOME/zabbix_agentd.conf.d/
AllowRoot=1
  1. Add docker-zabbix/scripts files to $ZABBIX_HOME/scripts and make sure all scripts are executable (chmod +x)

  2. Add docker-zabbix/zabbix_agentd.conf.d/user-parameters.conf file to $ZABBIX_HOME/zabbix_agentd.conf.d/ directory.

  3. Start some docker containers

At Zabbix Server do:

  1. Import docker-zabbix/template/docker-zabbix-template.xml to your Zabbix Server

  2. Link the template to Docker Hosts

About

Zabbix scripts to monitor CPU, memory and I/O of docker containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages