[prev in list] [next in list] [prev in thread] [next in thread] 

List:       syslog-ng
Subject:    Re: [syslog-ng] Problem with syslog-ng version 2
From:       "Alarie, Maxime" <Alarie.Maxime () hydro ! qc ! ca>
Date:       2016-08-31 13:40:13
Message-ID: 23396023F719ED41888885C3B22D602F308E9D4F () WPEXCH2010MR11 ! bur ! hydro ! qc ! ca
[Download RAW message or body]

[Attachment #2 (text/plain)]

Thanks Evan,

I have the exact same problem. Not all entries in the file are causing this.


Thanks a lot and have a nice day.

De : syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] \
De la part de Evan Rempel Envoyé : 31 août 2016 09:30
À : syslog-ng@lists.balabit.hu
Objet : Re: [syslog-ng] Problem with syslog-ng version 2

Courriel provenant de l'externe
ATTENTION, avant d'accéder à une pièce jointe ou à un lien de ce courriel, \
assurez-vous que celui-ci provient d'un tiers de confiance. We saw this behavior with \
the old 2.x versions as well even when the source was the kernel syslog API. When the \
messages were written to a file or forwarded to a central syslog server, some \
messages were unwrapped to a character by character stream. It always seemed to be \
the same application that had only some of its messages unwrapped. The symptoms went \
away after we upgraded to 3.x

I never tried to fix it, or track it down. It was only 100 messages per day in a \
stream of 100 million. I just upgraded.

Evan.


On 08/31/2016 06:25 AM, Alarie, Maxime wrote:
Thanks for the update guys.

I know the version is  old,  problem is I cannot update it since it's a black box and \
we would lose support from EMC.  Ill see what I can do.


De : syslog-ng-bounces@lists.balabit.hu<mailto:syslog-ng-bounces@lists.balabit.hu> \
[mailto:syslog-ng-bounces@lists.balabit.hu] De la part de Scheidler, Balázs Envoyé \
: 31 août 2016 05:15 À : Syslog-ng users' and developers' mailing list
Objet : Re: [syslog-ng] Problem with syslog-ng version 2

Courriel provenant de l'externe
ATTENTION, avant d'accéder à une pièce jointe ou à un lien de ce courriel, \
assurez-vous que celui-ci provient d'un tiers de confiance. Well, older syslog-ng \
versions probably folowed the file as it was written, and if only  a partial line was \
present, it was assumed to be the entire message. Maybe the application is writing \
that file one-character at a time? But I agree with Peter, 2.0.9 is probably a decade \
old, so in order to properly support your problems, you should definitely upgrade to \
something newer.

--
Bazsi

On Mon, Aug 29, 2016 at 8:48 PM, Alarie, Maxime \
                <Alarie.Maxime@hydro.qc.ca<mailto:Alarie.Maxime@hydro.qc.ca>> wrote:
OS: SLes 11 sp4
syslog-ng: syslog-ng-2.0.9-27.34.39.2

Hi,
syslog-ng is configured to read from a application log file and then send it to \
another file in /var/log (tcpdump is not installed, I cant install it on a blackbox \
so this is how I test my config) I have the following in my syslog-ng configuration \
file: source ESRS {
file("/opt/esrsve/gateway/xGate.log");
};

destination esrsfile{ file("/var/log/max.log" );};



log { source(ESRS);
destination(esrsfile);
};
The problem I am seeing is that when syslog writes to the outputfile (esrsfile) it \
                truncatedthe lines.
ex: Source File : [ 0, 6, 1, 1007] 08-29-2016 13:56:28.703 IMPORTANT INFO EDDEMC: \
Data Item::PMStatus Current Value::Offline And the destination file looiks like this:
... ...
Aug 29 14:00:02 hostname C
Aug 29 14:00:02 hostname u
Aug 29 14:00:02 hostname r
Aug 29 14:00:02 hostname r
Aug 29 14:00:02 hostname e
Aug 29 14:00:02 hostname n
Aug 29 14:00:02 hostname t
Aug 29 14:00:02 hostname
Aug 29 14:00:02 hostname V
Aug 29 14:00:02 hostname a
Aug 29 14:00:02 hostname l
Aug 29 14:00:02 hostname u
Aug 29 14:00:02 hostname e
Aug 29 14:00:02 hostname :
Aug 29 14:00:02 hostname :
Aug 29 14:00:02 hostname O
Aug 29 14:00:02 hostname f
Aug 29 14:00:02 hostname f
Aug 29 14:00:02 hostname l
Aug 29 14:00:02 hostname i
Aug 29 14:00:02 hostname n
Aug 29 14:00:02 hostname e
... ...
What am I doing wrong here?


