Skip to content

Commit 927cfee

Browse files
authored
Merge pull request #273 from disappear89/patch-1
Update Readme for rate_limit
2 parents d0047f6 + 0587962 commit 927cfee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ or send some bitcoins to ```1Na3YFUmdxKxJLiuRXQYJU2kiNqA3KY2j9```
5858
actionfiletemplate_cust => false,
5959
actionfiletemplate => false,
6060
high_precision_timestamps => false,
61-
rate_limit_burst => undef,
62-
rate_limit_interval => undef,
6361
imfiles => undef
6462
}
6563
```
@@ -247,6 +245,8 @@ The following lists all the class parameters this module accepts.
247245
preserve_fqdn true,false Use full name of host even if sender and receiver are in the same domain. Defaults to false.
248246
local_host_name STRING Use a custom local host name, instead of clients actual host name. Defaults to undef.
249247
package_status STRING Manages rsyslog package installation. Defaults to 'present'.
248+
system_log_rate_limit_interval INTEGER Specifies the number of seconds per rate limit interval. Defaults to 1.
249+
system_log_rate_limit_burst INTEGER Specifies the number of messages before limiting begins. Defaults to 100.
250250

251251
RSYSLOG::SERVER CLASS PARAMETERS VALUES DESCRIPTION
252252
-------------------------------------------------------------------

0 commit comments

Comments
 (0)