[ARVADOS] updated: 1.3.0-2004-g42d296385
Git user
git at public.arvados.org
Wed Dec 18 21:36:29 UTC 2019
Summary of changes:
doc/admin/health-checks.html.textile.liquid | 39 +----------------------------
1 file changed, 1 insertion(+), 38 deletions(-)
via 42d296385c6c6dd0945a7047a9c3c2875d80d04f (commit)
from 634d7f912d8baaf5710f98f967a640c2577e242d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 42d296385c6c6dd0945a7047a9c3c2875d80d04f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Dec 18 16:36:07 2019 -0500
15572: Fix healthcheck doc to refer to Services instead NodeProfiles
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/admin/health-checks.html.textile.liquid b/doc/admin/health-checks.html.textile.liquid
index eb71fda5e..7c8782696 100644
--- a/doc/admin/health-checks.html.textile.liquid
+++ b/doc/admin/health-checks.html.textile.liquid
@@ -33,41 +33,4 @@ h2. Healthcheck aggregator
The service @arvados-health@ performs health checks on all configured services and returns a single value of @OK@ or @ERROR@ for the entire cluster. It exposes the endpoint @/_health/all@ .
-The healthcheck aggregator uses the @NodeProfile@ section of the cluster-wide @arvados.yml@ configuration file. Here is an example.
-
-<pre>
-Cluster:
- # The cluster uuid prefix
- zzzzz:
- ManagementToken: xyzzy
- NodeProfile:
- # For each node, the profile name corresponds to a
- # locally-resolvable hostname, and describes which Arvados
- # services are available on that machine.
- api:
- arvados-controller:
- Listen: :8000
- arvados-api-server:
- Listen: :8001
- manage:
- arvados-node-manager:
- Listen: :8002
- workbench:
- arvados-workbench:
- Listen: :8003
- arvados-ws:
- Listen: :8004
- keep:
- keep-web:
- Listen: :8005
- keepproxy:
- Listen: :8006
- keep-balance:
- Listen: :9005
- keep0:
- keepstore:
- Listen: :25107
- keep1:
- keepstore:
- Listen: :25107
-</pre>
+The healthcheck aggregator uses the @Services@ section of the cluster-wide @config.yml@ configuration file.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list