Not really sure where this post should actually go, but it's more of a support script I made for blades. Granted I'm using BFGMiner as a proxy, so I can fully see every thing going on through BFGMiner on MinePeon... and through the rPi's LCD on my desk.
However, I've built blade setups for people I know and host them. Some people like to see the statistics directly from the blades and not from the miner (what?!? I know, I know...), so this script scrubs each blades page (blade hosts are user defined in an array), then outputs the results.
I'm also going to be adding to this, it was made in a very short time, now I think the idea is to allow setting changes directly through this page rather than having to go to each individual blade's page. By doing this I can also add some verification to verify the settings, etc, etc...
I believe you get the idea. This was a small side thing I put together in a very short time today, I've not bothered with a design, it's a simple table with statistics, it doesn't allow for browser caching, so the page is always 'fresh'. I didn't feel like doing a meta refresh nor taking the time to do a quick js refresh with a timer (so sue me).
If some people are interested in using this for their personal farms or what have you, let me know and I'll post up some links and add in a few things tomorrow to it.
Requirements:
A web server running PHP 5+, the web server must be on the same network as the blades (unless you care to get fancy with stuff, be my guest).
:: Edit ::
If a moderator is so inclined to think I posted this in the wrong section, please move accordingly. I didn't put it in mining software, because it's not a miner, it's more of a support script to combine all of the blade pages into one single page.