From a43bcc8b4e138435618394e19b222af6df84a51a Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 2 Oct 2001 16:39:17 +0000 Subject: Added Jakab Laszlo's support for PostgreSQL --- ulogd.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ulogd.conf') diff --git a/ulogd.conf b/ulogd.conf index 9fd72d9..a4d1fc1 100644 --- a/ulogd.conf +++ b/ulogd.conf @@ -1,5 +1,5 @@ # Example configuration for ulogd -# $Id$ +# $Id: ulogd.conf,v 1.5 2001/05/20 14:44:37 laforge Exp $ # ###################################################################### @@ -63,3 +63,16 @@ mysqldb ulogd mysqlhost localhost # load the plugin (remove the '#' if you want to enable it) #plugin /usr/local/lib/ulogd/ulogd_MYSQL.so + + +# +# ulogd_PGSQL.so: optional logging into a PostgreSQL database +# +# database information +pgsqltable ulog +pgsqlpass +pgsqluser postgres +pgsqldb ulogd +pgsqlhost localhost +#load the plugin (remove the '#' if you want to enable it) +#plugin /usr/local/lib/ulogd/ulogd_PGSQL.so -- cgit v1.2.3