Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions modules/ROOT/pages/clustering/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/clustering/monitoring/status-check.adoc
Original file line number Diff line number Diff line change
@@ -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]
:page-role: enterprise-edition new-5.24
[[cluster-status-check]]
= Cluster status check

Expand Down