maximum CDR file size

Alan DeKok aland at deployingradius.com
Wed Oct 16 19:51:52 CEST 2013


Vladimir Stefanov wrote:
> Is there any option for freeradius for setting maximum file size?

  No.  But you can split the files more often.

> detail {
>         detailfile = ${radacctdir}/%{Client-IP-Address}/detail-%Y%m%d
>         detailperm = 0600
>     }

  Use:

detailfile = ${radacctdir}/%{Client-IP-Address}/detail-%Y%m%d%H

  To get hourly logs.  That will split a 2G file into 24 pieces.

  Alan DeKok.


More information about the Freeradius-Users mailing list