- Update README.rst for features - Update installation instructions Change-Id: I9891d485ca46414367d9fca17e6ffc8f9c5ef4c6
43 lines
1.1 KiB
ReStructuredText
43 lines
1.1 KiB
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
- Run stack.sh with local.conf configured for ceilometer.
|
|
|
|
- Configure the Openstack plugin - for more information see the file example.conf
|
|
default configuration place is in /etc/collectd.d/collectd-ceilometer-plugin.conf
|
|
|
|
- Enable some read plugins to get some stats in /etc/collectd.conf
|
|
|
|
- $ sudo service collectd start
|
|
|
|
Manual install::
|
|
|
|
- Run stack.sh with local.conf configured for ceilometer.
|
|
|
|
- git clone https://github.com/openstack/collectd-ceilometer-plugin.git
|
|
|
|
- Enable Python plugin in /etc/collectd.conf
|
|
|
|
<LoadPlugin python>
|
|
Globals true
|
|
</LoadPlugin>
|
|
|
|
- Enable the Openstack plugin in collectd configuration file:
|
|
(use example.conf)
|
|
|
|
<Plugin python>
|
|
ModulePath "/path/to/your/pyton/modules"
|
|
LogTraces true
|
|
Interactive false
|
|
Import "collectd_openstack_plugin"
|
|
</Plugin>
|
|
|
|
- Configure the Openstack plugin - for more information see the file example.conf
|
|
|
|
- Enable some read plugins to get some stats
|
|
|
|
- $ sudo service collectd start
|