init
This commit is contained in:
15
results/mock/syslog-ng.conf
Normal file
15
results/mock/syslog-ng.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
@version: 4.7
|
||||
@include "scl.conf"
|
||||
|
||||
source s_network {
|
||||
network(ip(0.0.0.0) port(514) transport("udp"));
|
||||
};
|
||||
|
||||
destination d_file {
|
||||
file("/reports/nginx-syslog.log" template("$ISODATE $HOST $MSGHDR$MSG\n"));
|
||||
};
|
||||
|
||||
log {
|
||||
source(s_network);
|
||||
destination(d_file);
|
||||
};
|
||||
Reference in New Issue
Block a user