I am about done with a "cointerra-monitor". It remotely monitors the status of the cgminer on the Cointerra. Remote = Nothing to install on your cointerra machine.
1) Every minute it checks the status of 1 cointerra.
2) If any of the ASIC arent alive it marks a error count
3) If the cgminer isnt running it marks an error count
4) If error count gets above a configurable value it will
- copy the cgminer.log file from the cointerra
- email the user
- reboot the cointerra
5) If there are any successes above it will reset the error counter
Its python based so you can run on any OS you want.
I was thinking of doing more fancy stuff with the log file, cgminer RPC port statuses, Windows.exe + Service but sometimes K.I.S.S (keep it simple stupid) is best.
Of course, free and open source. If you want to be notified when it is done PM me and I will send you a link to it else I will just post it on this page. It should be finished by next weekend. You know, day job slows things down.
