]> git.proxmox.com Git - ceph.git/blame - ceph/doc/mgr/index.rst
import quincy beta 17.1.0
[ceph.git] / ceph / doc / mgr / index.rst
CommitLineData
11fdf7f2 1.. _ceph-manager-daemon:
7c673cae
FG
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
f67539c2 20Use your normal deployment tools, such as ceph-ansible or cephadm, to
31f18b77
FG
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>
11fdf7f2
TL
29 Writing modules <modules>
30 Writing orchestrator plugins <orchestrator_modules>
31 Dashboard module <dashboard>
f67539c2 32 Ceph RESTful API <ceph_api/index>
92f5a8d4 33 Alerts module <alerts>
11fdf7f2
TL
34 DiskPrediction module <diskprediction>
35 Local pool module <localpool>
36 RESTful module <restful>
37 Zabbix module <zabbix>
38 Prometheus module <prometheus>
39 Influx module <influx>
40 Hello module <hello>
41 Telegraf module <telegraf>
42 Telemetry module <telemetry>
43 Iostat module <iostat>
44 Crash module <crash>
11fdf7f2 45 Insights module <insights>
9f95a23c
TL
46 Orchestrator module <orchestrator>
47 Rook module <rook>
20effc67 48 RGW module <rgw>
f67539c2 49 MDS Autoscaler module <mds_autoscaler>
a4b75251 50 NFS module <nfs>
20effc67
TL
51 Progress Module <progress>
52 CLI API Commands module <cli_api>