============
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
Globals true
- Enable the Openstack plugin in collectd configuration file:
(use example.conf)
ModulePath "/path/to/your/pyton/modules"
LogTraces true
Interactive false
Import "collectd_openstack_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