Official Zabbix Dockerfiles
Go to file
2024-02-14 17:35:10 +09:00
.github Prepare RHEL workflow for secrets 2024-02-14 17:35:10 +09:00
Dockerfiles Fixed Dockerfile instructions 2024-02-14 01:21:06 +09:00
env_vars Added EXPOSE_WEB_SERVER_INFO variable to control web server / php versions expose 2024-02-06 17:58:51 +09:00
.env Compose files redesign 2023-12-14 18:18:04 +09:00
.gitignore Fixed escaping for DB certs in web images 2020-08-24 16:52:32 -04:00
.pre-commit-config.yaml Prepare universal workflow 2024-02-12 18:06:45 +09:00
build.json Prepare RHEL workflow for secrets 2024-02-14 16:37:00 +09:00
build.sh Optimized build.sh 2022-08-05 10:42:15 +03:00
compose_databases.yaml Removed MySQL root secret for server and proxy containers 2024-01-20 21:15:39 +09:00
compose_zabbix_components.yaml Removed init feature because of Tini 2024-02-06 17:30:42 +09:00
compose.yaml Redesign for compose files 2023-12-13 23:28:33 +09:00
docker-compose_v3_alpine_mysql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_alpine_mysql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_alpine_pgsql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_alpine_pgsql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_centos_mysql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_centos_mysql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_centos_pgsql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_centos_pgsql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ol_mysql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ol_mysql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ol_pgsql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ol_pgsql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ubuntu_mysql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ubuntu_mysql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ubuntu_pgsql_latest.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
docker-compose_v3_ubuntu_pgsql_local.yaml Fixed circular reference error 2024-02-06 17:20:41 +09:00
kubernetes.yaml Removed deprecated params, add new params 2023-03-15 02:43:28 +09:00
LICENSE Initial commit 2016-08-03 10:36:02 +03:00
README.md Added sonarcloud 2024-02-13 23:39:21 +09:00
SECURITY.md Added security information 2024-02-12 19:01:39 +09:00

logo

OpenSSF Scorecard OpenSSF Best Practices Quality Gate Status

Build images (DockerHub) Build images (DockerHub, Windows)

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

Important

All Zabbix images based on CentOS 8 image can not be updated anymore because CentOS 8 base image is outdated on Docker Hub (base image is not updated for half year). CentOS Stream 8 and CentOS Stream 9 from quay.io is used currently.**

Usage

There is some documentation and examples in the official Zabbix Documentation!

Please also follow usage instructions of each Zabbix component image:

  • zabbix-appliance - Zabbix appliance with built-in MySQL server, Zabbix server, Zabbix Java Gateway and Zabbix frontend based on Nginx web-server

Important

Zabbix Docker Appliance has been decommissioned and will not be available for 3.0.31, 4.0.19, 4.4.7, 5.0.0 and newer releases. Please use a separate Docker images for each component instead of the all-in-one solution.**

Docker Compose

There is provided Docker Compose files for each set of base Operating System and Database engine.

Templates support several Compose profiles. Minimal set of services is brought up by default, to start additional components e.g. Zabbix Agent use profile 'full' or 'all'. Additionally, it is possible to start only required components.

Issues and Wiki

Be sure to check the Wiki-page on common problems and questions. If you still have problems with or questions about the images, please contact us through a GitHub issue.

Note

Please report here issues and feature requests related to Docker images only. If you have issues or ideas how to improve Zabbix, use official bug tracker.

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.