Official Zabbix Dockerfiles
Go to file
2020-06-28 20:46:10 +03:00
agent Added masking for secure params 2020-06-23 16:24:22 +03:00
java-gateway Zabbix 5.0 information 2020-05-12 10:11:14 +03:00
proxy-mysql Added masking for secure params 2020-06-23 16:24:22 +03:00
proxy-sqlite3 Added masking for secure params 2020-06-23 16:24:22 +03:00
server-mysql Added masking for secure params 2020-06-23 16:24:22 +03:00
server-pgsql Added masking for secure params 2020-06-23 16:24:49 +03:00
snmptraps Zabbix 5.0 information 2020-05-12 10:11:14 +03:00
web-apache-mysql Added posibility to disable Access log for web-interface containers 2020-06-28 20:46:10 +03:00
web-apache-pgsql Added posibility to disable Access log for web-interface containers 2020-06-28 20:46:10 +03:00
web-nginx-mysql Added posibility to disable Access log for web-interface containers 2020-06-28 20:46:10 +03:00
web-nginx-pgsql Added posibility to disable Access log for web-interface containers 2020-06-28 20:46:10 +03:00
zabbix-appliance Updated CentOS images 2020-04-27 18:24:57 +03:00
.env_agent Added SourceIP and ListenIP params 2017-05-11 03:37:37 -07:00
.env_db_mysql Changed default variables in compose files 2019-07-18 15:38:17 +03:00
.env_db_mysql_proxy Added secrets for Zabbix images 2019-07-14 00:50:22 +03:00
.env_db_pgsql Changed default variables in compose files 2019-07-18 15:38:17 +03:00
.env_java Added compose files for 2.0 2016-08-11 14:16:42 -07:00
.env_prx Added SourceIP and ListenIP params 2017-05-11 03:37:37 -07:00
.env_prx_mysql Added compose files for 2.0 2016-08-11 14:16:42 -07:00
.env_prx_sqlite3 Added compose files for 2.0 2016-08-11 14:16:42 -07:00
.env_srv Added SourceIP and ListenIP params 2017-05-11 03:37:37 -07:00
.env_web Added posibility to disable Access log for web-interface containers 2020-06-28 18:54:33 +03:00
.gitignore Updated Alpine images 2020-04-25 20:31:44 +03:00
.MYSQL_PASSWORD Added secrets for Zabbix images 2019-07-14 00:50:22 +03:00
.MYSQL_ROOT_PASSWORD Added secrets for Zabbix images 2019-07-14 00:50:22 +03:00
.MYSQL_USER Added secrets for Zabbix images 2019-07-14 00:50:22 +03:00
.POSTGRES_PASSWORD Added secrets for Zabbix images 2019-07-14 00:50:22 +03:00
.POSTGRES_USER Added secrets for Zabbix images 2019-07-14 00:50:22 +03:00
build.sh Fixed SVN -> GIT 2019-06-12 18:00:18 +03:00
docker-compose_v3_alpine_mysql_latest.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_alpine_mysql_local.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_alpine_pgsql_latest.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_alpine_pgsql_local.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_centos_mysql_latest.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_centos_mysql_local.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_centos_pgsql_latest.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_centos_pgsql_local.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
docker-compose_v3_ubuntu_mysql_latest.yaml Fixed SNMP trap port number in Ubuntu compose files 2020-06-23 14:54:52 +03:00
docker-compose_v3_ubuntu_mysql_local.yaml Fixed SNMP trap port number in Ubuntu compose files 2020-06-23 14:54:52 +03:00
docker-compose_v3_ubuntu_pgsql_latest.yaml Fixed SNMP trap port number in Ubuntu compose files 2020-06-23 14:54:52 +03:00
docker-compose_v3_ubuntu_pgsql_local.yaml Fixed SNMP trap port number in Ubuntu compose files 2020-06-23 14:54:52 +03:00
generate-stackbrew-library.sh Added generate-stackbrew-library script for Docker official images 2019-08-13 19:54:40 +03:00
kubernetes.yaml Fixed SNMPTRAPS in compose files and Kubernetes 2020-05-28 18:31:14 +03:00
LICENSE Initial commit 2016-08-03 10:36:02 +03:00
README.md Updated README information 2019-01-12 23:07:44 +02:00

logo

What is Zabbix?

Zabbix is an enterprise-class open source distributed monitoring solution.

Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualisation features based on the stored data. This makes Zabbix ideal for capacity planning.

For more information and related downloads for Zabbix components, please visit https://hub.docker.com/u/zabbix/ and https://zabbix.com

Zabbix Dockerfiles

This repository contains Dockerfile of Zabbix for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Usage

Please follow usage instructions of each Zabbix component image:

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.