summaryrefslogtreecommitdiffstats
path: root/ulogd/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
commit05e46e686f2c883b734583f445137300af6dcbcd (patch)
tree36b4108cfb6cf716ca0f53ce8bf94bfaff3477cb /ulogd/ulogd.conf
parent74e18bbfe2e6ebb163151140efe29429256e12c4 (diff)
Added Jakab Laszlo's support for PostgreSQL
Diffstat (limited to 'ulogd/ulogd.conf')
-rw-r--r--ulogd/ulogd.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/ulogd/ulogd.conf b/ulogd/ulogd.conf
index 9fd72d9..a4d1fc1 100644
--- a/ulogd/ulogd.conf
+++ b/ulogd/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