Discussion for KB Entry 6905 - Syslogtag rsyslogd-2079

Discussions around Windows Eventlog messages.

Moderator: rgerhards

Discussion for KB Entry 6905 - Syslogtag rsyslogd-2079

Postby knowledgebase » Wed Jul 29, 2009 8:51 am

This is the discussion thread for the Knowledge Base Entry 6905

Vendor: Adiscon
Software/Device: rsyslog
Syslogtag: rsyslogd-2079
Link to KB Entry

Short Description:
maximum number of sessions reached
User avatar
knowledgebase
Frequent Poster
 
Posts: 128
Joined: Wed May 28, 2008 10:09 am

Re: Discussion for KB Entry 6905 - Syslogtag rsyslogd-2079

Postby rgerhards » Fri Oct 02, 2009 8:10 am

It is important to note where the directive to increase the connection limit is placed. It must be placed AFTER the module that handles the connections is loaded. If you place it in front of it, you will see an error message (if you look for them ;)) but the directive does not work. For example (with imtcp):

This does work:

$ModLoad imtcp
$InputTCPMaxSessions 1000 # Maximum TCP sessions (default 200)

while this does NOT work:

$InputTCPMaxSessions 1000 # Maximum TCP sessions (default 200)
$ModLoad imtcp
User avatar
rgerhards
Site Admin
 
Posts: 2778
Joined: Thu Feb 13, 2003 11:57 am

Google Ads



Return to Windows Eventlog

Who is online

Users browsing this forum: No registered users and 0 guests

cron