This is a discussion on RE: [unclas] Configure FreeRadius to generate new accounting file by within the FreeRADIUS Users forums, part of the Networking and Network Related category; > -----Original Message----- > > Hi all. > > Just want to pose this qn to the community: > > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> -----Original Message-----
> > Hi all. > > Just want to pose this qn to the community: > > Is it possible to configure FreeRadius, so that instead of > generate a new accouting file per-day, can it be per-hour (or > better: per-n minutes)? > > Thanks > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > >From radiusd.conf: # The following line creates a new detail file for # every radius client (by IP address or hostname). # In addition, a new detail file is created every # day, so that the detail file doesn't have to go # through a 'log rotation' # # If your detail files are large, you may also want # to add a ':%H' (see doc/variables.txt) to the end # of it, to create a new detail file every hour, e.g.: # # ..../detail-%Y%m%d:%H # # This will create a new detail file for every hour. # detailfile = ${radacctdir}/%{Client-IP-Address}/detail-%Y%m%d Of course, if you are using freeradius on a Windows server, don't use the ':' character as it is one of the forbidden filename character if I remember correctly. Regards Frank Ranner - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |
![]() |
| Thread Tools | |
| Display Modes | |
|
|