From 9e34a74f37760dec5876f572019a46db5376e4c4 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 1 Aug 2012 11:27:16 +0000 Subject: nfacct: add timestamp option This patch adds a timestamp option to the nfacct plugin. If activated, nfacct output a timestamp which is computed just after sending the nfacct request. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- ulogd.conf.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ulogd.conf.in') diff --git a/ulogd.conf.in b/ulogd.conf.in index 0e45714..4c2e73f 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -273,3 +273,6 @@ mark = 1 pollinterval = 2 # Set to zero to avoid zeroing counters after read #zerocounter = 0 +# Set timestamp (default is 0, which means not set). This timestamp can be +# interpreted by the output plugin. +#timestamp = 1 -- cgit v1.2.3