Metadata-Version: 1.1
Name: promethor
Version: 1.2.1
Summary: This is a bunch of custom prometheus collectors.
Home-page: https://github.com/FromZeus/promethor
Author: Daniil Trishkin
Author-email: asteroid566@gmail.com
License: UNKNOWN
Description: |language| |license|
        
        =========
        promethor
        =========
        
        Description
        ~~~~~~~~~~~
        
        This is a bunch of custom prometheus collectors.
        
        Installation
        ~~~~~~~~~~~~
        
        ``python setup.py install``
        
        or
        
        ``pip install -e .``
        
        or
        
        ``pip install promethor``
        
        How to use
        ~~~~~~~~~~
        
        Run ``promethor -c lvm -t 30 -p 9000``
        
        Also checkout list of `arguments`_
        
        arguments
        ^^^^^^^^^
        
        * ``-t, --timeout`` - Monitoring timeout
        * ``-c, --collectors`` - List of collectors. Choose from: ``lvm, sentry, sql, mongo``
        * ``-p, --port`` - Port to run on
        * ``--loglevel`` - Level of logging. Choose from: ``CRITICAL``, ``ERROR``, ``WARNING``, ``INFO``, ``DEBUG``, ``NOTSET``
        * ``-l, --log`` - Redirect logging to file
        
        .. |language| image:: https://img.shields.io/badge/language-python-blue.svg
        .. |license| image:: https://img.shields.io/badge/license-Apache%202-blue.svg
        
        
Platform: UNKNOWN
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
