CMON -
the Cluster Monitor has recently been released and here is a
little how to about how to install from binary and source (at the
end), deployment etc.
1. Download the cmon binary package to a monitoring host
Currently there are binaries available for Linux 64-bit and
32-bit (statically linked) and works for MySQL Cluster 7.0.9 and
later.
In this case the monitoring host will be on 'ndb05' (IP address
10.0.1.5) - see 9. Suggested Deployment for a picture describing
the setup.
The Monitoring machine should have installed:
- a mysql server up and running that will store the cmon database (if you build from source you need to have the mysql cluster libraries and include files)
- apache (if you want to have the web interface) + php_mysql
- rrdtool (if you want to have graphs in web interface) …