2015-12-14 15:21:56 +00:00
|
|
|
============
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
At the command line::
|
|
|
|
|
2015-12-17 16:27:19 +00:00
|
|
|
- Run stack.sh with local.conf configured for ceilometer.
|
2015-12-14 15:21:56 +00:00
|
|
|
|
2015-12-17 16:27:19 +00:00
|
|
|
- Configure the Openstack plugin - for more information see the file example.conf
|
|
|
|
default configuration place is in /etc/collectd.d/collectd-ceilometer-plugin.conf
|
2015-12-14 15:21:56 +00:00
|
|
|
|
2015-12-17 16:27:19 +00:00
|
|
|
- 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
|