Skip to content

Commit 61e7b5d

Browse files
zabbix: update to 7.0.21 (lts)
Updates Zabbix to 7.0.21-r1 (latest 7.0 LTS version) Note that for the frontend, clearing browser cache, cookies and other site data for the zabbix frontend server may be necessary. Signed-off-by: Daniel F. Dickinson <[email protected]>
1 parent 8438ab3 commit 61e7b5d

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

admin/zabbix/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=zabbix
11-
PKG_VERSION:=7.0.12
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=7.0.21
12+
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://cdn.zabbix.com/zabbix/sources/stable/$(basename $(PKG_VERSION))/ \
1616
https://cdn.zabbix.com/zabbix/sources/oldstable/$(basename $(PKG_VERSION))/
17-
PKG_HASH:=6069ed604aa5e33fe631ccc68b782654a697071952a1cf365151655a0a122b05
17+
PKG_HASH:=a7f82c1610bc02e4ac42f5257c0265f92e32b51fb5e04b4ad29f72e97189d3ef
1818

1919
PKG_MAINTAINER:=Daniel F. Dickinson <[email protected]>
2020
PKG_LICENSE:=AGPL-3.0-only

admin/zabbix/patches/010-change-agentd-config.patch

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,8 @@
5353
### Option: HostnameItem
5454
# Item used for generating Hostname if it is undefined. Ignored if Hostname is defined.
5555
# Does not support UserParameters or aliases.
56-
@@ -326,8 +320,8 @@ Hostname=Zabbix server
57-
# Include=
58-
56+
@@ -547,3 +541,4 @@ Hostname=Zabbix server
5957
# Include=/usr/local/etc/zabbix_agentd.userparams.conf
60-
-# Include=/usr/local/etc/zabbix_agentd.conf.d/
58+
# Include=/usr/local/etc/zabbix_agentd.conf.d/
6159
# Include=/usr/local/etc/zabbix_agentd.conf.d/*.conf
6260
+Include=/etc/zabbix_agentd.conf.d/
63-
64-
####### USER-DEFINED MONITORED PARAMETERS #######
65-

0 commit comments

Comments
 (0)