Coder Social home page Coder Social logo

deanvry / nfsen-ng-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dircr/nfsen-ng-docker

1.0 0.0 1.0 129 KB

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

License: Apache License 2.0

Shell 33.73% PHP 35.69% Dockerfile 30.58%

nfsen-ng-docker's Introduction

nfsen-ng-docker

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

Graphs

Installation

  1. git pull https://github.com/deanvry/nfsen-ng-docker.git
  2. edit source.conf
    • a csv style file with format: device;port;proto
    • where:
      • device is a display name like my-awesome-router
      • port is a unique value in-between 9000-9099 (depends on your setup)
      • proto is sflow or nflow (depends on your device capabilities)
  3. bring service up using docker-compose up -d
  4. browse to http://server_ip:8080

Enable Flow Data Compression

If you want to enable flow data compression, do the following steps:

  1. Append nfdump -z option (this enable LZO1X-1 compression) in nfdump/entrypoint.sh.
  2. Recreate nfdump service using docker-compose --build -d nfsen-ng-docker-nfdump-1, if you have multiple nfdump service specify them.
  3. New nfdump image should be rebuild and container restarted.

Reference Manual

There is some major changes from nfdump v1.6.22 to v1.7.1. I'm suggesting you to read manual pages.

Tested with:

  • MikroTik RouterOS v6.48.6 long-term

nfsen-ng-docker's People

Contributors

deanvry avatar dircr avatar gilzm avatar

Stargazers

 avatar

Forkers

dormancygrace

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.