osops-tools-monitoring/monitoring-for-openstack
Martin Mágr a8f40fe2dc Ceilometer checks fixes
- fixes printing help to console
- fixes Traceback "Gone: Gone (HTTP 410) (Request-ID: <snip/>)" because
  of stack using Gnocchi instead

Change-Id: Ic71b774a87ffbfa4fd4dec0821f6a0cff0a166ef
Closes-bug: rhbz#1393328
2016-11-10 09:51:27 +01:00
..
doc/source Moved monitoring-for-openstack to it's own folder 2015-12-09 16:07:29 -06:00
oschecks Ceilometer checks fixes 2016-11-10 09:51:27 +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