From bbf5b7b03e31505c5865285c0eda992659aee19b Mon Sep 17 00:00:00 2001 From: Maxim Svistunov Date: Thu, 30 Jan 2020 14:38:43 +0100 Subject: [PATCH] Restructure the etcd monitoring configuration procedure --- .../configuring-etcd-monitoring.adoc | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/install_config/monitoring/configuring-etcd-monitoring.adoc b/install_config/monitoring/configuring-etcd-monitoring.adoc index daacc7f49b59..82717646450f 100644 --- a/install_config/monitoring/configuring-etcd-monitoring.adoc +++ b/install_config/monitoring/configuring-etcd-monitoring.adoc @@ -7,18 +7,7 @@ If the `etcd` service does not run correctly, successful operation of the whole {product-title} cluster is in danger. Therefore, it is reasonable to configure monitoring of `etcd`. -* To enable the etcd monitoring, set this variable to `true` in the Ansible inventory file: -+ -`openshift_cluster_monitoring_operator_etcd_enabled` - -* If you run `etcd` on separate hosts, set this variable in the Ansible inventory file to specify the nodes using IP addresses: -+ -`openshift_cluster_monitoring_operator_etcd_hosts` - -+ -If the IP addresses for `etcd` nodes change, you must update this list. - -Follow these steps to complete the configuration of `etcd` monitoring: +To enable the `etcd` monitoring: .Procedure @@ -42,6 +31,15 @@ prometheus-k8s-1 0/4 ContainerCreating 0 prometheus-operator-6c9fddd47f-9jfgk 1/1 Running 0 36m ---- +. Set this variable to `true` in the Ansible inventory file: ++ +`openshift_cluster_monitoring_operator_etcd_enabled` + +. If you run `etcd` on separate hosts, set this variable in the Ansible inventory file to specify the nodes using IP addresses: ++ +`openshift_cluster_monitoring_operator_etcd_hosts` ++ +If the IP addresses for `etcd` nodes change, you must update this list. . Now you can navigate to the web interface to see more information about the status of `etcd` monitoring.