diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-20 11:45:08 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-20 11:45:08 +0200 |
commit | f3e2aaa898b879663a315f10adc8d5a8344d554f (patch) | |
tree | 2c41825075bb0151a0487c059d8c1feeb232663a | |
parent | 8fd192bfa6bfda02f0e4647da653445fcf955ea5 (diff) | |
download | rsyslog-f3e2aaa898b879663a315f10adc8d5a8344d554f.tar.gz rsyslog-f3e2aaa898b879663a315f10adc8d5a8344d554f.tar.bz2 rsyslog-f3e2aaa898b879663a315f10adc8d5a8344d554f.zip |
doc: document impstats ruleset parameter
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/impstats.html | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,6 @@ --------------------------------------------------------------------------- Version 7.5.6 [devel] 2013-10-?? +- imudp: support for binding to ruleset added - bugfix: running imupd on multiple threads lead to segfault if recvmmsg is available - bugfix: imudp when using recvmmsg could report wrong sender IP diff --git a/doc/impstats.html b/doc/impstats.html index 84b4696b..3b206941 100644 --- a/doc/impstats.html +++ b/doc/impstats.html @@ -80,6 +80,8 @@ settings, this impact may be noticeable (for high-load environments). on file logging does NOT turn of syslog logging. If that is desired log.syslog="off" must be explicitely set. <br></li> + <li><b>Ruleset</b> [ruleset] - available since 7.5.6<br> + Binds the listener to a specific <a href="multi_ruleset.html">ruleset</a>.</li> </ul> <p><b>Legacx Configuration Directives</b>:</p> |