Reseller get daily bandwith update

mrpddnos

New member
Joined
Sep 25, 2009
Messages
4
Hi,

I have an reseller account at my webhost. I would like to get an e-mail every day with the status of my bandwith. That way I can monitor it more easilly. Is there an existing API that does this or will I have to script an PHP file for this? And if I have to script it myself, do you know where I could find an tutorial or so?

yours,
bernhard
 
Hello,

You'd use the API to access the command:
CMD_API_RESELLER_STATS

which will dump the info you want.
Setup a cronjob to run this once per day, and email it the bits you want.

John
 
I can only find an CMD_API_ADMIN_STATS and CMD_API_USER_STATS API. not an CMD_API_RESELLER_STATS...
 
Back
Top