[rsyslog-notify] Forum Thread: Re: buffer data when output file is not writeable - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Fri Jun 24 18:59:31 CEST 2016
User: peterlytx
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26663#p26663
Message:
----------
Thanks for the suggestion. As rgerhards said, it does not appear to be
working, but there may also be a problem in my configuration. Does this
configuration look reasonable to you?
[code:3t08uqln]
module(load="imuxsock")
module(load="imklog")
module(load="builtin:omfile")
#### LOCAL RULES ####
*.* action( type="omfile"
file="/var/log/messages"
fileOwner="root"
fileGroup="root"
fileCreateMode="0640"
queue.type="linkedlist"
action.resumeRetryCount="-1"
action.resumeInterval="1")
[/code:3t08uqln]
More information about the rsyslog-notify
mailing list