2.3.2 Monitoring the Data Repository
Monitoring MySQL Cluster
In order to monitor MySQL Cluster we recommend a tool called CMON, which is a monitoring tool developed by Severalnines. CMON monitors and manages the MySQL Cluster. When CMON is installed, CMON agents will be running on every [EZ] and a CMON controller will be running in [CZ].
A web interface is available for accessing the information from CMON at http://<[CZ] host name or IP address>/cmon
:
CMON Monitoring Dashboard
Starting CMON
The procedure described in this section has to be performed on each node in the MySQL Cluster.
To start CMON:
Start a command line tool and log in as
root
user.
Enter the start command:
$ service cmon start
Repeat the procedure on all the nodes in the MySQL Cluster.
Stopping CMON
The procedure described in this section has to be performed on each node in the MySQL Cluster.
To stop CMON:
Start a command line tool and log in as
root
user.
Enter the stop command:
$ service cmon stop
Repeat the procedure on all the nodes in the MySQL Cluster.