[rsyslog-notify] Forum Thread: Re: rsyslog can't have more than 10 open TCP ports - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Tue Mar 14 22:53:50 CET 2017
User: dtorgo
Forumlink: http://kb.monitorware.com/viewtopic.php?p=27195#p27195
Message:
----------
For what it is worth, we ran into this issue as well. We actually found an
answer! I know that this thread is a few months old but perhaps this answer
will help the next poor soul who runs into this.
By default rsyslog will only allow 20 TCP listeners. Rsyslog appears to
count IPv4 and IPv6 as independent listeners (meaning each imtcp counts as
2 listening ports). <!-- m --><a class="postlink"
href="http://www.rsyslog.com/doc/v8-stable/configuration/modules/imtcp.html">http://www.rsyslog.com/doc/v8-stable/co
... imtcp.html</a><!-- m -->
To change this you can set MaxLIsteners to be greater than 20. What we did
was:
module(load="imudp")
module(load="imtcp" MaxListeners="50")
More information about the rsyslog-notify
mailing list