<!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">
&nbsp;&nbsp;&nbsp; Thanks allot Ulrich, that site contains great documentation, i'm
starting to understand how syslog-ng works.<br>
But, let me tell you the problem with wich i'm stuck right now.<br>
<br>
&nbsp;&nbsp;&nbsp; A router is sending syslog messages to a linux box (Fedora) from
10.0.0.1. I can see the messages arriving at the server.<br>
<i>[root@monitorizare1 ~]# tcpdump -v src 10.0.0.1<br>
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size
96 bytes<br>
10:09:07.941254 IP (tos 0x0, ttl 255, id 80, offset 0, flags [none],
proto UDP (17), length 115) 10.0.0.1.65150 &gt; 192.168.53.248.syslog:
SYSLOG, length: 87<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Facility local7 (23), Severity error (3)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Msg: 81: *Jul&nbsp; 1 10:09:10.027: %LINK-3-UPDOWN: Interfa[|syslog]<br>
10:09:08.760267 IP (tos 0x0, ttl 255, id 81, offset 0, flags [none],
proto UDP (17), length 138) 10.0.0.1.65150 &gt; 192.168.53.248.syslog:
SYSLOG, length: 110<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Facility local7 (23), Severity info (6)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Msg: 82: *Jul&nbsp; 1 10:09:10.031: %ENTITY_ALARM-6-INFO: C[|syslog]<br>
10:09:09.755868 IP (tos 0x0, ttl 255, id 82, offset 0, flags [none],
proto UDP (17), length 137) 10.0.0.1.65150 &gt; 192.168.53.248.syslog:
SYSLOG, length: 109<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Facility local7 (23), Severity notice (5)</i><br>
<br>
<br>
I have configured syslog-ng.conf like this:<br>
<i>source s_router_udp {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; internal();<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file ("/proc/kmsg" log_prefix("kernel: "));<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp (ip(0.0.0.0) port ( 514 ) );<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #unix-stream ("/dev/log");<br>
};<br>
destination d_localfile {<br>
file ("/root/testlog");<br>
};<br>
log {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; source (s_router_udp);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; destination (d_localfile);<br>
};</i><br>
<br>
The problem is that in /root/testlog i can't see any log, except those
internal generated by syslog-ng:<br>
<i>Jul&nbsp; 1 09:31:36 monitorizare1 syslog-ng[17787]: syslog-ng starting
up; version='2.0.10'<br>
Jul&nbsp; 1 09:32:49 monitorizare1 syslog-ng[17787]: Termination requested
via signal, terminating;<br>
Jul&nbsp; 1 09:32:50 monitorizare1 syslog-ng[17812]: syslog-ng starting up;
version='2.0.10'<br>
Jul&nbsp; 1 09:42:50 monitorizare1 syslog-ng[17812]: Log statistics;
processed='center(queued)=6', processed='center(received)=6',
processed='destination(d_boot)=0', processed='destination(d_auth)=2',
processed='des<br>
tination(d_cron)=2', processed='destination(d_mlal)=0',
processed='destination(d_localfile)=1',
processed='destination(d_mesg)=1', processed='destination(d_cons)=0',
processed='destination(d_spol)=0', processed<br>
='destination(d_mail)=0', processed='source(s_sys)=5',
processed='source(s_router_udp)=1'<br>
Jul&nbsp; 1 09:45:11 monitorizare1 syslog-ng[17812]: Termination requested
via signal, terminating;<br>
Jul&nbsp; 1 09:45:11 monitorizare1 syslog-ng[18840]: syslog-ng starting up;
version='2.0.10'<br>
Jul&nbsp; 1 09:47:43 monitorizare1 syslog-ng[18840]: Termination requested
via signal, terminating;<br>
Jul&nbsp; 1 09:47:43 monitorizare1 syslog-ng[19009]: syslog-ng starting up;
version='2.0.10'</i><br>
<br>
I can't find anything in the syslog-ng guide admin about how can
messages received from remote hosts can be inserted into files.<br>
<br>
Can anyone help me? I feel that i'm close to a solution.<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Ulrich.Wiemers@t-systems.com">Ulrich.Wiemers@t-systems.com</a> wrote:
<blockquote
 cite="mid:527B14C40B32E2408547569696F8AE920136FF41@S4DE8PSAADQ.t-systems.com"
 type="cite">
  <pre wrap="">Hi,
I was in a similar situation some weeks ago.
Admin Guide found at <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> was of great help to me.
And, of course, Google ,-)

hth

Ulli

-----Urspr&uuml;ngliche Nachricht-----
Von: <a class="moz-txt-link-abbreviated" href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a> [<a class="moz-txt-link-freetext" href="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</a>] Im Auftrag von Cosmin Neagu
Gesendet: Dienstag, 30. Juni 2009 14:49
An: <a class="moz-txt-link-abbreviated" href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>
Betreff: [syslog-ng] Syslog-ng beginners guide

Hello everybody,
Sorry for bothering you with a beginners question.
I have a cacti implementation in my network and a want to integrate it with syslog-ng. I have mostly cisco routers, all configured to sent syslog messages to two linux boxes (Ubuntu 9.04 and FedoraCore 10) where i have installed syslog-ng.

I'm not able to find where the logs are kept, so this drives me crazy.
Do you know any site or resource where i can find some beginners guide about using syslog-ng with cisco routers? I mean, a guide for someone who never used syslog-ng before.
Thanks.

--
Cosmin Neagu
NOC Team Leader
Str. I. G. Duca nr 36
Otopeni, Judetul Ilfov, 075100 Romania
Tel: 021 303 3159 / 0732 669 193
<a class="moz-txt-link-abbreviated" href="http://www.omnilogic.ro">www.omnilogic.ro</a>

______________________________________________________________________________
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>

______________________________________________________________________________
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>
</body>
</html>