summaryrefslogtreecommitdiffstats
path: root/ulogd.conf
diff options
context:
space:
mode:
authorlaforge <laforge>2001-10-02 16:39:17 +0000
committerlaforge <laforge>2001-10-02 16:39:17 +0000
commita43bcc8b4e138435618394e19b222af6df84a51a (patch)
tree63f9c415dfbfbe4a4f6f22c935d5f83c3fb45237 /ulogd.conf
parent69cf8cb0eded79a9b8fda0edf8175497c39bceb2 (diff)
Added Jakab Laszlo's support for PostgreSQL
Diffstat (limited to 'ulogd.conf')
-rw-r--r--ulogd.conf15
1 files changed, 14 insertions, 1 deletions
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