Skip to content

Docker setup for running nfsen-ng (Netflow visualizer) and nfdump (Netflow collector) together.

License

Notifications You must be signed in to change notification settings

Gerlowski/nfsen-ng-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfsen-ng-docker

Docker setup for running nfsen-ng (Netflow visualizer) and nfdump (Netflow/Sflow collector) together with support for mutiple sources.

Installation

  1. git clone https://github.com/Gerlowski/nfsen-ng-docker.git
  2. verify ports and paths in docker-compose.yaml

Usage

  1. fill source.conf
    • csv style file with format : "device;port;proto"
    • where:
      • device is a display name like 'my-awesome-router'
      • port is a uniq value in-between 9000-9099
      • proto is sflow or nflow depending on your device capabilities)
  2. docker compose up -d
  3. browse to http://localhost:80

=> additonally, you may add/remove lines in sources.conf... you need then to restart the stack by issuing 'docker-compose restart'

About

Docker setup for running nfsen-ng (Netflow visualizer) and nfdump (Netflow collector) together.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 35.2%
  • PHP 33.2%
  • Shell 31.6%