cmon 0.12 is now released and can be downloaded from www.severalnines.com/cmon.
Release notes:
- connection handling - cmon will now retry connects forever. cmon will also recover and automatically reconnect to cluster after a cluster failure or if the connection to the mysql server crashes where cmon logs information. This means you will have to terminate the cmon using e.g 'killall cmon' or /etc/init.d/cmon stop
- disk data - cmon now gathers information about the amount of
table space used and this is presented in the web interface
- init.d scripts - fixed bugs in creating the init.d scripts during make install-extra
- fixed compiler warnings - now 0 compiler warnings on Linux systems
- mysql_statistics table - now explicitly using engine=myisam
- web interface - changed printout if cmon …