X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/70459cdae1f4e92789a14c1fecb66f5954a5aa7f..7c14fcc9171f6fe707a9f17dc44357f00ff51333:/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 eb71fda5e6..7c87826964 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. - -
-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
-
+The healthcheck aggregator uses the @Services@ section of the cluster-wide @config.yml@ configuration file.