]> git.proxmox.com Git - ceph.git/blame - ceph/doc/mgr/dashboard.rst
update sources to v12.1.0
[ceph.git] / ceph / doc / mgr / dashboard.rst
CommitLineData
31f18b77
FG
1dashboard plugin
2================
3
4Dashboard plugin visualizes the statistics of the cluster using a web server
5hosted by ``ceph-mgr``. Like most web applications, dashboard binds to a host
6name and port. Since each ``ceph-mgr`` hosts its own instance of dashboard, we
7need to configure them separately. The hostname and port are stored using the
8configuration key facility. So we can configure them like::
9
10 ceph config-key put mgr/dashboard/$name/server_addr $IP
11 ceph config-key put mgr/dashboard/$name/server_port $PORT
12
13where ``$name`` is the ID of the ceph-mgr who is hosting this dashboard web app.
14If they are not configured, the web app will be bound to ``127.0.0.1:7000``.
15