Metadata-Version: 1.1
Name: supervisoragent
Version: 0.0.1.dev2
Summary: An agent for monitoring applications run by supervisor
Home-page: https://github.com/silverfernsys/supervisoragent
Author: Silver Fern Systems
Author-email: dev@silverfern.io
License: BSD
Description: .. image:: https://img.shields.io/pypi/v/supervisoragent.svg
            :target: https://pypi.python.org/pypi/supervisoragent
        .. image:: https://travis-ci.org/silverfernsys/supervisoragent.svg?branch=master
            :target: https://travis-ci.org/silverfernsys/supervisoragent
        .. image:: https://codecov.io/gh/silverfernsys/supervisoragent/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/silverfernsys/supervisoragent
        .. image:: https://img.shields.io/pypi/l/supervisoragent.svg
            :target: https://pypi.python.org/pypi/supervisoragent
        .. image:: https://img.shields.io/pypi/status/supervisoragent.svg
            :target: https://pypi.python.org/pypi/supervisoragent
        .. image:: https://img.shields.io/pypi/implementation/supervisoragent.svg
            :target: https://pypi.python.org/pypi/supervisoragent
        .. image:: https://img.shields.io/pypi/pyversions/supervisoragent.svg
            :target: https://pypi.python.org/pypi/supervisoragent
        .. image:: https://img.shields.io/pypi/format/supervisoragent.svg
            :target: https://pypi.python.org/pypi/supervisoragent
        .. image:: https://img.shields.io/librariesio/github/silverfernsys/supervisoragent.svg
        
        supervisoragent
        ===============
        
        A monitoring agent for `supervisor <http://supervisord.org>`_ that sends its data to an `agentserver <https://github.com/silverfernsys/agentserver>`_ server.
        
        **Commands**
        
        .. code:: python
        
          supervisoragent
        
        **TODOs**
        
        - Documentation.
        - Expand code coverage and unit tests.
        
Keywords: monitoring development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
