Difference between revisions of "Install Zabbix using Docker"
Jump to navigation
Jump to search
↑ 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 |
|||
Line 13: | Line 13: | ||
== Related terms == | == Related terms == | ||
* [[Docker compose]]: https://github.com/zabbix/zabbix-docker/blob/4.4/docker-compose_v3_ubuntu_mysql_local.yaml | * [[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 == | == See also == |
Revision as of 05:58, 9 July 2020
Option 1: zabbix-appliance (Recommended)
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
[1]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
[2]
Running an agent:
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: