X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a3d7a02236cbec448203a1b2218b5e0630d1c00..08123387faf00b0af64ea01f7196d8c5ca3fae1e:/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 33027ad887..5380f38f9c 100644 --- a/doc/admin/management-token.html.textile.liquid +++ b/doc/admin/management-token.html.textile.liquid @@ -18,27 +18,36 @@ To access a monitoring endpoint, the requester must provide the HTTP header @Aut h2. API server -Set @MangementToken@ in @application.yml@ +Set @ManagementToken@ in the appropriate section of @application.yml@
+production:
   # Token to be included in all healthcheck requests. Disabled by default.
   # Server expects request header of the format "Authorization: Bearer xxx"
-  ManagementToken: ...
+  ManagementToken: xxx
 
h2. Node Manager -Set @port@ (the listen port) and @MangementToken@ in the @Manage@ section of @node-manager.ini@ . +Set @port@ (the listen port) and @ManagementToken@ in the @Manage@ section of @node-manager.ini@.
 [Manage]
-port=8888
-ManagementToken=...
+# 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. Other services -The following services also support health check. Set @MangementToken@ in the respective yaml config file for each service. +The following services also support monitoring. Set @ManagementToken@ in the respective yaml config file for each service. * keepstore * keep-web