mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: use a local syslog socket, closes #18
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
function haproxy_syslog()
|
||||
{
|
||||
$syslogconf = array();
|
||||
$syslogconf['haproxy'] = array("facility" => array('haproxy'), "remote" => "haproxy");
|
||||
$syslogconf['haproxy'] = array("facility" => array('haproxy'), "local" => "/var/run/haproxy/var/run/log");
|
||||
return $syslogconf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user