Metadata-Version: 1.0
Name: nagiosplugin
Version: 0.4
Summary: Class library for writing Nagios/Icinga compatible plugins
Home-page: http://projects.gocept.com/projects/projects/nagiosplugin/wiki
Author: Christian Kauhaus
Author-email: kc@gocept.com
License: ZPL
Description: nagiosplugin
        ============
        
        `nagiosplugin` is a package which helps writing Nagios/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
        * Option parsing
        * Timeout handling
        * Persistent "cookies" to retain state information between check runs.
        
        To get started writing Nagios plugins, see the examples in the `examples`
        subdirectory.
        
        The `nagiosplugin` package is released under a BSD-style Open Source
        license (ZPL).
        
        .. vim: set ft=rst sts=3:
        
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
