Metadata-Version: 1.1
Name: monitoring-for-openstack
Version: 0.0.0
Summary: OpenStack monitoring tools
Home-page: UNKNOWN
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: ========================
        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
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: System :: Monitoring
