Metadata-Version: 1.0
Name: nagiosplugin
Version: 0.4.2
Summary: Class library for writing Nagios (Icinga) plugins
Home-page: http://projects.gocept.com/projects/projects/nagiosplugin/wiki
Author: Christian Kauhaus
Author-email: kc@gocept.com
License: ZPL
Download-URL: http://pypi.python.org/pypi/nagiosplugin
Description: nagiosplugin
        ============
        
        Features
        --------
        
        `nagiosplugin` is a class library which helps writing Nagios (or Icinga)
        compatible plugins easily in Python. It cares for much of the boilerplate code
        and default logic commonly found in Nagios checks, including:
        
        - Nagios 3 Plugin API compliant parameters and output formatting
        - Controller to handle the general plugin control flow
        - Full Nagios range syntax support
        - Automatic threshold checking
        - Multiple independend measures and overall state logic
        - Long output and performance data
        - Timeout handling
        - Default options
        - Persistent "cookies" to retain state information between check runs.
        
        
        Documentation
        -------------
        
        To get started writing Nagios plugins, see the examples in the `examples`
        subdirectory.
        
        More documentation on using this package can be found in the `doc` directory.
        There is also an `online copy`_ of the docs available.
        
        
        Feedback and Suggestions
        ------------------------
        
        `nagiosplugin` is primarily written and maintained by Christian Kauhaus
        <kc@gocept.com>. Feel free to contact the author for bugs, suggestions and
        patches.
        
        A public issue tracker can be found at
        http://projects.gocept.com/projects/projects/nagiosplugin/issues.
        
        
        License
        -------
        
        The `nagiosplugin` package is released the Zope Public License (ZPL), a BSD-style Open Source license.
        
        .. _online copy: http://packages.python.org/nagiosplugin/
        
        .. vim: set ft=rst sw=3 sts=3 et:
        
        
        Release History
        ===============
        
        
        0.4.2 (2010-10-11)
        ------------------
        
        - Packaging issues.
        
        
        0.4.1 (2010-09-21)
        ------------------
        
        - Fix distribution to install correctly.
        - Documentation: tutorial and topic guides.
        
        
        0.4 (2010-08-17)
        ----------------
        
        - Initial public release.
        
        .. vim: set ft=rst sw=3 sts=3:
        
Keywords: Nagios Icinga plugin check monitoring
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
