Re: [jffnms-users] syslog-ng on Ubuntu

2013-06-20 Thread Ruud Hop
And to know if it's information, a warning or an error is also helpfull :-) So the destination in syslog-ng config now looks like: destination d_jffnms { pipe ("/tmp/mysql.pipe" template("INSERT INTO syslog (date, date_logged, host, message) VALUES ('$YEAR-$MONTH-$DAY

Re: [jffnms-users] syslog-ng on Ubuntu

2013-06-20 Thread Ruud Hop
We are using evtsys (http://code.google.com/p/eventlog-to-syslog/) to send the windows events to jffnms. Found that we lost the source in the events. Had to change the destination in syslog-ng config to: destination d_jffnms { pipe ("/tmp/mysql.pipe" template("INSERT INTO