CentOS6

From Leaky
Revision as of 20:37, 30 July 2014 by Leaky (talk | contribs) (moved Linux to CentOS6: More relevant to CentOS 6 as there's a separate C7 page)
Jump to: navigation, search

Adjust rate-limiting for rsyslog

These instructions are for rsyslog 5.8.10 that comes with CentOS 6

/etc/rsyslog.conf

# Disable rate-limiting completely
$SystemLogRateLimitInterval 0

or

# Set the rate limiting to 500 messages in 5s
$SystemLogRateLimitInterval 5
$SystemLogRateLimitBurst 500