]> git.proxmox.com Git - ceph.git/blame - ceph/doc/mgr/index.rst
update sources to v12.1.1
[ceph.git] / ceph / doc / mgr / index.rst
CommitLineData
7c673cae
FG
1
2
3===================
4Ceph Manager Daemon
5===================
6
7The :term:`Ceph Manager` daemon (ceph-mgr) runs alongside monitor daemons,
8to provide additional monitoring and interfaces to external monitoring
9and management systems.
10
31f18b77
FG
11Since the 12.x (*luminous*) Ceph release, the ceph-mgr daemon is required for
12normal operations. The ceph-mgr daemon is an optional component in
13the 11.x (*kraken*) Ceph release.
14
15By default, the manager daemon requires no additional configuration, beyond
16ensuring it is running. If there is no mgr daemon running, you will
17see a health warning to that effect, and some of the other information
18in the output of `ceph status` will be missing or stale until a mgr is started.
19
20Use your normal deployment tools, such as ceph-ansible or ceph-deploy, to
21set up ceph-mgr daemons on each of your mon nodes. It is not mandatory
22to place mgr daemons on the same nodes as mons, but it is almost always
23sensible.
24
7c673cae
FG
25.. toctree::
26 :maxdepth: 1
27
28 Installation and Configuration <administrator>
31f18b77
FG
29 Dashboard <dashboard>
30 RESTful <restful>
224ce89b 31 Zabbix <zabbix>
7c673cae
FG
32 Writing plugins <plugins>
33