ANT (accessnt.com.au overtime/overvolume calculator/reporter)
written by jason nunn

this collection for programs was written for trevor hopps of
accessnt.com.au. accessnt.com.au has no uploads, download, or time limits-
only access charges. clobberd is not programmed to deal with this.
therefore a couple of extra programs have been written to give trevor what
he needs. in this case, clobberd only "monitors".

these programs interograte clobberd for user statistics. it then will
produce an overtime and overvolume report and charges. another program is
used to email users the charges.


ant ......... ant reads the group US entries ant.db file and with them
              queries clob_userstats for each group. clob_userstats will
              dump statistics for every user in that group. ant will then
              analyse this data and produce a report which is send to
              stdio.

              you would normally run ant like this:

              ant > report.txt

antm ........ will read the report produced by ant, and email all the
              users in the report their statistics and period access
              charges.

              typical command line execution:

              antm < report.txt


              Nb/ if you want to be really cool, you could do an
              "ant | antm", but i don't recommend emailing users until you
              have manually checked the report first.


antk ........ runs clob_userstat which is dump all user statistics. it
              will then read the data and print any users that don't have
              US entries. it determines this by checking if the limit
              value in the total time is exempt.


this program is not apart of the clobberd distribution. this program comes
under the GNU general public license aggreement.

:jason
 30/1/2000
 jsno@downunder.net.au
