Merge "Added missing documentation"
This commit is contained in:
commit
987869d46a
@ -12,6 +12,8 @@ which will enable smarter scheduling and environmental service assurance monitor
|
||||
* Documentation: http://docs.openstack.org/developer/collectd-ceilometer-plugin
|
||||
* Source: http://git.openstack.org/cgit/openstack/collectd-ceilometer-plugin
|
||||
* Bugs: http://bugs.launchpad.net/collectd-ceilometer-plugin
|
||||
* Contact: E-mail the dev mailing list with the [collectd-ceilometer-plugin] tag
|
||||
mailto:openstack-dev@lists.openstack.org?subject=[collectd-ceilometer-plugin]
|
||||
|
||||
Features
|
||||
--------
|
||||
|
@ -25,3 +25,19 @@ COLLECTD_INSTALL
|
||||
Set this to False if you are running a custom collectd build or do not
|
||||
want to upgrade installed version.
|
||||
Default: True
|
||||
|
||||
|
||||
COLLECTD_BATCH_SIZE
|
||||
Set the amount of samples to be buffered before sending.
|
||||
Default: 1 i.e. no batching/buffering.
|
||||
|
||||
|
||||
COLLECTD_DIR
|
||||
Specify collectd directory, this is required if collectd was installed
|
||||
manually.
|
||||
Default: /opt/collectd
|
||||
|
||||
|
||||
CEILOMETER_TIMEOUT
|
||||
Sets the ceilometer's request timeout. The value is passed in milliseconds.
|
||||
Default: 1000 i.e. 1 sec.
|
||||
|
Loading…
x
Reference in New Issue
Block a user