Re: [pmacct-discussion] pgsql insert only on version 1.5.3

2016-07-28 Thread Stephen Clark
Thanks Paolo, I'll give that a try. On 07/28/2016 02:39 PM, Paolo Lucente wrote: Hi Steve, Try setting 'nfacctd_time_new: true' which would take as reference time of arrival of the flow to the collector; you should get your desired behaviour. Another solution is to keep nfacctd_time_new to

Re: [pmacct-discussion] Kafka Plugin

2016-07-28 Thread Catalin Petrescu
Hi Paolo, was using 1.6.0 but using master , same issues. for me the steps to reproduce are start nfacctd with the kafka plugin , don't create any topic in kafka . This triggers nfacctd to create "acct" topic and the following error in log: Connection failed to Kafka: p_kafka_check_outq_len()

Re: [pmacct-discussion] Looking for a fresh pmacct UI

2016-07-28 Thread raf
Le 28/07/2016 à 08:50, Linas Lesauskas a écrit : Hi, just my 2 cents. I found very useful InfluxDB (https://influxdata.com/) for time-series data storage. It is extremely fast and lean on storage questions, uses kind of 20 bytes per record. Combining with Grafana (http://grafana.org/) you can

Re: [pmacct-discussion] pgsql insert only on version 1.5.3

2016-07-28 Thread Paolo Lucente
Hi Steve, Try setting 'nfacctd_time_new: true' which would take as reference time of arrival of the flow to the collector; you should get your desired behaviour. Another solution is to keep nfacctd_time_new to false and decrease to the minimum the active timeout on your NetFlow exporter (what is

Re: [pmacct-discussion] Aggregation suggestions

2016-07-28 Thread Paolo Lucente
Hi Andrey, Unfortunately this is not possible. You have a networks_file_no_lpm switch, which does not really apply to your case since you have all three networks in a networks_file, but in the end you can account traffic only to one net - then you would have to summarize yourself as part of the

Re: [pmacct-discussion] Kafka Plugin

2016-07-28 Thread Paolo Lucente
Hi Catalin, What version this is? I've tried to reproduce with code in master on GitHub and all appears to work fine and i see data pusehd into the expected topic 'pmacct1'. If you are not using code in master, can you please give it a try as well? Cheers, Paolo On Thu, Jul 28, 2016 at

[pmacct-discussion] Kafka Plugin

2016-07-28 Thread Catalin Petrescu
Not sure if it's a know limitation . looks like the pointer is acct rather than the one defined in the config. ./kafka-simple-consumer-shell.sh --topic acct --broker-list localhost:9092 --partition 0 regards. Catalin ___ pmacct-discussion mailing

Re: [pmacct-discussion] Dynamic filtering of packets

2016-07-28 Thread Jentsch, Mario
Hi Mehul > Is there any configuration to start/stop accounting at run time ? In Pmacct only by using maps + filtering and recreating + reloading the maps for changes at runtime. For all I know - there is no API provided by Pmacct for that and there is no way implemented to trigger actions