ids.cgi: Fix detection for the Suricata process

We don't seem to have a PID file any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-10 11:35:18 +02:00
parent d3db046570
commit 2438c6c249

View File

@@ -1011,7 +1011,7 @@ sub show_mainpage() {
&Header::ServiceStatus({
$Lang::tr{'intrusion prevention system'} => {
"pidfile" => "/var/run/suricata.pid",
"process" => "Suricata-Main",
},
});