From 9fe207019e11ab410df8a59429099635e331085a Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Wed, 25 Sep 2024 13:57:13 +0200 Subject: [PATCH 1/2] Fix the labels on the Cluster status check page, add info to the clustering intro page --- modules/ROOT/pages/clustering/index.adoc | 1 + modules/ROOT/pages/clustering/monitoring/status-check.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/clustering/index.adoc b/modules/ROOT/pages/clustering/index.adoc index 2d56ef214..e64fa27eb 100644 --- a/modules/ROOT/pages/clustering/index.adoc +++ b/modules/ROOT/pages/clustering/index.adoc @@ -19,6 +19,7 @@ This chapter describes the following: ** xref:clustering/monitoring/show-servers-monitoring.adoc[Monitor servers] -- The tools available for monitoring the servers in a cluster. ** xref:clustering/monitoring/show-databases-monitoring.adoc[Monitor databases] -- The tools available for monitoring the databases in a cluster. ** xref:clustering/monitoring/endpoints.adoc[Monitor cluster endpoints for status information] -- The endpoints and semantics of endpoints used to monitor the health of the cluster. +** xref:clustering/monitoring/status-check.adoc[Cluster status check] label:new[Introduced in 5.24] -- The procedure that checks which databases are up-to-date and can participate in a successful replication. * xref:clustering/disaster-recovery.adoc[Disaster recovery] -- How to recover a cluster in the event of a disaster. * xref:clustering/settings.adoc[Settings reference] -- A summary of the most important cluster settings. * xref:clustering/server-syntax.adoc[Server commands reference] -- Reference of Cypher administrative commands to add and manage servers. diff --git a/modules/ROOT/pages/clustering/monitoring/status-check.adoc b/modules/ROOT/pages/clustering/monitoring/status-check.adoc index 036d4d0d0..21c1fb1dc 100644 --- a/modules/ROOT/pages/clustering/monitoring/status-check.adoc +++ b/modules/ROOT/pages/clustering/monitoring/status-check.adoc @@ -1,6 +1,6 @@ :description: This section describes how to monitor a database's availability with the help of the cluster status check procedure. -[role=label--new-5.24 label--enterprise-edition] +[role=enterprise-edition label--new-5.24] [[cluster-status-check]] = Cluster status check From 47dee69a804b307ad6de053dfa3025366498620f Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:39:00 +0200 Subject: [PATCH 2/2] Update modules/ROOT/pages/clustering/monitoring/status-check.adoc Co-authored-by: Reneta Popova --- modules/ROOT/pages/clustering/monitoring/status-check.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/clustering/monitoring/status-check.adoc b/modules/ROOT/pages/clustering/monitoring/status-check.adoc index 21c1fb1dc..e76ead4b6 100644 --- a/modules/ROOT/pages/clustering/monitoring/status-check.adoc +++ b/modules/ROOT/pages/clustering/monitoring/status-check.adoc @@ -1,6 +1,6 @@ :description: This section describes how to monitor a database's availability with the help of the cluster status check procedure. -[role=enterprise-edition label--new-5.24] +:page-role: enterprise-edition new-5.24 [[cluster-status-check]] = Cluster status check