mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
@@ -37,7 +37,6 @@ function haproxy_syslog()
|
||||
$syslogconf = array();
|
||||
|
||||
$syslogconf['haproxy'] = array(
|
||||
'local' => '/var/haproxy/var/run/log',
|
||||
'facility' => array('haproxy'),
|
||||
);
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
haproxy.conf:/usr/local/etc/haproxy.conf.staging
|
||||
rc.conf.d:/etc/rc.conf.d/haproxy
|
||||
sslCerts.yaml:/usr/local/etc/haproxy/sslCerts.yaml
|
||||
log_socket.conf:/usr/local/opnsense/service/templates/OPNsense/Syslog/sources/haproxy.conf
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
unix-dgram("/var/haproxy/var/run/log" dir_perm(0755) flags(syslog-protocol));
|
||||
Reference in New Issue
Block a user