Thanks much!


______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.balabit.com/wiki/syslog-ng-faq







______________________________________________________________________________

Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng

Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng

FAQ: http://www.balabit.com/wiki/syslog-ng-faq


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
	color:black;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
	color:black;}
pre
	{mso-style-priority:99;
	mso-style-link:"Préformaté HTML Car";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";
	color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{mso-style-priority:99;
	mso-style-link:"Texte de bulles Car";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";
	color:black;}
span.EmailStyle17
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.PrformatHTMLCar
	{mso-style-name:"Préformaté HTML Car";
	mso-style-priority:99;
	mso-style-link:"Préformaté HTML";
	font-family:Consolas;
	color:black;}
span.TextedebullesCar
	{mso-style-name:"Texte de bulles Car";
	mso-style-priority:99;
	mso-style-link:"Texte de bulles";
	font-family:"Tahoma","sans-serif";
	color:black;}
span.EmailStyle23
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="FR-CA" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Thanks \
Evan,<o:p></o:p></span></p> <p class="MsoNormal"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">I \
have the exact same problem. Not all entries in the file are causing \
this.<o:p></o:p></span></p> <p class="MsoNormal"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Thanks \
a lot and have a nice day.</span><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:EN-US"><o:p></o:p></span></p>
 <p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:35.4pt"><b><span lang="FR" \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext">De&nbsp;:</span></b><span \
lang="FR" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext"> \
syslog-ng-bounces@lists.balabit.hu  [mailto:syslog-ng-bounces@lists.balabit.hu] <b>De \
la part de</b> Evan Rempel<br> <b>Envoyé&nbsp;:</b> 31 août 2016 09:30<br>
<b>À&nbsp;:</b> syslog-ng@lists.balabit.hu<br>
<b>Objet&nbsp;:</b> Re: [syslog-ng] Problem with syslog-ng version \
2<o:p></o:p></span></p> </div>
</div>
<p class="MsoNormal" style="margin-left:35.4pt"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" align="center" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:106.2pt;text-align:center">
 <b><span style="color:red">Courriel provenant de l'externe<br>
ATTENTION, avant d'accéder à une pièce jointe ou à un lien de ce courriel, \
assurez-vous que celui-ci provient d'un tiers de</span></b><span style="color:red"> \
<b>confiance.</b></span><o:p></o:p></p> <div>
<div>
<p class="MsoNormal" style="margin-left:35.4pt">We saw this behavior with the old 2.x \
versions as well even when the source was the kernel syslog API. When the messages \
were written to a file or forwarded to a central syslog server, some messages were \
unwrapped  to a character by character stream. It always seemed to be the same \
application that had only some of its messages unwrapped. The symptoms went away \
after we upgraded to 3.x<br> <br>
I never tried to fix it, or track it down. It was only 100 messages per day in a \
stream of 100 million. I just upgraded.<br> <br>
Evan.<br>
<br>
<br>
On 08/31/2016 06:25 AM, Alarie, Maxime wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Thanks \
for the update guys.</span><o:p></o:p></p> <p class="MsoNormal" \
style="margin-left:35.4pt"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-CA" \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">I \
know the version is&nbsp; old, &nbsp;problem is I cannot update it since it's a black \
box and we would lose support from EMC.&nbsp;  Ill see what I can \
do.</span><o:p></o:p></p> <p class="MsoNormal" style="margin-left:35.4pt"><span \
lang="EN-CA" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" style="margin-left:35.4pt"><span \
lang="EN-CA">&nbsp;</span><o:p></o:p></p> <div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:70.8pt"><b><span lang="FR" \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">De&nbsp;:</span></b><span \
lang="FR" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">
 <a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a> \
[<a href="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</a>]
 <b>De la part de</b> Scheidler, Balázs<br>
<b>Envoyé&nbsp;:</b> 31 août 2016 05:15<br>
<b>À&nbsp;:</b> Syslog-ng users' and developers' mailing list<br>
<b>Objet&nbsp;:</b> Re: [syslog-ng] Problem with syslog-ng version \
2</span><o:p></o:p></p> </div>
</div>
<p class="MsoNormal" style="margin-left:70.8pt">&nbsp;<o:p></o:p></p>
<p class="MsoNormal" align="center" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:141.6pt;text-align:center">
 <b><span style="color:red">Courriel provenant de l'externe<br>
ATTENTION, avant d'accéder à une pièce jointe ou à un lien de ce courriel, \
assurez-vous que celui-ci provient d'un tiers de</span></b><span style="color:red"> \
<b>confiance.</b></span><o:p></o:p></p> <div>
<div>
<div>
<div>
<p class="MsoNormal" \
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:70.8pt">
 Well, older syslog-ng versions probably folowed the file as it was written, and if \
only&nbsp; a partial line was present, it was assumed to be the entire \
message.<o:p></o:p></p> </div>
<p class="MsoNormal" \
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:70.8pt">
 Maybe the application is writing that file one-character at a time?<o:p></o:p></p>
</div>
<p class="MsoNormal" \
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:70.8pt">
 But I agree with Peter, 2.0.9 is probably a decade old, so in order to properly \
support your problems, you should definitely upgrade to something \
newer.<o:p></o:p></p> </div>
<div>
<p class="MsoNormal" style="margin-left:70.8pt"><br clear="all">
<o:p></o:p></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:70.8pt">-- <br>
Bazsi<o:p></o:p></p>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-left:70.8pt">&nbsp;<o:p></o:p></p>
<div>
<p class="MsoNormal" style="margin-left:70.8pt">On Mon, Aug 29, 2016 at 8:48 PM, \
Alarie, Maxime &lt;<a \
href="mailto:Alarie.Maxime@hydro.qc.ca">Alarie.Maxime@hydro.qc.ca</a>&gt; \
wrote:<o:p></o:p></p> <div>
<div>
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt"> <span \
lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729;background:white">OS: \
SLes 11 sp4 </span><o:p></o:p></p>
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt"> <span \
lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729;background:white">syslog-ng: \
syslog-ng-2.0.9-27.34.39.2</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt"> <span \
lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729;background:white">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Hi,</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">syslog-ng \
is configured to read from a application log file and then send it to another file in \
/var/log (tcpdump is not installed, I cant install it on a blackbox so  this is how I \
test my config)</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">I \
have the following in my syslog-ng configuration file:</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span lang="EN-CA" style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">source ESRS {</span><o:p></o:p></p> \
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span lang="EN-CA" style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">file(&quot;/opt/esrsve/gateway/xGate.log&quot;);</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">};</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">&nbsp;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">destination esrsfile{ \
file(&quot;/var/log/max.log&quot; );};</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">&nbsp;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">&nbsp;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">&nbsp;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">log { \
source(ESRS);</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">destination(esrsfile);</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;background:#EFF0F1">
 <span lang="EN-CA" style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none \
windowtext 1.0pt;padding:0cm;background:#EFF0F1">};</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">The \
problem I am seeing is that when syslog writes to the outputfile (esrsfile) it \
truncatedthe lines.</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">ex: \
Source File : [ 0, 6, 1, 1007] 08-29-2016 13:56:28.703 IMPORTANT INFO EDDEMC: Data \
Item::PMStatus&nbsp;<b><span style="border:none windowtext 1.0pt;padding:0cm">Current \
Value::Offline</span></b></span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">And \
the destination file looiks like this:</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">... \
... </span><o:p></o:p></p>
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname C</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname u</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname r</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname r</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname e</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname n</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname t</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname V</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname a</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname l</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname u</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname e</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname :</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname :</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname O</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname f</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname f</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname l</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname i</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname n</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Aug \
29 14:00:02 hostname e</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">... \
...</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">What \
am I doing wrong here?</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:70.8pt;line-height:14.65pt;background:white">
 <span lang="EN-CA" style="font-size:11.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#242729">Thanks \
much!</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:70.8pt"> <span \
lang="EN-CA">&nbsp;</span><o:p></o:p></p> </div>
</div>
<p class="MsoNormal" \
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:70.8pt">
 <br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" \
target="_blank"> https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" \
target="_blank"> http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
                
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" \
target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br> <br>
<br>
<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-left:70.8pt">&nbsp;<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:35.4pt"><br>
<br>
<br>
<o:p></o:p></p>
<pre style="margin-left:35.4pt">______________________________________________________________________________<o:p></o:p></pre>
 <pre style="margin-left:35.4pt">Member info: <a \
href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><o:p></o:p></pre>
 <pre style="margin-left:35.4pt">Documentation: <a \
href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><o:p></o:p></pre>
 <pre style="margin-left:35.4pt">FAQ: <a \
href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a><o:p></o:p></pre>
 <pre style="margin-left:35.4pt"><o:p>&nbsp;</o:p></pre>
</blockquote>
<p style="margin-left:35.4pt"><o:p>&nbsp;</o:p></p>
</div>
</div>
</body>
</html>



______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.balabit.com/wiki/syslog-ng-faq


--===============1348533536==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic