Netflow/FProbe/CENTOS7

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
wget -O /usr/local/sbin/fprobe http://builds.anuview.net/fprobe
wget -O /etc/init.d/fprobed http://builds.anuview.net/fprobed
#edit OPTIONS section of /etc/init.d/fprobed for your installation
chmod 755 /etc/init.d/fprobed
chkconfig --add fprobed
chkconfig --levels 345 fprobed on
/etc/init.d/fprobed start