We have a problem with the ActionResume. In fact when the remote server is no more available, everything is writed on the queue (as expected
I've not found how to configure rsyslog to sended separate message.
Can you help me?
Best regards,
Vince
Here is my rsyslog .conf :
- Code: Select all
#Global Parameter
#
$WorkDirectory /var/syslog # default location for work (spool) files
$MainMsgQueueFileName mainq
#Instance parameter
#
$ActionQueueFileName dstats # set file name, also enables disk mode
$ActionQueueMaxFileSize 100m # max size of the disk queue log file
$ActionQueueSaveOnShutdown on # all message are saved on shutdown if not sended to central server
$ActionQueueDiscardSeverity 6 # do not discard NOTICE messages!
$ActionResumeInterval 1
$ActionResumeRetryCount -1 # infinite retries on insert failure
$QueueDequeueSlowdown 1000
*.* @@x.x.x.x


