Collectd plugin to poll for OpenStack Swift Account.
Project description
Overview
This plugin uses the swift client in order to issue a swift stat against a specific swift account.
Sample Graphs
Metrics
swift_stat/gauge-$PREFIX-bytes
swift_stat/gauge-$PREFIX-containers
swift_stat/gauge-$PREFIX-objects
$PREFIX will be the configured Prefix value in the plugin configuration in collectd.conf
Install / Configuration
Assuming you have collectd installed already, append the following plugin details to your collectd.conf config file. Adjust the configuration items as you see fit. The plugin must be able to subprocess the ceph and rados commands.
<LoadPlugin python> Globals true </LoadPlugin> <Plugin python> LogTraces true Interactive false Import "collectd_swift_stat" <Module collectd_swift_stat> Interval 30 Prefix "gnocchi" User "gnocchi" Password "xxxxxxxxxxxxxxxxxxxxxxxxx" AuthURL "http://172.21.0.10:5000/v3" AuthVersion "3.0" Project "service" </Module> </Plugin>
Install plugin
[root@overcloud-controller-0 ~]# pip install collectd-swift-stat
Restart collectd
[root@overcloud-controller-0 ~]# systemctl restart collectd
View metrics on the configured Swift account in your TSDB
Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
collectd-swift-stat-0.0.2.tar.gz
(40.3 kB
view details)
File details
Details for the file collectd-swift-stat-0.0.2.tar.gz
.
File metadata
- Download URL: collectd-swift-stat-0.0.2.tar.gz
- Upload date:
- Size: 40.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80975b99dbe83eeeffcae02688d94c8d703db4aa2d0d8da45065fc8598c9c294 |
|
MD5 | 7ab177f766b345962d7ea4a52f35aaae |
|
BLAKE2b-256 | c437ebdad7488618835256e8420f43fdda60eff80b66ac9b2d8b5577be695aae |