From 3fb7849c210958e94541ec5061f7b668eaa93fb9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Aug 2024 12:24:24 +0200 Subject: [PATCH] services.cgi: Search for suricata by its PID suricata renames itself and therefore we cannot find the process by its name. Signed-off-by: Michael Tremer --- html/cgi-bin/services.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index 4b929c716..a3ae13c78 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -108,7 +108,7 @@ $querry[1] = 'hour' unless defined $querry[1]; # IPS $Lang::tr{'intrusion prevention system'} => { - "process" => "suricata", + "pidfile" => "/var/run/suricata.pid", }, # OpenVPN Roadwarrior -- 2.39.5