<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
This's great<br>But what about the perl escript, Could you please provide anexample for it, As I'm not good in programming.<br>Thanks for your help<br><br>Best Regards<br>Bassam Muhammad<br><br>&gt; Date: Tue, 30 Jun 2009 19:04:55 +0200<br>&gt; From: Siem.Korteweg@qnh.nl<br>&gt; To: syslog-ng@lists.balabit.hu<br>&gt; Subject: RE: [syslog-ng] Send a specific log by email<br>&gt; <br>&gt; Hi Reaky,<br>&gt; <br>&gt; define a new source with your specific IP and define a destination using "program" in stead of "file" (http://www.campin.net/newlogcheck.html "Email certain logs"). Finally you combine both in a new log-definition.<br>&gt; <br>&gt; regards,<br>&gt; <br>&gt; Siem Korteweg<br>&gt; <br>&gt; <br>&gt; -----Oorspronkelijk bericht-----<br>&gt; Van: syslog-ng-bounces@lists.balabit.hu namens Reaky Rok<br>&gt; Verzonden: di 30-6-2009 11:20<br>&gt; Aan: syslog-ng@lists.balabit.hu<br>&gt; Onderwerp: [syslog-ng] Send a specific log by email<br>&gt; <br>&gt; <br>&gt; Hi friends<br>&gt;          I have syslog-ng installed in RHEL5 server, I make it as CEntral log for all servers in my network, Filtered by IP<br>&gt; Now What I want to do is make it send to me an email for a specific log for one of my server, In other word when any log sent from this IP (192.168.1.1 ) For example to send me email with this new log value to myemail@mydomain.com<br>&gt; The following is the part of configuration for my syslog-ng.conf that related with remote servers.<br>&gt; =============================================<br>&gt; <br>&gt; source s_remote {<br>&gt;         tcp(ip(0.0.0.0) port(514));<br>&gt;         udp(ip(0.0.0.0) port(514));<br>&gt; };<br>&gt; <br>&gt; destination d_separatedbyhosts {<br>&gt;         file("/var/log/syslog-ng/servers/$HOST/$FACILITY.log" owner("root") group("root") perm(0640) dir_perm(0750) create_dirs(yes));<br>&gt; };<br>&gt; <br>&gt; log { source(s_remote); destination(d_separatedbyhosts); };<br>&gt; ===============================================<br>&gt; <br>&gt; Thanks<br>&gt; Best Regards<br>&gt; Reaky<br>&gt; <br>&gt; _________________________________________________________________<br>&gt; Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!<br>&gt; http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us<br>&gt; <br><br /><hr />What can you do with the new Windows Live? <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>Find out</a></body>
</html>