Skip to content

Commit

Permalink
Add a note to ceph plugin about automatically
Browse files Browse the repository at this point in the history
installing it on ceph nodes.
  • Loading branch information
mrunge committed Oct 20, 2020
1 parent 622104b commit edf89e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ the values to set WriteQueueLimitHigh and WriteQueueLimitLow to.
The ceph plugin gathers extensive data from ceph daemons.

parameter_defaults:
CollectdExtraPlugins:
- ceph
ExtraConfig:
collectd::plugin::ceph::daemons:
- "ceph-osd.0"
Expand All @@ -77,6 +75,10 @@ The ceph plugin gathers extensive data from ceph daemons.

*Note: the osds have to be listed, even if they don't exist on all nodes.*

*Note: The ceph plugin will be added automatically on ceph nodes, when collectd
is deployed. Adding the ceph plugin on ceph nodes to CollectdExtraPlugins will
result in a deployment failure.

More info can be found on the
[man page](https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_ceph)
and on the [collectd wiki](https://collectd.org/wiki/index.php/Plugin:Ceph).
Expand Down Expand Up @@ -248,7 +250,7 @@ collected for virtualized guests on the machine.

### amqp1

the plugin writes values to an amqp1 message bus, such as qpid.
the plugin writes values to an amqp1 message bus, such as QPID.

parameter_defaults:
CollectdExtraPlugins:
Expand Down

0 comments on commit edf89e9

Please sign in to comment.