mbolli / nfsen-ng

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

Flows are working but no graphs #95

Closed r-e-m-a closed 8 months ago

r-e-m-a commented 9 months ago

Hello,

I tried to setup nfsen-ng on Debian 12. Flows are displayed correctly but the graphs are empty. In den datasources i can see .rrd files named [NODE].rrd . The gui shows no errrormessages.

Can you give me a hint what i missed?

Nodes are running
nfpcapd -H 192.168.18.13 -i eth0 -e 60,30 -u daemon -g daemon -D

Collector is running /usr/bin/nfcapd -D -P /run/nfcapd.default.pid -S 1 -n node1 192.168.18.10 /data/live/node1

Tnx

Dona21 commented 8 months ago

Hi @r-e-m-a ,

When you say the flows are displayed correctly, does this also include the date ? Currently, the nfdump version shipped with Debian 12 contains bugs that make it unusable (at least with nfsen-ng). The reason for it are the timestamps which have all the same 1970* date. If you build nfdump 1.7.3 from source, it should work.