[rsyslog-notify] Forum Thread: Re: Rsyslog logging using variables - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Mon Sep 21 19:05:23 CEST 2015
User: Jzeolla
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25941#p25941
Message:
----------
[quote="dlang":3c1l69xm]remember that you only want to put a queu on an
action that is likely to take a long time or may block causing other things
to stop processing. putting a queue on everything eats up a lot of memory
and causes rsyslog to actually slow down.[/quote:3c1l69xm]
My reasoning for putting a queue on each action is because all of the logs
that those actions process are critical so I need some sort of persistence
to disk in the case of a restart. The only setting that I could find to
ensure this was to attach a queue and set queue.saveonshutdown="on". What
do you mean by is likely to take a long time - do you mean something like
there's a complex RainerScript which may take a while to parse, or
something else?
More information about the rsyslog-notify
mailing list