Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions install_config/monitoring/configuring-etcd-monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,17 @@ $ oc apply -f etcd-cert-secret.yaml
. Now that you have configured authentication, visit the *Targets* page of the web interface again. Verify that `etcd` is now being correctly monitored. It might take several minutes for changes to take effect.
+
image::etcd-monitoring-working.png[]

. If you want `etcd` monitoring to be automatically updated when you update {product-title}, set this variable in the Ansible inventory file to `true`:
+
----
openshift_cluster_monitoring_operator_etcd_enabled=true
----
+
If you run `etcd` on separate hosts, specify the nodes by IP addresses using this Ansible variable:
+
----
openshift_cluster_monitoring_operator_etcd_hosts=[<address1>, <address2>, ...]
----
+
If the IP addresses of the `etcd` nodes change, you must update this list.