[rsyslog-notify] Forum Thread: Re: Send logs to primary and backup server - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Mon Jun 22 10:09:32 CEST 2015


User: rgerhards 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25716#p25716

Message: 
----------
Your config snippet is missing the queue definitions. Anyhow, this should
work if you setup a ruleset with a queue and then have both actions as
direct actions inside that ruleset. It's along those lines

ruleset(name="forwarder" queue.type="linkedList" ...) {
  action(type="omfwd" target="1")
  action(type="omfwd" target="2") # use only if prev is suspended --> see
doc
}

This doesn't work as shown for v5. Not sure if it is possible at all in v5.
If you need to stick with it, review doc on what v5 has to offer. Strongly
suggest to go to the currently supported v8.10.0.

HTH
Rainer


More information about the rsyslog-notify mailing list