From d9377e7ba22ec13a0c73785f86e5bcc869d1051f Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 1 Aug 2012 11:27:13 +0000 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- ulogd.conf.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ulogd.conf.in') 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" -- cgit v1.2.3