Browse Source

Update zabbix to 7.0.4 (#1660)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
13ab5cedd1
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
zabbix-frontend:
image: zabbix/zabbix-web-nginx-pgsql:7.0.3-alpine@sha256:f541682b9cb5a7543153235c889de2f090b30b91ed93d0596409d624b29592a6
image: zabbix/zabbix-web-nginx-pgsql:7.0.4-alpine@sha256:0856014fe6665e52530f74b5e92124eb06b2c7099e235504a130d97e599eb92c
hostname: zabbix-frontend
restart: on-failure
environment:
@ -22,7 +22,7 @@ services:
- zabbix-database
zabbix-server:
image: zabbix/zabbix-server-pgsql:7.0.3-alpine@sha256:d6235c964a025d7734c5dad3a5c94e0c016ac3fde7ac4e6ae2101cb7d336b812
image: zabbix/zabbix-server-pgsql:7.0.4-alpine@sha256:19de7ef209eee6663de356253c86891ba6b445c3cc1615dc5a04dda0a433e2ff
hostname: zabbix-server
restart: on-failure
init: true
@ -36,7 +36,7 @@ services:
- zabbix-database
zabbix-agent:
image: zabbix/zabbix-agent2:7.0.3-alpine@sha256:8dddb7d0980c2197ea0e7c1ed76dbca4930a0f87a094a05be2b0f63bc1ac519f
image: zabbix/zabbix-agent2:7.0.4-alpine@sha256:2467d406c4ac8d5f25a77d0f5b6cf12b03c1f527d575f53b552d8ff00b5e3253
hostname: zabbix-agent
restart: on-failure
init: true

22
zabbix/umbrel-app.yml

@ -3,12 +3,12 @@ id: zabbix
category: networking
name: Zabbix
tagline: The all-in-one, open-source solution that lets you monitor anything
version: "7.0.3"
version: "7.0.4"
description: >-
⚠️ Zabbix may take a few minutes to initialize after installation. Please be patient.
An enterprise-class, open-source distributed monitoring solution thats designed to monitor the performance and availability of network devices, servers, services, and other IT resources.
An enterprise-class, open-source distributed monitoring solution that's designed to monitor the performance and availability of network devices, servers, services, and other IT resources.
Zabbix is a flexible solution that can monitor anything from a simple, standalone application to a large-scale environment, with features including:
@ -20,7 +20,7 @@ description: >-
- Incidents, alerts, and notifications: Receive an alert when an issue is triggered (proactively or post-mortem) in the ecosystem. Use multiple messaging channels (including Slack, JIRA, Microsoft Teams, email or text messages) to get notified about the different types of events occurring in your environment.
- “Single pane of glass” overview: Visualize collected data and monitoring events in graphs, lists, geomaps, and network topology maps.
- "Single pane of glass" overview: Visualize collected data and monitoring events in graphs, lists, geomaps, and network topology maps.
- Multitenancy and distributed monitoring: Enjoy the convenience of one monitoring solution for multiple data centers, departments, and organizations, and monitor remote locations behind firewalls with remote command execution capability.
@ -45,6 +45,20 @@ path: ""
defaultUsername: "Admin"
defaultPassword: "zabbix"
torOnly: false
releaseNotes: ""
releaseNotes: >-
This release includes several new features and improvements:
- Added links to host configuration forms in entity lists
- Implemented the ability to filter audit log entries by IP
- Added support for macro functions, JSONPath, and XPath extractions in web scenario steps
- Introduced a warning icon for discovery checks used in action conditions
- Added new templates for Microsoft 365 reports, GitHub repository monitoring, and VMware
- Improved AWS templates with support for IMDSv2 and AssumeRole authentication
- Added a new mediatype webhook for MS Teams Workflow
Various bug fixes and performance improvements are also included in this release.
For full release notes, please visit https://www.zabbix.com/rn/rn7.0.4
submitter: DavidGarciaCat
submission: https://github.com/getumbrel/umbrel-apps/pull/1376
Loading…
Cancel
Save