]> git.proxmox.com Git - ceph.git/blob - ceph/doc/mgr/dashboard.rst
7f837f26dbe41da7199efdacd1db1416c555590b
[ceph.git] / ceph / doc / mgr / dashboard.rst
1 dashboard plugin
2 ================
3
4 Dashboard plugin visualizes the statistics of the cluster using a web server
5 hosted by ``ceph-mgr``. Like most web applications, dashboard binds to a host
6 name and port. Since each ``ceph-mgr`` hosts its own instance of dashboard, we
7 need to configure them separately. The hostname and port are stored using the
8 configuration 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
13 where ``$name`` is the ID of the ceph-mgr who is hosting this dashboard web app.
14 If they are not configured, the web app will be bound to ``127.0.0.1:7000``.
15