do massive controlling for rigs
i have 50 rigs on pimp
and its hardly to change pool on all of them
or change configs on alls rigs
I've added 'select all'/'deselect all' options on
http://cgminermonitor.com/WorkerRemoteControl/Manage page. Hope you will like it.
I just finished getting CgminerMonitor running on my Raspberry Pi that's controlling 3 gridseeds and 5 GAWMiners furys. Looks great, although there is a display problem with the chart for CrazyCanuck Rig #2A for some reason:
http://tinyurl.com/CrazyCanuckAny ideas how to fix that minor glitch?
Thanks!
Chris
Chris, thanks for reporting that! I'll fix that as soon as remote management will be published.
I've just fixed that glitch. Your dashboard looks perfect now

Could someone post a config file for version 0.0.7.0 please? I had to re-install everything and lost my configs, and now I'm not completely sure what each parameter means and what should go in them.
Thanks.
Chris
P.S. Maybe you could update the config.md file in the doc directory for the next release too?
Thanks for information about config.md, I'll update it soon. Here is example config file:
{
"ClientVersion": "0.0.7.0",
"CgminerPort": 4028,
"WorkerApiKey": "2ef2ef2ef2ef2ef2ef2ef2ef2ef2ef2e",
"CgminerProcessName": "cgminer",
"ControlOptions": {
"AllowWorkerPowerControl": true,
"AllowCgminerPowerControl": true,
"AllowCgminerConfigReadingAndWriting": true,
"AllowCgminerControl": true,
"CgminerStartCmd": "sh -c '/home/xxx/Dropbox/miners/cgminer/manualmine_xxx.sh'",
"CgminerKillCmd": "pkill -9 \"cgminer\"",
"CgminerConfigFileLocation": "/home/xxx/Dropbox/miners/cgminer/cgminer_xxx.conf",
"WorkerRebootCmd": "shutdown -r 1",
"WorkerShutdownCmd": "shutdown -p 1",
"RootPrivilegesCmd": "whoami",
"RootPrivilegesCmdResult": "root"
}
}
Edit: just updated config.md:
https://github.com/cgminermonitor/cgminermonitorclient/blob/master/doc/config.md