mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update zabbix to version 7.2.2 (#2019)
This commit is contained in:
parent
e11c9c4b16
commit
2279eaa8bd
@ -8,7 +8,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
zabbix-frontend:
|
||||
image: zabbix/zabbix-web-nginx-pgsql:7.0.6-alpine@sha256:26a0912f42ecb40d8284ae9a93e3cf76de4ce69c5cd5ca2071181fcdabf3e4b6
|
||||
image: zabbix/zabbix-web-nginx-pgsql:7.2.2-alpine@sha256:ae2cfe77e1d5ac7ce6b22f7670dfca0747366940bc88744df3101f24439419f0
|
||||
hostname: zabbix-frontend
|
||||
restart: on-failure
|
||||
environment:
|
||||
@ -22,7 +22,7 @@ services:
|
||||
- zabbix-database
|
||||
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-pgsql:7.0.6-alpine@sha256:92a5a74f047d401f038d2a64205c3e90d80a5083a249cbdbc6e5d9047f36b3a4
|
||||
image: zabbix/zabbix-server-pgsql:7.2.2-alpine@sha256:bbfe816dc8afccc49cb47e1d3dcdb5fea88d2dd84cae5d2bad2fe5bd9dd3b4e5
|
||||
hostname: zabbix-server
|
||||
restart: on-failure
|
||||
init: true
|
||||
@ -36,7 +36,7 @@ services:
|
||||
- zabbix-database
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent2:7.0.6-alpine@sha256:ebb24b2b764f22d33e14f669a859adec3989d0f97b843fecb87bb587deea102b
|
||||
image: zabbix/zabbix-agent2:7.2.2-alpine@sha256:01d4c09ccb64789830c56a083e0d47762e6cbe5561853208213ca2fc0d2bddd7
|
||||
hostname: zabbix-agent
|
||||
restart: on-failure
|
||||
init: true
|
||||
@ -45,7 +45,7 @@ services:
|
||||
ZBX_SERVER_HOST: zabbix-server
|
||||
|
||||
zabbix-database:
|
||||
image: postgres:13.16-alpine3.20@sha256:e04acf5744305c9c6a19cedaa23d70a3a74b94cf62084e284793be756087aaa2
|
||||
image: postgres:13.18-alpine3.20@sha256:77815c1f18ae761b0e503503a494475a03149d7ce544934ccecdbafdb3956c94
|
||||
hostname: zabbix-database
|
||||
restart: on-failure
|
||||
environment:
|
||||
|
@ -3,7 +3,7 @@ id: zabbix
|
||||
category: networking
|
||||
name: Zabbix
|
||||
tagline: The all-in-one, open-source solution that lets you monitor anything
|
||||
version: "7.0.6"
|
||||
version: "7.2.2"
|
||||
description: >-
|
||||
⚠️ Zabbix may take a few minutes to initialize after installation. Please be patient.
|
||||
|
||||
@ -47,11 +47,11 @@ defaultPassword: "zabbix"
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This release includes several improvements and bug fixes:
|
||||
- Added new templates for LXC, Nutanix, LAMP, and website certificates.
|
||||
- Improved VMware event collection, PostgreSQL, and TimescaleDB support.
|
||||
- Enhanced UI with better widget limits, navigation, and layout fixes.
|
||||
- Optimized preprocessing, memory handling, and error stability.
|
||||
- Fixed SSL, API, and agent issues for smoother operations.
|
||||
- Added new dashboard widgets including Host cards and improved graphs
|
||||
- Major performance boost - now handles up to 2M monitored items
|
||||
- New monitoring templates for LAMP stack, Nutanix, and websites
|
||||
- Improved VMware monitoring capabilities
|
||||
- Various bug fixes and stability improvements
|
||||
|
||||
|
||||
Full release notes are available at https://www.zabbix.com/release_notes.
|
||||
|
Loading…
Reference in New Issue
Block a user