I’ve been looking for a good NetFlow collector I’ve tried prtg but it seems a bit basic what’s everyone else using and is there’s any good open source free ones
What plugins are you using ? Creating files and importing further ? Straight into SQL-DB ? AMQP ? Kafka ?
What tooling do you use to visualize further ? Something like a Grafana dashboard ?
Thanks for any feedback.
I needed to account the traffic for VMs without having access on them so I integrated pmacct in an old control panel to account only for what traffic each IP address has done during each month. Of course it can do many more than just that.
So I store the data into a MySQL database, which I then graph using some javascript graph library (I don’t even recall the name - it’s been well over a decade now).
If I were to do this today, I would obviously use more modern storage and presentation technologies/software/libraries, but I would also still use pmacct, which I found very versatile (especially at that time, where nothing else similar existed out there - only full fledged commercial solutions).
that is great news to hear. need to setup some test configs/labs to see how scalable that will be. need to test it further on 10,25,40 and 100 Gbit network at work
thanks a lot in advance