Skip to content

Commit

Permalink
Fix some links and typo (#469)
Browse files Browse the repository at this point in the history
* Fix links
* typo
  • Loading branch information
octonato authored and patriknw committed Feb 22, 2019
1 parent 8d97964 commit fe20d4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/paradox/cluster-http-management.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<a id="http-cluster-management"></a>
# Cluster Http Management

Akka Management Cluster HTTP is a Management extension that allows you interaction with an `akka-cluster` through an HTTP interface.
This management extension exposes different operations to manage nodes in a cluster as well as a health checks based
Akka Management Cluster HTTP is a Management extension that allows interaction with an `akka-cluster` through an HTTP interface.
This management extension exposes different operations to manage nodes in a cluster as well as health checks based
on the cluster state.

The operations exposed are comparable to the Command Line Management tool or the JMX interface `akka-cluster` provides.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/paradox/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Scala
Java
: @@snip [ExampleHealthCheck.java](/management/src/test/java/jdoc/akka/management/ClusterCheck.java) { #cluster }

Note that [Cluster Http Management](cluster-http-management.md) includes a health check for cluster membership that is configurable for which states are considered healthy.
Note that @ref:[Cluster Http Management](cluster-http-management.md) includes a health check for cluster membership that is configurable for which states are considered healthy.

Any of the above health checks can be configured as either readiness checks or liveness checks.

## Configuring health checks

Health checks are picked up from configuration. Modules are expected to provide health checks e.g. [Cluster Http Management](cluster-http-management.md) provides a cluster readiness check.
Health checks are picked up from configuration. Modules are expected to provide health checks e.g. @ref:[Cluster Http Management](cluster-http-management.md) provides a cluster readiness check.

Application specific health checks can be added a `name = <fully qualified class name>` to `akka.management.health-checks.readiness-checks` or `akka.management.health-checks.liveness-checks` e.g.

Expand Down

0 comments on commit fe20d4e

Please sign in to comment.