Metadata-Version: 1.1
Name: zmon-cli
Version: 0.2
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
        ========
        
        Requires Python 3.4.
        
        Installation
        ============
        
        .. code-block:: bash
        
            $ sudo pip3 install --upgrade zmon-cli
        
        Usage
        =====
        
        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 :: 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
