osops-tools-monitoring/monitoring-for-openstack
Martin Mágr 2156c64dcd State source code encoding
This patch adds explicit notation of encoding of source code to avoid
potential runtime encoding errors. More info in [1]

[1] https://www.python.org/dev/peps/pep-0263/

Change-Id: Ibe7bfc80eaae3ce68c3b4e9daf09b8156c58054c
2016-11-23 11:08:17 +01:00
..
doc/source Moved monitoring-for-openstack to it's own folder 2015-12-09 16:07:29 -06:00
oschecks State source code encoding 2016-11-23 11:08:17 +01: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