]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
zabbix_agentd: Update to 4.2.6
authorAlex Koch <ipfire@starkstromkonsument.de>
Sun, 1 Sep 2019 21:34:58 +0000 (23:34 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 2 Sep 2019 20:19:02 +0000 (20:19 +0000)
Release Notes: https://www.zabbix.com/rn/rn4.2.6

Signed-off-by: Alex Koch <ipfire@starkstromkonsument.de>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/zabbix_agentd/zabbix_agentd.conf
lfs/zabbix_agentd

index 07f71c1843c99bca887a77be279a7c8a5609b805..21b8e0122b3030562f5295ebad415cfebb752267 100644 (file)
@@ -305,8 +305,12 @@ LoadModulePath=/usr/lib/zabbix
 
 ### Option: LoadModule
 #      Module to load at agent startup. Modules are used to extend functionality of the agent.
-#      Format: LoadModule=<module.so>
-#      The modules must be located in directory specified by LoadModulePath.
+#      Formats:
+#              LoadModule=<module.so>
+#              LoadModule=<path/module.so>
+#              LoadModule=</abs_path/module.so>
+#      Either the module must be located in directory specified by LoadModulePath or the path must precede the module name.
+#      If the preceding path is absolute (starts with '/') then LoadModulePath is ignored.
 #      It is allowed to include multiple LoadModule parameters.
 #
 # Mandatory: no
@@ -353,14 +357,14 @@ LoadModulePath=/usr/lib/zabbix
 # TLSCRLFile=
 
 ### Option: TLSServerCertIssuer
-#      Allowed server certificate issuer.
+#      Allowed server certificate issuer.
 #
 # Mandatory: no
 # Default:
 # TLSServerCertIssuer=
 
 ### Option: TLSServerCertSubject
-#      Allowed server certificate subject.
+#      Allowed server certificate subject.
 #
 # Mandatory: no
 # Default:
index d4d5a22fba92abab54948fd292fe38ee89ee1cea..8aac4d00047fcb9a170340154410e39689e4b9cf 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.2.1
+VER        = 4.2.6
 
 THISAPP    = zabbix-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = zabbix_agentd
-PAK_VER    = 3
+PAK_VER    = 4
 DEPS       = ""
 
 ###############################################################################
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e55ba94060ba2548ae8a1c29fd7cb7dd
+$(DL_FILE)_MD5 = 6cd55cd743d416d9ffbf2e6fdee680ee
 
 install : $(TARGET)