NAME
aggregate_monthly - Utility script for use with FreeRADIUS::Database
SYNOPSIS
# specify month to work on
aggregate_monthly --month|-m 2009-06
# display help
aggregate_monthly --help|-h
# display the manual page
aggregate_monthly --man|-M
# be verbose
aggregate_monthly --verbose|-v
OPTIONS
- --month | -m
-
Specify the month in which you want to work on in the form YYYY-MM. If the month parameter is not supplied, we will work on the month that was existent yesterday.
DESCRIPTION
aggregate_monthly is a utility script for the FreeRADIUS::Database module.
It aggregates the entries from the aggregate_daily database table into the aggregate_monthly table, creating one row per user, per NAS.
AUTHOR
Steve Bertrand, <steveb@cpan.org>
COPYRIGHT
Copyright (C) 2012 by Steve Bertrand
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.