Added disk queue for rsyslog client
This commit is contained in:
parent
e38b399be0
commit
53c02f4d14
2 changed files with 32 additions and 14 deletions
|
@ -12,6 +12,13 @@ $ActionSendStreamDriverMode 1
|
|||
$ActionSendStreamDriverAuthMode x509/name
|
||||
$ActionSendStreamDriverPermittedPeer <%= syslog_tlsserver %>
|
||||
|
||||
$WorkDirectory /var/spool/rsyslog
|
||||
$ActionQueueFileName <%= syslog_tlsserver %>
|
||||
$ActionQueueMaxDiskSpace 100M
|
||||
$ActionQueueSaveOnShutdown on
|
||||
$ActionQueueType LinkedList
|
||||
$ActionResumeRetryCount -1
|
||||
|
||||
*.* @@<%= syslog_tlsserver %>
|
||||
mark.* @@<%= syslog_tlsserver %>
|
||||
<% elsif has_variable?('syslog_server') -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue