From: Robin Roevens Date: Thu, 17 Jul 2025 17:52:04 +0000 (+0200) Subject: zabbix_agentd: Openvpn-2.6: fix pid name for services stats X-Git-Tag: v2.29-core197~25^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=928f98326d7c82584754a9c4631b94e64ca15ae1;p=ipfire-2.x.git zabbix_agentd: Openvpn-2.6: fix pid name for services stats Signed-off-by: Robin Roevens Signed-off-by: Michael Tremer --- diff --git a/config/zabbix_agentd/ipfire_services.pl b/config/zabbix_agentd/ipfire_services.pl index 653b606ee..d3f9855ba 100755 --- a/config/zabbix_agentd/ipfire_services.pl +++ b/config/zabbix_agentd/ipfire_services.pl @@ -100,7 +100,7 @@ my %services = ( # OpenVPN Roadwarrior 'OpenVPN Roadwarrior Server' => { "process" => "openvpn", - "pidfile" => "/var/run/openvpn.pid", + "pidfile" => "/var/run/openvpn-rw.pid", } );