On Thu, Jan 15, 2009 at 16:01, Daniel Anson <[email protected]> wrote: > I would hope that there is an easy solution as my next idea is to write > some type of daemonized process that can insert messages from a pool of > MySQL connections. I can achieve this in C but would rather hopefully > find a solution inside of the configuration.
Short of implementing the queue/worker configuration (no idea how), it seems the only current option would be to implement something of the sort, either by an update to the ommysql module (optimal, as it gets your code supported by someone else for its lifetim) or by some external program. I'd think an optimal external solution would be some sort of relp2mysql bridge, but suspect that would end up reimplementing a good chunk of rsyslog. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

