<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
?<br>
<br>
You don't use syslog-ng in this way. For what you want to do you should
make your application output the information you want to the standard
syslog and use syslog-ng as your logger. Then use filters to extract
the messages you want the launch an external program to email them off
to you or something. That is what I did. A few lines of code, some
regex filtering with syslog-ng definitions is all it takes.<br>
<br>
Now you have all the pointers, you can read the docs on filtering,
program(), etc. <br>
Although it sounds like you don't have a good grasp of the whole
logging thing yet so my advice is to read all the syslog-ng docs and
faq. They are worth the read.<br>
<br>
-h<br>
<br>
<pre class="moz-signature" cols="72">Hari Sekhon
</pre>
<br>
<br>
Tiger Peng wrote:
<blockquote cite="mid20061027153625.60996.qmail@web50606.mail.yahoo.com"
 type="cite">
  <div> </div>
  <div>     I have two questions about how to use the syslog-ng to
monitor just couple of processes.</div>
  <div>     In my case, I try to use some kind of utility to just
monitor 4 to 8 different processes, some of them are system resource,
but some of them are new developed processes. Here are my questions.</div>
  <div> </div>
  <div>1. can I start a seperate syslog-ng, I mean if I can keep
syslogd running, but start another syslog-ng process to dedicate the
service for my special purpose.</div>
  <div> </div>
  <div>2. I guess syslog-ng has some kind of filter which can filter
the information, but how can I expand it ability to receive some
specific information or more field, such as message ID. Is this
configurable, or I must modify the source to support it.</div>
  <div> </div>
  <div>    Thanks.</div>
  <div> </div>
  <div> </div>
  <div> </div>
  <div>     David</div>
  <div> </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
syslog-ng maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>
<a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Frequently asked questions at <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>