File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -319,14 +319,15 @@ Sending telemetry through a proxy
319319---------------------------------
320320
321321If the cluster cannot directly connect to the configured telemetry
322- endpoint (default: ``telemetry.ceph.com ``), configure a HTTP/HTTPS
322+ endpoint (default: ``telemetry.ceph.com ``), configure an HTTP/HTTPS
323323proxy server by running a command of the following form:
324324
325325.. prompt :: bash #
326326
327327 ceph config set mgr mgr/telemetry/proxy https://10.0.0.1:8080
328328
329- Include a ``user:pass `` if needed by running a command of the following form:
329+ Include a colon-separated user and password (``user:pass ``) if needed by
330+ running a command of the following form:
330331
331332.. prompt :: bash #
332333
You can’t perform that action at this time.
0 commit comments