X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/051ad2017b69ca8e438396b461525e485a896321..607033c33f2001c194fe8c68d0dc17e4bde849da:/doc/admin/health-checks.html.textile.liquid diff --git a/doc/admin/health-checks.html.textile.liquid b/doc/admin/health-checks.html.textile.liquid index fa2668c710..7c87826964 100644 --- a/doc/admin/health-checks.html.textile.liquid +++ b/doc/admin/health-checks.html.textile.liquid @@ -33,39 +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. - -
-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
-      keep0:
-        keepstore:
-	  Listen: :25107
-      keep1:
-        keepstore:
-	  Listen: :25107
-
+The healthcheck aggregator uses the @Services@ section of the cluster-wide @config.yml@ configuration file.