mbolli / nfsen-ng

Responsive NetFlow visualizer built on top of nfdump tools.
Apache License 2.0
232 stars 44 forks source link

nfdump folders not created when installed using NFDump #101

Closed davidshirk80 closed 8 months ago

davidshirk80 commented 8 months ago

Installed exactly as specified for Ubuntu 22.04 on a VM.

None of the following directories exist that are specified in the config file: /usr/bin/nfdump /var/nfdump

Do we need to create the directories and give the www-data user access?

mbolli commented 8 months ago

The config file just contains a sane default, of course the nfdump path can be different. Use which nfdump to find the path to nfdump on your system and put it in the config file.

davidshirk80 commented 8 months ago

Thank you! We can close this now!

davidshirk80 commented 8 months ago

I had to make the following change when I installed according to the directions: 'nfdump' => [ 'binary' => '/usr/local/bin/nfdump',