Metadata-Version: 1.1
Name: pcrunner
Version: 0.2.8
Summary: Pcrunner (Passive Checks Runner)
Home-page: https://github.com/maartenq/pcrunner
Author: Maarten Diemel
Author-email: maarten@maartendiemel.nl
License: ISC license
Description: ========
        Pcrunner
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/pcrunner.svg
                :target: https://pypi.python.org/pypi/pcrunner
                :alt: pypi
        
        .. image:: https://img.shields.io/travis/maartenq/pcrunner.svg
                :target: https://travis-ci.org/maartenq/pcrunner
                :alt: build
        
        .. image:: https://readthedocs.org/projects/pcrunner/badge/?version=latest
                :target: https://pcrunner.readthedocs.io/en/latest/?badge=latest
                :alt: docs
        
        .. image:: https://pyup.io/repos/github/maartenq/pcrunner/shield.svg
                :target: https://pyup.io/repos/github/maartenq/pcrunner/
                :alt: pyup
        
        .. image:: https://codecov.io/gh/maartenq/pcrunner/branch/master/graph/badge.svg
                :target: https://codecov.io/gh/maartenq/pcrunner
                :alt: codecov
        
        Pcrunner (Passive Checks Runner is a daemon and service that periodically runs
        Nagios_ / Icinga_ checks paralell. The results are posted via HTTPS to a
        `NSCAweb`_ server.
        
        * GitHub: https://github.com/maartenq/pcrunner
        * Free software: https://opensource.org/licenses/ISC
        * PyPi: https://pypi.python.org/pypi/pcrunner
        * Documentation: https://pcrunner.readthedocs.io/en/latest/
        * Travis CI: https://travis-ci.org/maartenq/pcrunner
        * Codecov: https://codecov.io/github/maartenq/pcrunner
        
        
        Features
        --------
        
        * Runs as a daemon on Linux.
        * Runs as a service on win32.
        * Command line interface for single test runs and/or cron use.
        * Parallel execution of check commands.
        * Posts check results external commands.
        * Termniation of check commands if maximum time exceeds.
        * Configuration in YAML.
        * Command definition in YAML or text format.
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the
        `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _NSCAweb: https://github.com/smetj/nscaweb
        .. _Nagios: https://www.nagios.org/
        .. _Icinga: https://www.icinga.org/
        
        
        =======
        History
        =======
        
        0.2.8 (2016-08-20)
        ------------------
        
        * Updated docs
        
        0.2.7 (2016-08-20)
        ------------------
        
        * Updated project links.
        
        
        0.2.6 (2016-08-20)
        ------------------
        
        * Fixed ISSUE#4: commands file with extra white lines.
        
        
        0.2.5 (2016-08-20)
        ------------------
        
        * Updated Python installation documentation with new versions.
        
        
        0.2.4 (2016-08-13)
        ------------------
        
        * xrange -> range for python3 compatibility.
        
        
        0.2.3 (2016-08-13)
        ------------------
        
        * Travis/tox fix
        
        
        0.2.2 (2016-08-13)
        ------------------
        
        *  ISC License
        
        
        0.2.1 (2016-08-13)
        ------------------
        
        * Documentation RPM build updated.
        
        
        0.2.0 (2016-08-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: pcrunner
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Utilities
