Re: [pmacct-discussion] Dynamic filtering of packets

2016-07-26 Thread Mehul Prajapati
Hi, Thanks for your inputs. 1) I have explored about "refresh_maps" config key. If I use it, then I need to make changes in map file at run time. But, I want to make filtering such that changes reside in memory only. I am decoding RADIUS packet in PMacct at run-time. Therefore, I want to

Re: [pmacct-discussion] Dynamic filtering of packets

2016-07-26 Thread Jentsch, Mario
Hi Mehul, > I have explored about "refresh_maps" config key. > If I use it, then I need to make changes in map file at run time. that is working fine in one of our setups. We detect changes in the network, re-create the map file and have the daemon reload it without restart. > But, I want to

[pmacct-discussion] Dynamic filtering of packets

2016-07-26 Thread Mehul Prajapati
Hi, I have one Query regarding to Dynamic filtering and aggregation Requirements: 1) Account for only those IP addresses/users for which Accounting ON request is received in RADIUS packet 2) Purge records from database for which Accounting OFF request is received in RADIUS packet

Re: [pmacct-discussion] Dynamic filtering of packets

2016-07-26 Thread Mehul Prajapati
Hi Mario, Remote Authentication Dial-In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who

Re: [pmacct-discussion] Dynamic filtering of packets

2016-07-26 Thread Jentsch, Mario
Hi Mehul, > Is there any mechanism available such that I can apply tagging and > filtering at run time after decoding of RADIUS packet ? Have a look at the "refresh_maps" config key. You can update your map at run time and have pmacct reload it by sending SIGUSR2. > After decoding, is there

[pmacct-discussion] Looking for a fresh pmacct UI

2016-07-26 Thread Davide Principi
I'm looking for a bandwidthd replacement and I started experimenting with pmacct.  The monitoring daemon and the cli tool are amazing and seem to fit my needs;  however, on the web site links to external tools for displaying data are quite old. My ideal UI should be helpful on finding anomalous

Re: [pmacct-discussion] Dynamic filtering of packets

2016-07-26 Thread Mehul Prajapati
Hi, RADIUS packets are received on port 1812 & 1813. I am decoding RADIUS packet in core process and then I get Accounting ON/OFF information in payload of packet. I like your suggestion of user groups. How can I configure user groups in PMacct ? Is there any provision such that this

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

2016-07-26 Thread Robert Juric
I had started to work with HighCharts to put a front-end together for my small deployment. I also wouldn't mind contributing to a project in any way I could. Robert Juric On Tue, Jul 26, 2016 at 9:58 AM, Davide Principi < davide.princ...@nethesis.it> wrote: > Thanks for the prompt reply, Harry!

Re: [pmacct-discussion] Dynamic filtering of packets

2016-07-26 Thread Jentsch, Mario
The mentioned user groups need to be build when the user authenticates and get the IP address assigned. This is most probably done in your Radius configuration and not in pmacct. Regards, Mario From: pmacct-discussion [mailto:pmacct-discussion-boun...@pmacct.net] On Behalf Of Mehul Prajapati