Hi! I have an IPFIX flow source, which is successfully sending flows to a nfacctd instance (pmacct -s works without problems). I am now trying to relay this to a ntop process as a collector. Direct or via tee is not working, as ntop does not understand the flows.
I have found section X. in the examples, which seems to be an example, of what I need. Unfortunatly the pmacctd instance seems to send only the flows sniffed off the network-card and does not take the flows out of the memory. It seems, that I am lacking a connection there. I am working with two very minimalistic configuration files: root@jadzia-lts:~# cat pmacctd.conf daemonize:false interface: eth0 aggregate: src_host, dst_host, src_port, dst_port, proto, tos plugins: nfprobe nfprobe_receiver: 127.0.0.1:9990 nfprobe_version: 9 root@jadzia-lts:~# cat nfpacct.conf plugins:memory[display] aggregate[display]: src_host, dst_host, src_port, dst_port, proto daemonize:true nfacctd_port:9999 Regards, Matthias
_______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
