hello,<br>
<br>
i created the pipe file on /tmp (/tmp/mysql.pipe) but it doesn't write
the logs into the mysql db, here's the extract from the syslog-ng.conf
file:<br>
<br>
<br>
destination d_mysql {pipe("/tmp/mysql.pipe" template("INSERT INTO logs
(host, facility, priority, level, tag, date, time, program, msg) VALUES
( '$HOST', '$FACILITY', '$PRIORITY', '$LEVEL', '$TAG',
'$YEAR-$MONTH-$DAY', '$HOUR:$MIN:$SEC', '$PROGRAM', '$MSG' );\n")
template-escape(20));<br>
};<br>
log { source(net); destination(d_mysql);<br>
};<br>
<br>
it just doesn't work and i've followed the steps from the documentation on www.vermeer.org... so if anybody can help me...<br>
<br>
<br><br>-- <br>Ciao,Javier<br>linux user #393724