Hi !
Thanks to cgminer's API I could write a small web frontend for cgminer which I'm now using to monitor (part of) my rigs.
Currently its quite minimalistic, you can add hosts, define "color thresholds" for temperatures, fans, min. MH/s .. Sooner or Later (as I have some spare time) I'll add failure notification via Prowl/NMA/E-Mail and many other features.
Here some Screenshots:
http://www.imagebanana.com/view/1lufqtkv/Bildschirmfoto20120109um20.59.39.pnghttp://www.imagebanana.com/view/4g5wy1ap/Bildschirmfoto20120109um20.59.52.pnghttp://www.imagebanana.com/view/bgkeoq3h/Bildschirmfoto20120109um21.00.01.pnghttp://www.imagebanana.com/code/45cgabhx/Bildschirmfoto20120109um21.00.13.pnghttp://www.imagebanana.com/code/pze1mi27/Bildschirmfoto20120109um21.00.23.pngAs you can see, everything is pretty self explanatory.
Grab ANUBIS from here:
http://dl.dropbox.com/u/14741109/anubis-1.03.tar.gzNewer versions are currently maintained by "P_shep" and can be grabbed from here:https://github.com/pshep/ANUBISInstallation is simple. You need a MySQL/PHP enabled host within your rig-network. You have
to set the "--api-listen and --api-network" cgminer switches, the rest is done within ANUBIS.
Extract the .tar.gz to a directory of your choice i.e.
http://my.host.com/anubis and edit
"config.inc.php" to reflect your db values for ANUBIS. You need to have a user/password and a database
set in your MySQL configuration for ANUBIS.
After you updated "config.inc.php" simply run ANUBIS by pointing your browser to the root dir of
ANUBIS i.e.
http://my.host.com/anubis and start adding hosts.
Requirements:
-- needs php, php-mysql
php config :
set "short_open_tag" to "enabled" inetc/php.ini
Let me know if you encounter any bugs or problems or if you have any new ideas, preferably by posting into this thread, I'll do fixes as soon as I can !
Have fun !
ocminer