Integrate with ADB cluster
In order to determine that a new cluster should be monitored, it is necessary to integrate it with the previously created monitoring cluster and to add a separate Monitoring Clients service into it.
The steps for building integration between a monitoring cluster and ADB cluster are described below. All actions should be performed on the base of ADB cluster.
Step 1. Import monitoring settings
-
From the CLUSTERS tab switch to the cluster configuring. To do this, click the row that contains the added cluster or click the icon in the Config column. Both methods open the cluster menu.
Switching to cluster configuring -
Open the Import tab in the cluster menu.
-
Select two components in the Graphite and Grafana panes. These components correspond to the related services of the previously created monitoring cluster.
-
Click Save.
Integrating with the monitoring cluster
Step 2. Add a monitoring service
The steps for adding services to a cluster are listed below:
-
From the CLUSTERS tab switch to the cluster configuring. To do this, click the row that contains the added cluster or click the icon in the Config column. Both methods open the cluster menu.
Switching to cluster configuring -
Open the Services tab in the cluster menu and click Add services.
Switching to services adding -
Select the service Monitoring Clients in the opened dialog and click Add.
Choosing services -
As a result, the added services are displayed at the Services tab.
The result of successful adding services to a cluster
Step 3. Distribution of monitoring components
The steps of adding components to hosts are listed below:
-
From the CLUSTERS tab switch to the cluster configuring. To do this, click the row that contains the added cluster or click the icon in the Config column. Both methods open the cluster menu.
Switching to cluster configuring -
Open the Hosts - Components tab in the cluster menu, add monitoring components to all cluster hosts, and click Save.
Distributing components between hosts
Step 4. Install a monitoring service
-
Open the Services tab in the cluster menu. Click the icon in the Actions column and choose the Install action in the row that refers to the Monitoring Clients service. Verify the action in the opened window.
Switching to installing a monitoring service -
Wait until the installing process is completed. After the successful installation the monitoring service changes its state from
created
tomonitored
.NOTEIn case of errors, you can find the logs at the JOBS tab.The installing process is completed
Step 5. Verify results
To ensure that installation process is completed successfully, check the following:
-
System metrics are collected from the hosts of your cluster, not only from the host where the monitoring cluster has been deployed earlier.
-
Along with system metrics, service metrics are collected from the hosts of your cluster. For example, ADB provides the following metrics:
TOTAL_SEGMENTS
,UP_SEGMENTS
, etc.
You can check it both in the Graphite and Grafana web-interface.
Graphite
-
Enter in the browser bar the address of the host where the monitoring cluster is deployed. To specify the port number, use the value of the Web-interface TCP port parameter from the ip_and_ports section defined when configuring the Graphite service during the monitoring cluster installation. The value
80
(used by default) can be omitted. -
Expand a tree at the left side of the opened form. System and service metrics are displayed there, grouped by hosts. You can select some of these metrics to view their change dynamics in the form of a graph at the right side of the screen.
New hosts and service metrics are available in GraphiteNew hosts and service metrics are available in Graphite
Grafana
-
Enter in the browser bar the address of the host where the monitoring cluster is deployed. To specify the port number, use the value of the Port parameter from the ip_and_ports section defined when configuring the Grafana service during the monitoring cluster installation (by default
3000
). -
Select the Home menu item in the opened form.
-
Notice that new dashboards are available. Select one of them to view the service metrics that are collected from your cluster.
Switching to service metrics -
View available graphs.
Viewing service metrics