mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Syslog-NG: add templates for https://github.com/opnsense/core/issues/4068
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
###################################################################
|
||||
# Local syslog-ng configuration filter definition [postfix].
|
||||
###################################################################
|
||||
filter f_local_postfix {
|
||||
program("postfix");
|
||||
};
|
||||
@@ -0,0 +1,6 @@
|
||||
###################################################################
|
||||
# Local syslog-ng configuration filter definition [haproxy].
|
||||
###################################################################
|
||||
filter f_local_haproxy {
|
||||
program("haproxy");
|
||||
};
|
||||
@@ -0,0 +1,6 @@
|
||||
###################################################################
|
||||
# Local syslog-ng configuration filter definition [tinc].
|
||||
###################################################################
|
||||
filter f_local_tinc {
|
||||
program("tinc.*");
|
||||
};
|
||||
Reference in New Issue
Block a user