nibb
May 21 2007, 05:26 PM
Does someone know a good program or script that could be able to log into Orbit and extract data, for example Bandwith Reports? And then upload then to a website. Of be able to execute a reboot request?
James Jhurani
May 22 2007, 07:19 PM
why not just install MRTG on your own server?
tetsuo13
May 25 2007, 09:32 PM
Polling SNMP via MRTG or whatever would solve your bandwidth usage questions (sort of, MRTG won't tell you "X amount of GB this month"), but not reboots and other features. This would call for some kind of script that would simulate logging into Orbit and doing whatever it is you'd like it to do. It's possible; not easy to code, depending on language, but doable.
mthosting
Jun 2 2007, 08:00 PM
This is actually easy with perl and lwp. I just wrote one to interact with another portal site and download files to my server.
Here is the on I wrote
http://www.mthosting.net/faq/?View=entry&EntryID=50sc