X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb72a4315bfcf64621d023a38d1544319aa3666c..a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f:/doc/admin/management-token.html.textile.liquid diff --git a/doc/admin/management-token.html.textile.liquid b/doc/admin/management-token.html.textile.liquid index cf3e273ceb..abdd8db734 100644 --- a/doc/admin/management-token.html.textile.liquid +++ b/doc/admin/management-token.html.textile.liquid @@ -16,24 +16,6 @@ Services must have ManagementToken configured. This is used to authorize access To access a monitoring endpoint, the requester must provide the HTTP header @Authorization: Bearer (ManagementToken)@. -h2. Node Manager - -Set @port@ (the listen port) and @ManagementToken@ in the @Manage@ section of @node-manager.ini@. - -
-[Manage]
-# The management server responds to http://addr:port/status.json with
-# a snapshot of internal state.
-
-# Management server listening address (default 127.0.0.1)
-#address = 0.0.0.0
-
-# Management server port number (default -1, server is disabled)
-#port = 8989
-
-ManagementToken = xxx
-
- h2. API server and other services The following services also support monitoring. @@ -45,13 +27,13 @@ The following services also support monitoring. * keepproxy * keepstore * keep-web -* websockets +* arvados-ws Set @ManagementToken@ in the appropriate section of @/etc/arvados/config.yml@.
Clusters:
-  uuid_prefix:
+  ClusterID:
     # Token to be included in all healthcheck requests. Disabled by default.
     # Server expects request header of the format "Authorization: Bearer xxx"
     ManagementToken: xxx