Registered by johan

CMON is a monitoring solution for MySQL Cluster complete with a web interface.

CMON is a daemon that aggregates information from MySQL Cluster that earlier was only accessible from the cluster log or the management client, such as:
    * cluster state
    * node state
    * backup statistics
    * statistics
    * cluster events (cluster log basically)
.. and let's you access the information using SQL, because CMON logs the information into ordinary MYISAM tables!
In the package you also get get php scripts that you can put on your webserver to generate graphs and get a www interface to CMON. CMON can also start ndbd nodes and make decisions on how they should be started (with or without --initial).

CMON also does analysis and suggests changes to mysql variables in case they are wrongly set.

Go here: http://www.severalnines.com/cmon

Quick guide to build cmon:
 bzr branch lp:cmon; cd cmon; sh ./autogen ; <make sure mysql_config is on the path>; ./configure; make && make install

Project information

Maintainer:
cmon-dev
Driver:
Not yet selected
Licence:
GNU GPL v2

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
C, C++, php

All questions Latest questions

Get Involved

Downloads

cmon does not have any download files registered with Launchpad.