15572: Fix healthcheck doc to refer to Services instead NodeProfiles
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 18 Dec 2019 21:36:07 +0000 (16:36 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 18 Dec 2019 21:36:07 +0000 (16:36 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

doc/admin/health-checks.html.textile.liquid

index eb71fda5e628b13d0fb77153e673861edc5d6c20..7c878269645926121c70a3edc1346c16311ca81c 100644 (file)
@@ -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.