Metadata-Version: 1.1
Name: zmon-cli
Version: 1.0.59
Summary: Command line interface for Zalando's monitoring tool ZMON
Home-page: https://github.com/zalando/zmon
Author: Henning Jacobs
Author-email: henning.jacobs@zalando.de
License: Apache License 2.0
Description: ========
        ZMON CLI
        ========
        
        .. image:: https://travis-ci.org/zalando-zmon/zmon-cli.svg?branch=master
           :target: https://travis-ci.org/zalando-zmon/zmon-cli
           :alt: Build Status
        
        .. image:: https://coveralls.io/repos/zalando/zmon-cli/badge.svg
           :target: https://coveralls.io/r/zalando/zmon-cli
           :alt: Code Coverage
        
        .. image:: https://img.shields.io/pypi/dw/zmon-cli.svg
           :target: https://pypi.python.org/pypi/zmon-cli/
           :alt: PyPI Downloads
        
        .. image:: https://img.shields.io/pypi/v/zmon-cli.svg
           :target: https://pypi.python.org/pypi/zmon-cli/
           :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/l/zmon-cli.svg
           :target: https://pypi.python.org/pypi/zmon-cli/
           :alt: License
        
        Command line client for the Zalando Monitoring solution (ZMON).
        
        Requires Python 3.4.
        
        Installation
        ============
        
        .. code-block:: bash
        
            $ sudo pip3 install --upgrade zmon-cli
        
        Documentation
        =============
        
          http://zmon.readthedocs.org/en/latest/developer/zmon-cli.html
        
        Example
        =======
        
        Creating or updating a single check definition from its YAML file:
        
        .. code-block:: bash
        
            $ zmon check-definitions update examples/check-definitions/zmon-stale-active-alerts.yaml
        
Keywords: zmon monitoring command line interface
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking :: Monitoring
