diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-18 03:06:25 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-18 03:06:25 +0000 |
commit | a3764b47b42f5c52a389ce28911ec8733aa456c6 (patch) | |
tree | 34b93bf6b117efe143a56efcd8098a02f99da122 /main/nfdump/nfcapd.confd | |
parent | 32e6ed3000de872f57a6fab1d00a609726216ae3 (diff) | |
download | aports-a3764b47b42f5c52a389ce28911ec8733aa456c6.tar.bz2 aports-a3764b47b42f5c52a389ce28911ec8733aa456c6.tar.xz |
main/nfdump: moved from testing
moved nfdump from testing to main
Diffstat (limited to 'main/nfdump/nfcapd.confd')
-rw-r--r-- | main/nfdump/nfcapd.confd | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/main/nfdump/nfcapd.confd b/main/nfdump/nfcapd.confd new file mode 100644 index 0000000000..fb9afb6e32 --- /dev/null +++ b/main/nfdump/nfcapd.confd @@ -0,0 +1,62 @@ +# Config file for /etc/init.d/nfcapd + +# Port we listen on +PORT=2205 + +# Hostname/address we bind on - default is any available +BINDHOST=127.0.0.1 + +# IPv4 only +#IPV4=no + +# IPv6 only +#IPV6=no + +# Join a specific Multicast group +#MULTICASTGROUP= + +# Become a packet repeater +#REPEAT=desthost/port + + +# Ident string, specify the name of the router +#IDENT= + +# Base Directory for output files +BASEDIR="/var/log/nfcapd" + +# Source is one or more sources: Ident,IP,base_directory +# If you specificy SOURCE, do not specifiy IDENT or BASEDIR +#SOURCE="Foo,192.168.1.1,/var/log/nfcapd/foo Bar,192.168.1.2,/var/log/nfcapd/bar" + +# Sample Rate - defaults to source +#SAMPLERATE= + +# additional directory sub hierarchy (default none) +#SUBDIR="%Y/%m/%d" + + +# Extensions to be stored in the netflow data +#EXTENSIONS="all" + +# How often to rotate the files (in seconds) +#INTERVAL=300 + +# Do we align rotation with next even interval +#ALIGN=no + +# Run a command at the end of every interval +#ROTATECMD="" + +# Auto expire old files (yes/no) +#AUTOEXPIRE=no + +# User / Group +UID=nobody +GID=nobody + +# Buffer length in bytes (to reduce lost packets) +BUFFLEN=1024000 + +# Compress the flows with LZO (yes/no) +COMPRESS=yes |