summaryrefslogtreecommitdiffstats
path: root/ulogd.8
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-02-20 18:33:59 +0100
committerEric Leblond <eric@regit.org>2013-02-25 08:14:24 +0100
commit8043d9434f2812041d6e94c116a72c69fb93cf86 (patch)
tree3762becc312e0a73c4af2a6799727ce748b883a5 /ulogd.8
parentc5c3c6ebf70716a8607435386cd8fdbb77d9f945 (diff)
Update man page.
Diffstat (limited to 'ulogd.8')
-rw-r--r--ulogd.821
1 files changed, 14 insertions, 7 deletions
diff --git a/ulogd.8 b/ulogd.8
index fc8db15..9cbad7c 100644
--- a/ulogd.8
+++ b/ulogd.8
@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH ULOGD 8 "September 11, 2008" "Linux Netfilter"
+.TH ULOGD 8 "February 20, 2013" "Linux Netfilter"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -22,14 +22,15 @@ ulogd \- netfilter/iptables logging daemon
.SH DESCRIPTION
.B ulogd
is a logging daemon that reads event messages coming from the Netfilter
-connection tracking and the Netfilter packet logging subsystem. You have
-to enable support for connection tracking event delivery; ctnetlink and
-the NFLOG target in your Linux kernel 2.6.x or load their respective modules.
-The deprecated ULOG target (which has been superseded by NFLOG) is also
+connection tracking, the Netfilter packet logging subsystem and from
+the Netfilter accounting subsystem. You have to enable support for
+connection tracking event delivery; ctnetlink and the NFLOG target in
+your Linux kernel 2.6.x or load their respective modules. The deprecated
+ULOG target (which has been superseded by NFLOG) is also
supported.
.PP
-The received messages can be logged into files or into a mySQL or
-PostgreSQL database.
+The received messages can be logged into files or into a mySQL, sqlite3
+or PostgreSQL database. IPFIX and Graphite output are also supported.
.SH OPTIONS
.TP
.B -d, --daemon
@@ -45,6 +46,12 @@ show usage information
.B -V, --version
show version information and copyright
.TP
+.B -v, --verbose
+verbose output on stdout when not running as daemon
+.TP
+.B -l, --loglevel <level>
+set log level to <level>: debug(1), info(3), notice(5), error(7) or fatal(8) (default 5)
+.TP
.B -u <UID>, --uid <UID>
change UID/GID
.TP