From mboxrd@z Thu Jan  1 00:00:00 1970
From: Robin Roevens <robin.roevens@disroot.org>
To: development@lists.ipfire.org
Subject: [PATCH v2 2/3] Bugfix: compatibility with grep 3.8+
Date: Tue, 18 Apr 2023 20:45:11 +0200
Message-ID: <20230418184512.2235-3-robin.roevens@disroot.org>
In-Reply-To: <20230418184512.2235-1-robin.roevens@disroot.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4157790498588106867=="
List-Id: <development.lists.ipfire.org>

--===============4157790498588106867==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Fix "grep: warning: stray \ before /" message on
Zabbix Agent ipfire.net.fw.hits item introduced by
grep 3.8 in
https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommit;h=3D40b5df3942149738529=
c22c9cfcd067cd672b605

Signed-off-by: Robin Roevens <robin.roevens(a)disroot.org>
---
 config/zabbix_agentd/userparameter_ipfire.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/zabbix_agentd/userparameter_ipfire.conf b/config/zabbix_a=
gentd/userparameter_ipfire.conf
index 10c09c25d..c5a636edf 100644
--- a/config/zabbix_agentd/userparameter_ipfire.conf
+++ b/config/zabbix_agentd/userparameter_ipfire.conf
@@ -5,7 +5,7 @@ UserParameter=3Dipfire.net.gateway.pingtime,sudo /usr/sbin/fp=
ing -c 3 gateway 2>&1
 # Internet Gateway availability, can be used to check Internet connection
 UserParameter=3Dipfire.net.gateway.ping,sudo /usr/sbin/fping -q -r 3 gateway=
; [ ! $? ]; 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{\=
"chain\": \"%s\", \"bytes\": \"%s\"}", separator, substr($11, 6), $2; separat=
or =3D ", "; } END { print"]" }'
+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
 UserParameter=3Dipfire.dhcpd.clients,grep -s -E 'lease|bind' /var/state/dhcp=
/dhcpd.leases | sed ':a;/{$/{N;s/\n//;ba}' | grep "state active" | wc -l
 # Number of Captive Portal clients
--=20
2.40.0


--=20
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.


--===============4157790498588106867==--