cgmon 1.0 through 1.0.3 have just been released.
New features:
- SMTP Authentication support! Works with gmail.
- Automatic version check and script updating. If you run
cgmon will determine if there's a new version available. If so, it will download the new version and migrate your existing configuration settings into cgmon.tcl.tmp. Then you can move the temp file to cgmon.tcl.
# 1.0
# Added auto update procedure: ./cgmon.tcl update
# Added SMTP AUTH support.
# Added screen command syntax to output when starting.
# 1.0.1 & 1.0.2
# Bug fixes
# 1.0.3
# Added new version notifications to emails, when applicable.
Update procedure in action:
apex@miner3:~$ ./cgmon.tcl update
--2014-02-15 00:06:37-- http://www.forked.net/~apex/cgmon/cgmon.tcl
Resolving www.forked.net (www.forked.net)... 38.103.167.118
Connecting to www.forked.net (www.forked.net)|38.103.167.118|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25702 (25K) [application/x-tcl]
Saving to: `cgmon.tcl.autoupdate'
0K .......... .......... ..... 100% 657K=0.04s
2014-02-15 00:06:37 (657 KB/s) - `cgmon.tcl.autoupdate' saved [25702/25702]
Version Check: You have 1.0.2, latest is 1.0.3.
Updating now...
Update successful! cgmon 1.0.3 is now located at /home/apex/cgmon.tcl.tmp. To finish the update process run this command:
mv /home/apex/cgmon.tcl.tmp /home/apex/cgmon.tcl
apex@miner3:~$ mv /home/apex/cgmon.tcl.tmp /home/apex/cgmon.tcl
apex@miner3:~$ ./cgmon.tcl
Feb 15 00:13:34 miner3 - cgmon 1.0.3 - cgminer running and all GPUs healthy.