Difference between revisions of "Install Zabbix using Docker"
Jump to navigation
Jump to search
↑ https://github.com/zabbix/zabbix-docker/issues/506#issuecomment-626738627
↑ https://hub.docker.com/r/zabbix/zabbix-server-mysql/
↑ https://hub.docker.com/r/zabbix/zabbix-server-mysql/
↑ https://hub.docker.com/r/zabbix/zabbix-agent/
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 9: | Line 9: | ||
Running an agent: | Running an agent: | ||
* <code>docker pull [[zabbix]]/zabbix-agent</code><ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref> | * <code>docker pull [[zabbix]]/zabbix-agent</code><ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref> | ||
+ | |||
+ | |||
+ | == Option 3 == | ||
+ | * [[Docker compose]]: https://github.com/zabbix/zabbix-docker/blob/4.4/docker-compose_v3_ubuntu_mysql_local.yaml | ||
Revision as of 10:00, 9 July 2020
Contents
Option 1: zabbix-appliance (Not recommended for production [1])
docker pull zabbix/zabbix-appliance docker run --name zabbix-appliance -p 80:80 -p 10051:10051 -d zabbix/zabbix-appliance:latest
Option 2
docker pull zabbix/zabbix-server-mysql
[2]docker run --name some-zabbix-server-mysql -e DB_SERVER_HOST="some-mysql-server" -e MYSQL_USER="some-user" -e MYSQL_PASSWORD="some-password" -d zabbix/zabbix-server-mysql:tag
[3]
Running an agent:
Option 3
- Docker compose: https://github.com/zabbix/zabbix-docker/blob/4.4/docker-compose_v3_ubuntu_mysql_local.yaml
Related terms
- Docker compose: https://github.com/zabbix/zabbix-docker/blob/4.4/docker-compose_v3_ubuntu_mysql_local.yaml
- Add your first Zabbix hosts (monitored machine)
See also
- Zabbix, Zabbix releases, Install Zabbix using Docker, Zabbix agent (
zabbix_agentd.conf
), Zabbix API,zabbix_server
,zabbix_get
,zabbix_sender
,/etc/zabbix/zabbix_server.conf
Advertising: