Added missing documentation

- Adding documentation for config options
- Adding contact information to README.rst

Change-Id: I966bc07071b13e93cbc3274a9ef91280117d8dba
Partial-Bug: #1568178
This commit is contained in:
radoslaw kuschel 2016-07-06 16:25:23 +01:00
parent 3a4a108756
commit ccdb19bb28
2 changed files with 18 additions and 0 deletions

View File

@ -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
--------

View File

@ -24,3 +24,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.