Disable rsyslog rate limiting:
- Log into the command line of the master server.
- Stop the CB Response services.
- Edit /etc/rsyslog.conf.
- Locate "$ModLoad imuxsock" and add 2 lines directly below it:
$SystemLogRateLimitInterval 0
$SystemLogRateLimitBurst 1000
- Save the file and exit to the command line.
- Restart rsyslog (as root)
# service rsyslog restart
- Start the CB Response services.