From: Michael Tremer Date: Tue, 10 Sep 2024 09:35:18 +0000 (+0200) Subject: ids.cgi: Fix detection for the Suricata process X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2438c6c2497015e92e823ecd2fbe9071a2cda575;p=people%2Fms%2Fipfire-2.x.git ids.cgi: Fix detection for the Suricata process We don't seem to have a PID file any more. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index db05df98a..34e6bf233 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -1011,7 +1011,7 @@ sub show_mainpage() { &Header::ServiceStatus({ $Lang::tr{'intrusion prevention system'} => { - "pidfile" => "/var/run/suricata.pid", + "process" => "Suricata-Main", }, });