mirror of
https://github.com/librenms/docker.git
synced 2026-07-17 16:45:25 +00:00
Update syslog-ng max-connections (#179)
This commit is contained in:
parent
93be32f715
commit
48b8e4cd60
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ source s_sys {
|
|||
};
|
||||
|
||||
source s_net {
|
||||
tcp(ip(0.0.0.0), port(514));
|
||||
tcp(ip(0.0.0.0), port(514), max-connections(300));
|
||||
udp(ip(0.0.0.0), port(514));
|
||||
unix-stream("/run/syslog-ng/syslog-ng.sock");
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue