Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Zabbix Docker | 1,812 | 5 days ago | 5 | gpl-2.0 | Shell | |||||
Official Zabbix Dockerfiles | ||||||||||
Docker Self Service Password | 107 | 3 months ago | 14 | mit | Dockerfile | |||||
Dockerized LDAP Tollbox Self Service Password Changer with many customizable options | ||||||||||
Docker Nginx Php Fpm | 89 | 4 days ago | 7 | mit | Dockerfile | |||||
Dockerized Nginx + PHP FPM images with many customizable options | ||||||||||
Docker Alpine | 41 | 5 years ago | mit | Dockerfile | ||||||
基于alpine系统构建docker镜像,实现可配置和易于管理的docker镜像。 | ||||||||||
Docker Fusiondirectory | 37 | 3 months ago | 20 | mit | Dockerfile | |||||
Dockerized FusionDirectory LDAP Manager | ||||||||||
Docker Postal | 36 | 3 months ago | 10 | mit | Dockerfile | |||||
Dockerized Postal SMTP Server based on Alpine Linux and Ruby | ||||||||||
Docker Lemonldap | 33 | 2 months ago | 11 | mit | Dockerfile | |||||
Dockerized Authentication Server with Single Sign On SAML, OpenID Connect, CAS, and Header support | ||||||||||
Dockerfiles | 31 | 3 years ago | Dockerfile | |||||||
docker 快速搭建稳定安全的开发/生产环境 | ||||||||||
Docker Alpine | 28 | 2 days ago | mit | Dockerfile | ||||||
Docker Alpine Linux Base Images | ||||||||||
Docker Spamassassin | 25 | 15 days ago | 2 | mit | Dockerfile | |||||
Docker Spamassassin Spam filtering based on Alpine Linux |
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
This repository contains Dockerfile of Zabbix for Docker's automated build published to the public Docker Hub Registry.
Important information: 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 from quay.io is used currently.
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 information: 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.
zabbix-agent - Zabbix agent
zabbix-agent2 - Zabbix agent 2
zabbix-server-mysql - Zabbix server with MySQL database support
zabbix-server-pgsql - Zabbix server with PostgreSQL database support
zabbix-web-apache-mysql - Zabbix web interface on Apache2 web server with MySQL database support
zabbix-web-apache-pgsql - Zabbix web interface on Apache2 web server with PostgreSQL database support
zabbix-web-nginx-mysql - Zabbix web interface on Nginx web server with MySQL database support
zabbix-web-nginx-pgsql - Zabbix web interface on Nginx web server with PostgreSQL database support
zabbix-proxy-sqlite3 - Zabbix proxy with SQLite3 database support
zabbix-proxy-mysql - Zabbix proxy with MySQL database support
zabbix-java-gateway - Zabbix Java Gateway
zabbix-web-service - Zabbix web service for performing various tasks using headless web browser (for example, reporting)
zabbix-snmptraps - Additional container image for Zabbix server and Zabbix proxy to support SNMP traps
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.
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.
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.