<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Balazs Scheidler schrieb:
<blockquote cite="mid:1236870133.19238.17.camel@bzorp.balabit"
type="cite">
<pre wrap="">On Thu, 2009-03-12 at 00:32 +0100, Jens-Peter C. Hillers wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I try to log to a remote Syslog Server via:
destination logserver { tcp("log.mydomain.xyz" port(514) flush_lines(1)
flush_timeout(10) keep-alive(yes) ); };
if I have a long period between the messages (e.g. 10 Minutes) the
messsage is still logged to the local machine
( I write a second log to a local file) but no message reaches the
server. all new messages are lost.
if I restart the syslog deamon ill get messages again (but only new ones)
I use Suse Linux 10.1 with syslog-ng (2.x) (client)
I also compiled and tried 3.0.1 but git the same effect.
any idea ?
</pre>
</blockquote>
<pre wrap=""><!---->
did you enable flow control towards the TCP destination?
</pre>
</blockquote>
Hi,<br>
<br>
thanks<br>
<br>
I expected something at the destination to set flow control so I reread
the Manual an come back with the results.<br>
<br>
regards <br>
jph<br>
<br>
<blockquote cite="mid:1236870133.19238.17.camel@bzorp.balabit"
type="cite">
<pre wrap="">
what aboud dropped counters? it might be syslog-ng itself that drops
messages, but there's always a reason why it does it.
I don't see why it would be related to idle times, syslog-ng tries to
keep the TCP connection alive at all times.
</pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<title></title>
<style type="text/css">
                body
                {
                        color: #333;
                        font-family: Verdana;
                        font-size: 9pt;
                }
                a:link, a:hover, a:visited, a:active
                {
                        color: #98D9F3;
                        text-decoration: none;
                }
                .small
                {
                        color: #7D7D7D;
                        font-size: 8pt;
                }
                .blau
                {
                        color: #98D9F3;
                }
                .grau
                {
                        color: #7D7D7D;
                }
</style>Mit
freundlichen Grüßen<br>
<br>
Jens-Peter C. Hillers<br>
<span class="small">Sen. Developer</span><br>
<br>
<span class="blau">______________________________</span><br>
<strong>vending<span class="blau">Control</span></strong> Telemedia
GmbH & Co. KG<br>
<p class="grau">
Ernst-Litfaß-Str. 8<br>
19246 Zarrentin / Germany<br>
<br>
tel +49 (0) 38851-326-18<br>
fax +49 (0) 38851-326-15<br>
</p>
<a href="mailto:hillers@vendingcontrol.de">hillers@vendingcontrol.de</a><br>
<a href="http://www.vendingcontrol.de" target="_blank">www.vendingcontrol.de</a><br>
<br>
<p class="small">
AG Schwerin, HRA 2805, Geschäftsführer Frank Oliver Becker<br>
Komplementär: vendingcontrol Verwaltungsgesellschaft mbH<br>
Ernst-Litfaß-Str. 8, 19246 Zarrentin, AG Schwerin, HRB 9662<br>
Geschäftsführer Frank Oliver Becker
</p>
</div>
</body>
</html>