How to install
The monitoring page need a lot of utils to works properly and some scripts to check if everything is running.
So the tools are packaged in 2 differents download links.
Utils package : Contains dependencies like Node, http modules, OpenhardwareMonitor etc...
App package : Contains monitoring scripts
Package links :
Utils has to be download if you don't have installed the app before (from thread https://forum.ethereum.org/discussion/6058/windows-monitoring).
Using 7zip because utils is very large while unflatten.
http://vps261600.ovh.net/download/monitorig.utils.7z
App is for update the script and have the patches and bug fix. (Use simple zip, because it's lightweight and easier to work with zip for the updater script)
http://vps261600.ovh.net/download/monitorig.app.zip
For the first run, go to app folder and rename config.sh.bak into config.sh + edit it, this file is given has exemple to follow, but I don't name it config.sh directly because you could overwrite your config if you unzip again.
Set the path to your miner (look the config.sh exemple in the app folder). Path has to be without space in folder name (if you have some, rename your folders) ans with the linux notation.
Ex : you start the miner with C:miningethminerpool_mine.bat, it will become MINER_PATH="/C/mining/ethminer/" and MINER_LAUNCHER="pool_mine.bat"
The current version is v1.0, probably still buggy, but I'll fix the bugs you report to me Smiley