summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2012-08-01 11:27:13 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-03 11:24:58 +0200
commitd9377e7ba22ec13a0c73785f86e5bcc869d1051f (patch)
tree5858b655b566fd1bd5dcf6a09190d11d2ed7c378 /ulogd.conf.in
parent3f4b3658f2323af1e4335186985e6608b49ac9ef (diff)
pgsql schema: add nfacct table
This patch adds a nfacct table to the postgresql schema. It enables the storage of all counters at each poll. Signed-off-by: Eric Leblond <eric@regit.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 879ab3c..0e45714 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -232,6 +232,14 @@ table="ulog2_ct"
pass="changeme"
procedure="INSERT_OR_REPLACE_CT"
+[pgsql4]
+db="nulog"
+host="localhost"
+user="nupik"
+table="nfacct"
+pass="changeme"
+procedure="INSERT_NFACCT"
+
[dbi1]
db="ulog2"
dbtype="pgsql"