osops-tools-monitoring/monitoring-for-openstack/README.rst
Christian Berendt 32ba6d4095 Improve README file for monitoring-for-openstack
* add install instructions
* fix description-file parameter in setup.cfg

Change-Id: Ie8d229ad6ec01c0714b23b46026ae941c8a42465
2016-09-27 13:59:22 +02:00

558 B

Monitoring for OpenStack

This is a set of Python scripts to help with the monitoring of OpenStack services.

Installation

  • Clone the osops-tools-monitoring repository:

    git clone https://github.com/openstack/osops-tools-monitoring

  • Change to the monitoring-for-openstack directory:

    cd osops-tools-monitoring/monitoring-for-openstack

  • Install the requirements:

    pip install -r requirements.txt

  • Install the monitoring-for-openstack scripts:

    python setup.py install