File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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    ------------------------------------------------------------------- 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments