Re: [RADIATOR] MongoDB \ Accounting

2013-08-01 Thread Karri Huhtanen
On 7/28/13 11:21 AM, Joe Hughes wrote: Hello Joe, > I am considering the best ways of getting the accounting data from our > RADIUS servers \ SQL databases into MongoDB. > > Looking for some feedback\comments. > > Some options; > > a) Write a accounting hook to break apart the accounting messa

Re: [RADIATOR] MongoDB \ Accounting

2013-07-28 Thread Hugh Irvine
Hello Joe - I would be inclined to use method d) so you get a copy of the accounting requests in a separate process where you can do whatever you need to without impacting your main process. You would do something like this (assuming you are using Handlers): ….. AuthByPolicy Conti