Hi Pavel, As you say streaming csv over the network is not supported - and there are no plans around it. Two alternatives are:
* use AMQP queue(s) to travel JSON objects around the network, see 'amqp' plugin. This requires setup of a RabbitMQ message exchange. * use the 'tee' plugin to replicate the NEL from your router to all the nodes. Then on each of the nodes, you install nfacctd with the 'print' to get the csv output. Cheers, Paolo On Sun, Feb 22, 2015 at 12:34:29AM +0100, Pavel Dimow wrote: > Hello, > > I am using nfacctd to capture NEL from Cisco ASR1000 router. Now, I would > like to export raw csv to other host over the network. Neither of the > methods currently support for output are sufficient, so I wanted to ask is > there any plans to add feature to write plain csv over tcp/udp sockets to > another host? > _______________________________________________ > pmacct-discussion mailing list > http://www.pmacct.net/#mailinglists _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
