From 648b5328f57a20c604bb2c205b6be4dfb3d3def1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 9 Aug 2025 15:17:09 +0100 Subject: [PATCH] suricata: Reload the reporter process, too Signed-off-by: Michael Tremer --- src/initscripts/system/suricata | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/initscripts/system/suricata b/src/initscripts/system/suricata index d885150db..1565f795a 100644 --- a/src/initscripts/system/suricata +++ b/src/initscripts/system/suricata @@ -233,6 +233,10 @@ case "$1" in # of the ruleset. kill -USR2 $(pidof suricata) + # Reload the reporter + PIDFILE="/var/run/suricata/reporter.pid" \ + reloadproc /usr/bin/suricata-reporter + # Flush the firewall chain. flush_fw_chain -- 2.47.3