mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update zabbix to 7.0.4 (#1660)
This commit is contained in:
parent
9b8bebc2ed
commit
13ab5cedd1
@ -8,7 +8,7 @@ services:
|
|||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
|
|
||||||
zabbix-frontend:
|
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
|
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.3-alpine@sha256:d6235c964a025d7734c5dad3a5c94e0c016ac3fde7ac4e6ae2101cb7d336b812
|
image: zabbix/zabbix-server-pgsql:7.0.4-alpine@sha256:19de7ef209eee6663de356253c86891ba6b445c3cc1615dc5a04dda0a433e2ff
|
||||||
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.3-alpine@sha256:8dddb7d0980c2197ea0e7c1ed76dbca4930a0f87a094a05be2b0f63bc1ac519f
|
image: zabbix/zabbix-agent2:7.0.4-alpine@sha256:2467d406c4ac8d5f25a77d0f5b6cf12b03c1f527d575f53b552d8ff00b5e3253
|
||||||
hostname: zabbix-agent
|
hostname: zabbix-agent
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
init: true
|
init: true
|
||||||
@ -53,4 +53,4 @@ services:
|
|||||||
POSTGRES_USER: zabbix
|
POSTGRES_USER: zabbix
|
||||||
POSTGRES_DB: zabbix
|
POSTGRES_DB: zabbix
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
|
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
|
@ -3,12 +3,12 @@ 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.3"
|
version: "7.0.4"
|
||||||
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.
|
||||||
|
|
||||||
|
|
||||||
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.
|
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:
|
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.
|
- 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.
|
- 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"
|
defaultUsername: "Admin"
|
||||||
defaultPassword: "zabbix"
|
defaultPassword: "zabbix"
|
||||||
torOnly: false
|
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
|
submitter: DavidGarciaCat
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1376
|
submission: https://github.com/getumbrel/umbrel-apps/pull/1376
|
Loading…
Reference in New Issue
Block a user