This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit b97e6ee53b43ad494ad45f7533fb79844cd07b6d Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Tue Feb 11 15:20:13 2020 +0700 JAMES-3047 Add missing health checks in webadmin documentation --- src/site/markdown/server/manage-webadmin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 618ead5..f427886 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -94,9 +94,11 @@ Will return a list of healthChecks execution result, with an aggregated result: Supported health checks include: - **Cassandra backend**: Cassandra storage. Included in Cassandra Guice based products. + - **ElasticSearch Backend**: ElasticSearch storage. Included in Cassandra Guice based products. + - **Guice application lifecycle**: included in all Guice products. - **JPA Backend**: JPA storage. Included in JPA Guice based products. + - **MessageFastViewProjection**: included in memory and Cassandra based Guice products. - **RabbitMQ backend**: RabbitMQ messaging. Included in Distributed Guice based products. - - **Guice application lifecycle**: included in all Guice products. Response codes: --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org