2016-08-31 11:19:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
===================
|
|
|
|
Ceph Manager Daemon
|
|
|
|
===================
|
|
|
|
|
|
|
|
The :term:`Ceph Manager` daemon (ceph-mgr) runs alongside monitor daemons,
|
|
|
|
to provide additional monitoring and interfaces to external monitoring
|
|
|
|
and management systems.
|
|
|
|
|
2017-06-14 13:53:49 +00:00
|
|
|
Since the 12.x (*luminous*) Ceph release, the ceph-mgr daemon is required for
|
|
|
|
normal operations. The ceph-mgr daemon is an optional component in
|
|
|
|
the 11.x (*kraken*) Ceph release.
|
|
|
|
|
|
|
|
By default, the manager daemon requires no additional configuration, beyond
|
|
|
|
ensuring it is running. If there is no mgr daemon running, you will
|
|
|
|
see a health warning to that effect, and some of the other information
|
|
|
|
in the output of `ceph status` will be missing or stale until a mgr is started.
|
|
|
|
|
|
|
|
Use your normal deployment tools, such as ceph-ansible or ceph-deploy, to
|
|
|
|
set up ceph-mgr daemons on each of your mon nodes. It is not mandatory
|
|
|
|
to place mgr daemons on the same nodes as mons, but it is almost always
|
|
|
|
sensible.
|
|
|
|
|
2016-08-31 11:19:34 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
Installation and Configuration <administrator>
|
2017-11-01 10:28:30 +00:00
|
|
|
Writing plugins <plugins>
|
2018-04-13 17:40:17 +00:00
|
|
|
Balancer plugin <balancer>
|
2017-07-21 03:09:39 +00:00
|
|
|
Dashboard plugin <dashboard>
|
2017-09-26 04:10:28 +00:00
|
|
|
Local pool plugin <localpool>
|
2017-07-21 03:09:39 +00:00
|
|
|
RESTful plugin <restful>
|
|
|
|
Zabbix plugin <zabbix>
|
2017-07-21 03:14:42 +00:00
|
|
|
Prometheus plugin <prometheus>
|
2017-08-21 16:13:01 +00:00
|
|
|
Influx plugin <influx>
|
2017-12-13 15:17:57 +00:00
|
|
|
Hello plugin <hello>
|
2018-03-26 11:47:45 +00:00
|
|
|
Telegraf plugin <telegraf>
|
2018-04-27 07:14:05 +00:00
|
|
|
Telemetry plugin <telemetry>
|
2018-05-16 14:42:22 +00:00
|
|
|
Iostat plugin <iostat>
|