osops-tools-monitoring/monitoring-for-openstack
qingszhao 87420327bc Removed older version of python3.4
Change-Id: I9ab0d22510ed55afc1e4ee0410c15f9d5cd8018f
Closes-Bug:  #1801855
2018-11-20 06:01:56 +00:00
..
doc/source Revert "Removes unnecessary utf-8 encoding" 2017-10-26 11:39:56 +02:00
oschecks Rework on glance oscheck 2018-07-31 11:15:34 -04: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 Removed older version of python3.4 2018-11-20 06:01:56 +00: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