Metadata-Version: 2.0
Name: pcrunner
Version: 0.2.2
Summary: Pcrunner (Passive Checks Runner)
Home-page: https://github.com/maartenq/pcrunner
Author: Maarten Diemel
Author-email: maarten@maartendiemel.nl
License: ISC license
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
Requires-Dist: PyYAML (==3.11)

========
Pcrunner
========


.. image:: https://img.shields.io/pypi/v/pcrunner.svg
        :target: https://pypi.python.org/pypi/pcrunner

.. image:: https://img.shields.io/travis/maartenq/pcrunner.svg
        :target: https://travis-ci.org/maartenq/pcrunner

.. image:: https://readthedocs.org/projects/pcrunner/badge/?version=latest
        :target: https://pcrunner.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/maartenq/pcrunner/shield.svg
     :target: https://pyup.io/repos/github/maartenq/pcrunner/
     :alt: Updates

.. image:: https://codecov.io/gh/maartenq/pcrunner/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/maartenq/pcrunner

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.


* Free software: ISC license
* Documentation: https://pcrunner.readthedocs.io.

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.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.


