[rsyslog-notify] Forum Thread: Re: Rate limiting issue SOLVED - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Tue Apr 12 18:02:16 CEST 2016


User: alexmoen 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26470#p26470

Message: 
----------
Here's what I had to do to fix this issue:

/etc/rsyslog.conf:
$SystemLogRateLimitInterval 0
$IMUXSockRateLimitInterval 0
$IMJournalRatelimitInterval 0

/etc/systemd/journald.conf:
[Journal]
RateLimitInterval=0
RateLimitBurst=0

Followed by, of course:

systemctl restart systemd-journald.service
systemctl restart rsyslog.service

I found an entry at stackoverflow that helped immensely, and here's the
citation:

<!-- m --><a class="postlink"
href="http://stackoverflow.com/questions/33041593/centos-7-rsyslog-debug-logs-dropped-for-c-c-modules">http://stackoverflow.com/questions/3304
... -c-modules</a><!-- m -->

I did not set (as per that site entry) the following in
/etc/systemd/journald.conf:

Storage=volatile
Compress=no
MaxRetentionSec=5s


More information about the rsyslog-notify mailing list