[rsyslog-notify] Forum Thread: Rate limiting issue - (Mode 'post')
noreply at adiscon.com
noreply at adiscon.com
Tue Apr 12 16:40:13 CEST 2016
User: alexmoen
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26468#p26468
Message:
----------
I am running an ISC DHCP server for an ISP. According to the DHCPd leases
file, we are issuing between 20 and 40 leases per second. We are running
CentOS 7, with rsyslogd version 7.4.7, which is the most current in the
CentOS repository.
The problem we are having is with the DHCPd log file. We are experiencing
problems getting all of the logs created by DHCPd into the file.
Originally, I noticed that we were writing 5 seconds worth of logs, then
nothing for 25 seconds, then a repeat, giving us only about 10 seconds
worth of logs per minute.
I began digging into this issue, and found a few things. The changes I have
made so far are:
/etc/rsyslog.conf:
$SystemLogRateLimitInterval 0
$IMUXSockRateLimitInterval 0
/etc/systemd/journald.conf:
[Journal]
RateLimitInterval=0
RateLimitBurst=0
which, according to my research, should have disabled any and all log
limiting. I looked into the However, I am still getting the following
messages in /var/log/messages:
imjournal: 74334 messages lost due to rate-limiting
imjournal: begin to drop messages due to rate-limiting
so obviously I do not have the total solution, and the situation is even
worse, because now I am not getting any DHCPd logs for minutes at a time.
Also, I have searched for this exact phrasing on rsyslog.com, and the ONLY
reference returned was for 8.1.6 [devel]. Nothing in these forums at all.
What am I missing, and how do I fix this? All I want is for syslog to work
as it used to...
More information about the rsyslog-notify
mailing list