osops-tools-monitoring/monitoring-for-openstack
Martin Mágr 4645597ef6 Revert "Removes unnecessary utf-8 encoding"
This reverts commit 4076dce887.

Commit above is the cause for UTF errors such as:
[root@undercloud-0 ~]# /usr/libexec/openstack-monitoring/checks/oschecks-check_amqp neutron-server
Traceback (most recent call last):
  File "/usr/libexec/openstack-monitoring/checks/oschecks-check_amqp", line 6, in <module>
    from oschecks.amqp import main
  File "/usr/lib/python2.7/site-packages/oschecks/amqp.py", line 23, in <module>
    from oschecks import utils
  File "/usr/lib/python2.7/site-packages/oschecks/utils.py", line 5
SyntaxError: Non-ASCII character '\xc2' in file /usr/lib/python2.7/site-packages/oschecks/utils.py on line 5, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

Change-Id: I94faa925bb642621bc8688addca60168889e93d3
2017-10-26 11:39:56 +02:00
..
doc/source Revert "Removes unnecessary utf-8 encoding" 2017-10-26 11:39:56 +02:00
oschecks Revert "Removes unnecessary utf-8 encoding" 2017-10-26 11:39:56 +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