Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 813 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 813 Bytes

nfsen in docker

  • debian 12
  • nginx
  • php-fpm
  • nfsen version: 1.3.11
  • nfdump version: 1.7.1

Run

git clone https://github.com/alekskomp/nfsen-docker.git
cd nfsen-docker
docker compose up -d

Notes

data dir contains netflow files and settings.

filters dir contains saved search filters.

fmt dir contains saved output formats.

Web is listening on port 80 by default. Web basic auth login admin, password netflow. Change it in Dockerfile by AUTH_USER and AUTH_PASS vars.

Netflow is listening on port 9995 udp by default.

Timezone is Europe/Moscow. You can change it in Dockerfile.

BZ2 compression by default. You can change it in nfsen-dist.conf by $ZIPcollected and $ZIPprofiles vars.