osops-tools-monitoring/monitoring-for-openstack
Martin Mágr a42876c34c Fix glance_upload check
This patch makes oschecks-check_glance_upload compatible with python-glanceclient-2.8.0+

Change-Id: Ifd41e48b0709e72773de18f571cfad58ea44b37a
2017-10-27 16:22:39 +02:00
..
doc/source Removes unnecessary utf-8 encoding 2017-01-13 07:15:55 +00:00
oschecks Fix glance_upload check 2017-10-27 16:22:39 +02:00
.testr.conf Moved monitoring-for-openstack to it's own folder 2015-12-09 16:07:29 -06:00
README.rst Improve README file for monitoring-for-openstack 2016-09-27 13:59:22 +02:00
requirements.txt Remove deprecation warning from keystone checks. 2016-01-12 19:05:06 +01:00
setup.cfg Improve README file for monitoring-for-openstack 2016-09-27 13:59:22 +02:00
setup.py Moved monitoring-for-openstack to it's own folder 2015-12-09 16:07:29 -06:00
test-requirements.txt Cleanup test-requirements 2015-12-10 16:56:08 -05:00
tox.ini Merge "flake8 everything" 2016-09-17 02:56:37 +00:00

README.rst

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