Merge branch 'master' into trunk

This commit is contained in:
Alexey Pustovalov 2021-04-23 01:23:34 +05:00
commit 94e26abcce
14 changed files with 52 additions and 1 deletions

37
.github/ISSUE_TEMPLATE vendored Normal file
View File

@ -0,0 +1,37 @@
<!--- Please create issues about Zabbix images only. Zabbix official bug and feature tracker is available on https://support.zabbix.com/ -->
<!--- Verify first that your issue is not already reported on GitHub or covered in the Wiki -->
<!--- Have you had a look in the official Zabbix Documentation? -->
##### SUMMARY
<!--- Explain the problem briefly below -->
##### OS / ENVIRONMENT / Used docker-compose files
<!--- Provide all relevant information below, e.g. Docker/Container versions, used OS and OS-versions, which docker-compose_* template used -->
##### CONFIGURATION
<!--- Consider adding information about what .env_* files you changed or add the actual docker-compose you used -->
<!--- HINT: You can paste gist.github.com links for larger files -->
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
<!--- Paste example commands between quotes below -->
```yaml
```
<!--- HINT: You can paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- Describe what you expected to happen when running the steps above -->
##### ACTUAL RESULTS
<!--- Describe what actually happened. If possible run with extra verbosity (higher ZABBIX_LOGLEVEL) -->
<!--- Paste verbatim command output between quotes -->
```paste below
```

View File

@ -24,7 +24,9 @@ This repository contains **Dockerfile** of [Zabbix](https://zabbix.com/) for [Do
### Usage ### Usage
Please follow usage instructions of each Zabbix component image: There is some documentation and examples in the [official Zabbix Documentation](https://www.zabbix.com/documentation/current/manual/installation/containers)!
Please also follow usage instructions of each Zabbix component image:
* [zabbix-appliance](https://hub.docker.com/r/zabbix/zabbix-appliance/) - Zabbix appliance with built-in MySQL server, Zabbix server, Zabbix Java Gateway and Zabbix frontend based on Nginx web-server * [zabbix-appliance](https://hub.docker.com/r/zabbix/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 (except Red Hat edition) 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.** > **Important information: Zabbix Docker Appliance has been decommissioned (except Red Hat edition) 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.**

View File

@ -186,6 +186,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=1 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_JAVAGATEWAY=zabbix-java-gateway ZBX_JAVAGATEWAY=zabbix-java-gateway
ZBX_JAVAGATEWAYPORT=10052 ZBX_JAVAGATEWAYPORT=10052

View File

@ -186,6 +186,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=1 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_JAVAGATEWAY=zabbix-java-gateway ZBX_JAVAGATEWAY=zabbix-java-gateway
ZBX_JAVAGATEWAYPORT=10052 ZBX_JAVAGATEWAYPORT=10052

View File

@ -186,6 +186,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=1 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_JAVAGATEWAY=zabbix-java-gateway ZBX_JAVAGATEWAY=zabbix-java-gateway
ZBX_JAVAGATEWAYPORT=10052 ZBX_JAVAGATEWAYPORT=10052

View File

@ -144,6 +144,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=1 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_JAVAGATEWAY=zabbix-java-gateway ZBX_JAVAGATEWAY=zabbix-java-gateway
ZBX_JAVAGATEWAYPORT=10052 ZBX_JAVAGATEWAYPORT=10052

View File

@ -144,6 +144,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=1 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_JAVAGATEWAY=zabbix-java-gateway ZBX_JAVAGATEWAY=zabbix-java-gateway
ZBX_JAVAGATEWAYPORT=10052 ZBX_JAVAGATEWAYPORT=10052

View File

@ -144,6 +144,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=1 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_JAVAGATEWAY=zabbix-java-gateway ZBX_JAVAGATEWAY=zabbix-java-gateway
ZBX_JAVAGATEWAYPORT=10052 ZBX_JAVAGATEWAYPORT=10052

View File

@ -150,6 +150,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=5 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_STARTTIMERS=1 ZBX_STARTTIMERS=1
ZBX_STARTESCALATORS=1 ZBX_STARTESCALATORS=1

View File

@ -150,6 +150,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=5 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_STARTTIMERS=1 ZBX_STARTTIMERS=1
ZBX_STARTESCALATORS=1 ZBX_STARTESCALATORS=1

View File

@ -150,6 +150,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=5 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_STARTTIMERS=1 ZBX_STARTTIMERS=1
ZBX_STARTESCALATORS=1 ZBX_STARTESCALATORS=1

View File

@ -147,6 +147,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=5 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_STARTTIMERS=1 ZBX_STARTTIMERS=1
ZBX_STARTESCALATORS=1 ZBX_STARTESCALATORS=1

View File

@ -147,6 +147,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=5 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_STARTTIMERS=1 ZBX_STARTTIMERS=1
ZBX_STARTESCALATORS=1 ZBX_STARTESCALATORS=1

View File

@ -147,6 +147,7 @@ ZBX_STARTPOLLERSUNREACHABLE=1
ZBX_STARTTRAPPERS=5 ZBX_STARTTRAPPERS=5
ZBX_STARTPINGERS=1 ZBX_STARTPINGERS=1
ZBX_STARTDISCOVERERS=1 ZBX_STARTDISCOVERERS=1
ZBX_STARTHISTORYPOLLERS=5 # Available since 5.4.0
ZBX_STARTHTTPPOLLERS=1 ZBX_STARTHTTPPOLLERS=1
ZBX_STARTTIMERS=1 ZBX_STARTTIMERS=1
ZBX_STARTESCALATORS=1 ZBX_STARTESCALATORS=1