Browse Source

Update zabbix to version 7.0.5 (#1766)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
091c640038
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      zabbix/docker-compose.yml
  2. 22
      zabbix/umbrel-app.yml

6
zabbix/docker-compose.yml

@ -8,7 +8,7 @@ services:
APP_PORT: 8080 APP_PORT: 8080
zabbix-frontend: zabbix-frontend:
image: zabbix/zabbix-web-nginx-pgsql:7.0.4-alpine@sha256:0856014fe6665e52530f74b5e92124eb06b2c7099e235504a130d97e599eb92c image: zabbix/zabbix-web-nginx-pgsql:7.0.5-alpine@sha256:7ca165b1c7113426e8cb0d7b1b6ae92a8369c47e0cc77b1fa0b612d754312749
hostname: zabbix-frontend hostname: zabbix-frontend
restart: on-failure restart: on-failure
environment: environment:
@ -22,7 +22,7 @@ services:
- zabbix-database - zabbix-database
zabbix-server: zabbix-server:
image: zabbix/zabbix-server-pgsql:7.0.4-alpine@sha256:19de7ef209eee6663de356253c86891ba6b445c3cc1615dc5a04dda0a433e2ff image: zabbix/zabbix-server-pgsql:7.0.5-alpine@sha256:941e82bcda2672e90a2bb754185b3d73d642230cc389adf2d94a14bf7bd33cb6
hostname: zabbix-server hostname: zabbix-server
restart: on-failure restart: on-failure
init: true init: true
@ -36,7 +36,7 @@ services:
- zabbix-database - zabbix-database
zabbix-agent: zabbix-agent:
image: zabbix/zabbix-agent2:7.0.4-alpine@sha256:2467d406c4ac8d5f25a77d0f5b6cf12b03c1f527d575f53b552d8ff00b5e3253 image: zabbix/zabbix-agent2:7.0.5-alpine@sha256:d15fa41b6a322ae2f63d4d9f7a686365710d6bcbb3b6cb54a68c5e5edba16177
hostname: zabbix-agent hostname: zabbix-agent
restart: on-failure restart: on-failure
init: true init: true

22
zabbix/umbrel-app.yml

@ -3,7 +3,7 @@ id: zabbix
category: networking category: networking
name: Zabbix name: Zabbix
tagline: The all-in-one, open-source solution that lets you monitor anything tagline: The all-in-one, open-source solution that lets you monitor anything
version: "7.0.4" version: "7.0.5"
description: >- description: >-
⚠️ Zabbix may take a few minutes to initialize after installation. Please be patient. ⚠️ Zabbix may take a few minutes to initialize after installation. Please be patient.
@ -46,19 +46,15 @@ defaultUsername: "Admin"
defaultPassword: "zabbix" defaultPassword: "zabbix"
torOnly: false torOnly: false
releaseNotes: >- releaseNotes: >-
This release includes several new features and improvements: This release includes several improvements and bug fixes:
- Added links to host configuration forms in entity lists - Added configurable item timeout support
- Implemented the ability to filter audit log entries by IP - Improved monitoring of HA manager process utilization
- Added support for macro functions, JSONPath, and XPath extractions in web scenario steps - Enhanced macro function handling and preprocessing capabilities
- Introduced a warning icon for discovery checks used in action conditions - Fixed various UI issues including graph displays and widget configurations
- Added new templates for Microsoft 365 reports, GitHub repository monitoring, and VMware - Improved error handling and system stability
- Improved AWS templates with support for IMDSv2 and AssumeRole authentication - Enhanced template functionality for various monitoring scenarios
- Added a new mediatype webhook for MS Teams Workflow
Various bug fixes and performance improvements are also included in this release. Full release notes are available at https://www.zabbix.com/release_notes.
For full release notes, please visit https://www.zabbix.com/rn/rn7.0.4
submitter: DavidGarciaCat submitter: DavidGarciaCat
submission: https://github.com/getumbrel/umbrel-apps/pull/1376 submission: https://github.com/getumbrel/umbrel-apps/pull/1376
Loading…
Cancel
Save