Drivers for the Watcher Metering agent
Project description
Introduction
Watcher Metering Drivers provides a set of metric-pulling drivers extending the python-watcher_metering package.
Watcher Metering collects system metrics and publishes them to a store. To do so, it is composed of two elements:
The Agent who collects the desired metrics and sends it to a publisher. The Agent is meant to run on each monitored host (container, VM, …)
The Publisher who gathers measurements from one or more agent and pushes them to the desired store. The currently supported stores are Riemann (for CEP) and Ceilometer.
This package is part of the Watcher project.
For more information on Watcher, you can also refer to its OpenStack wiki page.
Getting started
System requirements
As this package extends python-watcher_metering, please make sure you installed its system dependencies before continuing.
Installation
To install this package, just use pip:
$ pip install python-watcher_metering_drivers
Activate a driver
Within the your watcher metering configuration file, add the name of the driver entry point you wish to enable.
As an example, if you wish to acticate both the cpu_user and the disk_free drivers, just edit the aforementioned configuration file like this:
[agent]
driver_names = cpu_user,disk_free
# ...
Running the application
To run our Watcher Metering agent, you can use the following command
Driver configuration
To configure a driver, you can specify it in a separate configuration file. Please refer to the comments left within the $(ROOT_DIR)/etc/watcher-metering/watcher-metering-drivers.conf sample to get more details on the configuration options.
Then, to run the agent using our driver configuration, you can use the following command:
$ watcher-metering-agent \
--config-file=$(WATCHER_METERING_AGENT_CONFIG_FILE)
--config-file=$(WATCHER_METERING_DRIVERS_CONFIG_FILE)
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
Built Distribution
File details
Details for the file python-watcher_metering_drivers-0.21.0.tar.gz
.
File metadata
- Download URL: python-watcher_metering_drivers-0.21.0.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cfef3346fa7d8766749aa38a59eaae946b495b355425ba3d858eb262ba24d8d |
|
MD5 | 75bac4e4bca10e2b59fafa9f7b5e8af4 |
|
BLAKE2b-256 | b879b550811196af52024f85599dbe5d1ae4068a311da882745663848a3a220e |
File details
Details for the file python_watcher_metering_drivers-0.21.0-py2-none-any.whl
.
File metadata
- Download URL: python_watcher_metering_drivers-0.21.0-py2-none-any.whl
- Upload date:
- Size: 40.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6968ea8c605cf83552f46702637a198abbf6accd56dafd6b6d615415b0d8d7d5 |
|
MD5 | 3cd001d487dbcbcbf0255c7f5453a5b8 |
|
BLAKE2b-256 | 9b43521f809ec9c2bc932704700bdd1167569a7002ad6106c095f7fe842f2810 |