Differences
This shows you the differences between two versions of the page.
| en:nfsen_src [2015/04/05 11:06] – created translator1 | en:nfsen_src [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | In case your OS is not CentOS or the default installation does not meet your requirements, | ||
| - | - Install the packets required to build and run nfsen: < | ||
| - | CentOS/ | ||
| - | yum install gcc-c++, | ||
| - | Ubuntu: | ||
| - | apt-get install build-essential flex librrd-dev byacc librrds-perl libmailtools-perl libsocket6-perl | ||
| - | apt-get install apache2 php5 libapache2-mod-php5 | ||
| - | </ | ||
| - | - Download source code for nfdump and nfsen and unpack archives: < | ||
| - | wget http:// | ||
| - | tar xvzf nfdump-1.6.9.2.CKAT.tar.gz | ||
| - | tar xvzf nfsen-1.3.6p1.2.CKAT.tar.gz</ | ||
| - | - Build and install nfdump: < | ||
| - | ./configure --enable-scat --enable-nfprofile --prefix=/ | ||
| - | make | ||
| - | make install</ | ||
| - | - Configure nfsen (or keep defaults) and install it: < | ||
| - | vi etc/ | ||
| - | ./ | ||
| - | </ | ||
| - | - Enable nfsen start as a service. The example of init script for CentOS: etc/nfsen | ||