Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo apt-get update
sudo apt-get install nfdump-sflow

For RHEL/CentOS Systems

Copy

Code Block
# Install EPEL repository if not already installed, should be after NMIS install
sudo yum install epel-release

# Install nfdump with sflow support
sudo yum install nfdump-sflow

Configuration Steps

Create a new systemd service file:

...