File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -300,14 +300,15 @@ Sending telemetry through a proxy
300300---------------------------------
301301
302302If the cluster cannot directly connect to the configured telemetry
303- endpoint (default ``telemetry.ceph.com ``), you can configure a HTTP/HTTPS
304- proxy server with :
303+ endpoint (default: ``telemetry.ceph.com ``), configure an HTTP/HTTPS
304+ proxy server by running a command of the following form :
305305
306306.. prompt :: bash #
307307
308308 ceph config set mgr mgr/telemetry/proxy https://10.0.0.1:8080
309309
310- You can also include a ``user:pass `` if needed:
310+ Include a colon-separated user and password (``user:pass ``) if needed by
311+ running a command of the following form:
311312
312313.. prompt :: bash #
313314
You can’t perform that action at this time.
0 commit comments