856267e50d
interface for working with netflow captures, including those from pflow(4). See teamcymru episode 19 on youtube or the RIPE50 presentation slides to get an idea of what it can do. Port requested by henning@. NfSen is a graphical web based front end for the nfdump netflow tools, allowing you to: * Display your netflow data: Flows, Packets and Bytes using RRD (Round Robin Database). * Easily navigate through the netflow data. * Process the netflow data within the specified time span. * Create history as well as continuous profiles. * Set alerts, based on various conditions. * Write your own plugins to process netflow data on a regular interval. Different tasks need different interfaces to your netflow data. NfSen allows you to keep all the convenient advantages of the command line using nfdump directly and gives you also a graphical overview over your netflow data.
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
Note: the _nfcapd user has been added to group www.
|
|
|
|
To proceed with an installation or upgrade, adjust ${SYSCONFDIR}/nfsen.conf
|
|
as required and run the configuration tool:
|
|
|
|
# install-nfsen.pl ${SYSCONFDIR}/nfsen.conf
|
|
|
|
If your httpd runs in a chroot jail of /var/www you may adapt like this:
|
|
|
|
# mkdir -p /var/www/var/db
|
|
# mv /var/db/nfsen /var/www/var/db/nfsen
|
|
# ln -s /var/www/var/db/nfsen /var/db/nfsen
|
|
|
|
To start the daemon at boot, you may add this to /etc/rc.local:
|
|
|
|
[ -x ${PREFIX}/bin/nfsen ] && ${PREFIX}/bin/nfsen start
|