nProbe
nProbe copied to clipboard
Allow to split outgoing netflow streams with multiple configurations
I have the following setup:
RTR -> pmacct -> nprobe -> ntopng
nprobe get's IPFIX from pmacct and sends zmq to nprobe, works fine.
Now I want to add fastnetmon to the mix:
RTR -> pmacct -> nprobe -> ntopng
+-> fastnetmon
This is possible, but it is not possible to send a v9 stream to nprobe, and a v5 stream to fastnetmon. So maybe allow a version per netflow recipient?