<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Patrick,<br>
<br>
As far as I know,&nbsp; we would like to solve the failover/failback problem
in syslog-ng PE v3.2 (and perhaps in OSE v3.2), but we are still
working on it.<br>
However, we are planning to support it only in case of tcp/syslog
destinations.<br>
<br>
Patrick H. wrote:
<blockquote cite="mid:4BA0192E.80701@feystorm.net" type="cite"><big><font
 size="-1"><big><font face="Helvetica, Arial, sans-serif">How
do you do groups of failbacks? For example<br>
  <br>
log { filter(f_filter1); destination(d_file1); };<br>
log { filter(f_filter1); destination(d_file2); }; &lt;-- log here only
if the above fails<br>
log { filter(f_filter2); destination(d_sql1); }; &lt;-- may include
messages from the above 2 lines<br>
log { filter(f_filter2); destination(d_sql2); }; &lt;-- log here only
if d_sql1 fails<br>
  <br>
So, say lines 1 and 3 both fail, lines 2 and 3 should both start
working. If I put a fallback flag on d_file2 and d_sql2, and d_sql1
fails, d_sql2 wont kick in on matches that d_file1 is still taking.<br>
It seems like there should be a way to do "</font></big></font><font
 size="-1"><big><tt>log { destination(...) or destination(...); };</tt></big></font><font
 size="-1"><big><font face="Helvetica, Arial, sans-serif">", or "</font></big></font><font
 size="-1"><big><tt>log {...} or log {...};</tt></big></font><font
 size="-1"><big><font face="Helvetica, Arial, sans-serif">".<br>
  <br>
  </font></big></font></big>
  <pre wrap="">
<hr size="4" width="90%">
______________________________________________________________________________
Member info: <a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a class="moz-txt-link-freetext" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a class="moz-txt-link-freetext" href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a>

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
pzolee
</pre>
</body>
</html>