Difference between revisions of "CentOS6"

From Leaky
Jump to: navigation, search
(Rate-limiting for rsyslog)
(No difference)

Revision as of 20:42, 7 September 2013

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