From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 19614961b6c7b09fe6e0cc91b2d4c3a4df6473a0 Date: Mon, 30 Oct 2023 10:04:18 +0000 Message-ID: <4SJplQ5ns0z2xSf@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8301458203014023796==" List-Id: --===============8301458203014023796== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 19614961b6c7b09fe6e0cc91b2d4c3a4df6473a0 (commit) via d17d26d7e5a3b23feeb264a2717fb51cc1928db5 (commit) from 775a1055a551200bacc121bb82e1d0d2d733b199 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 19614961b6c7b09fe6e0cc91b2d4c3a4df6473a0 Author: Robin Roevens Date: Fri Oct 27 21:49:01 2023 +0200 zabbix_agentd: Fix ipfire.net.gateway.ping =20 Fixes custom IPFire Zabbix Agent userparameter ipfire.net.gateway.ping returning 1 (success) when fping failed for other reasons (rc 2,3 or 4) than host unreachable (rc 0). =20 Signed-off-by: Michael Tremer commit d17d26d7e5a3b23feeb264a2717fb51cc1928db5 Author: Robin Roevens Date: Fri Oct 27 21:40:55 2023 +0200 zabbix_agentd: Update to 6.0.22 (LTS) =20 - Update from version 6.0.21 to 6.0.22 - Update of rootfile not required =20 Bugs fixed: - ZBX-23417: Fixed possible memory leak when checking modbus.get[] item New Features and Improvements: - ZBXNEXT-6554: Increased remote command execution limits to 16MB =20 Full changelogs since 6.0.21: - https://www.zabbix.com/rn/rn6.0.22 =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/zabbix_agentd/userparameter_ipfire.conf | 2 +- lfs/zabbix_agentd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/config/zabbix_agentd/userparameter_ipfire.conf b/config/zabbix_a= gentd/userparameter_ipfire.conf index b8b512d82..ba0c6c2ca 100644 --- a/config/zabbix_agentd/userparameter_ipfire.conf +++ b/config/zabbix_agentd/userparameter_ipfire.conf @@ -3,7 +3,7 @@ # Internet Gateway ping timings, can be used to measure "Internet Line Quali= ty" UserParameter=3Dipfire.net.gateway.pingtime,sudo /usr/sbin/fping -c 3 gatewa= y 2>&1 | tail -n 1 | awk '{print $NF}' | cut -d '/' -f2 # Internet Gateway availability, can be used to check Internet connection -UserParameter=3Dipfire.net.gateway.ping,sudo /usr/sbin/fping -q -r 3 gateway= ; [ ! $? ]; echo $? +UserParameter=3Dipfire.net.gateway.ping,sudo /usr/sbin/fping -q -r 3 gateway= ; [ ! $? =3D=3D 0 ]; echo $? # Firewall Filter Forward chain drops in bytes/chain (JSON), can be used for= discovery of firewall chains and monitoring of firewall hits on each chain UserParameter=3Dipfire.net.fw.hits.raw,sudo /usr/local/bin/getipstat -xf | g= rep "/\* DROP_.* \*/$" | awk 'BEGIN { ORS =3D ""; print "["} { printf "%s{\"c= hain\": \"%s\", \"bytes\": \"%s\"}", separator, substr($11, 6), $2; separator= =3D ", "; } END { print"]" }' # Number of currently Active DHCP leases diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd index 7c0d01150..0033d9a2c 100644 --- a/lfs/zabbix_agentd +++ b/lfs/zabbix_agentd @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Zabbix Agent =20 -VER =3D 6.0.21 +VER =3D 6.0.22 =20 THISAPP =3D zabbix-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D zabbix_agentd -PAK_VER =3D 10 +PAK_VER =3D 11 =20 DEPS =3D fping =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 0928695a5f2729765a5b1fa31df410d585b50ef40a9d8379d6243c= 256c88234ac916bfaf13f62a8e28bb8fb4be48e83c1aecfd01f66dc45d4e25a20761d8ef82 +$(DL_FILE)_BLAKE2 =3D bba7911a24b00827c58d84938b5786d07f1eb44cbcad94cddf68b4= 84ac9a2f514beb60225d006b8cefc5bbf92e51da27f26d9f6681e10f6322ed0841394e8d9d =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============8301458203014023796==--