Skip to content

thereallukl/zabbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zabbix

TO RUN DOCKERIZED ZABBIX AGENT:

  1. create zabbix config directory on the host
mkdir -p /etc/zabbix/zabbix_agentd.d
  1. Insert correct config file in /etc/zabbix directory. You can use example config zabbix_agentd.conf, just provide correct server ip address in config file
  2. Set correct permissions for /etc/zabbix, zabbix user has UID=102, group has GID=105
chown -R 102:105 /etc/zabbix
  1. Start a container.
docker run -d --net=host --pid=host --ipc=host --privileged=true  -v /dev:/dev -v /etc/zabbix:/etc/zabbix quay.io/lukaszl/zabbix 
  1. Add zabbix agent to zabbix server through web UI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages