ossp-pkg/flow2rrd/INSTALL
_ ___ ____ ____ ____ __ _ ____ _
|_|_ _ / _ \/ ___/ ___|| _ \ / _| | _____ _|___ \ _ __ _ __ __| |
_|_||_| | | | \___ \___ \| |_) || |_| |/ _ \ \ /\ / / __) | '__| '__/ _` |
|_||_|_| | |_| |___) |__) | __/ | _| | (_) \ V V / / __/| | | | | (_| |
|_|_|_| \___/|____/____/|_| |_| |_|\___/ \_/\_/ |_____|_| |_| \__,_|
OSSP flow2rrd - NetFlow to Round-Robin Database
INSTALL
The Convenient Way (with OpenPKG)
---------------------------------
Just install the OpenPKG "flow2rrd" packages
and its dependencies and you are done.
$ <prefix>/bin/openpkg build flow2rrd | sh
$ vi <prefix>/etc/flow2rrd/flow2rrd.cfg
$ vi <prefix>/etc/rc.conf
...
flowtools_capture="yes"
flowtools_capture_flags="-V5 -N-1 -n95 -e665 -z4 -S5 -R <prefix>/bin/flow2rrd-store"
...
$ <prefix>/etc/rc flowtools start
The Cruel Way (Manually)
------------------------
...FIXME...