Metadata-Version: 1.0
Name: pynsca
Version: 1.1
Summary: Simple Python interface to Nagios Service Check Architecture
Home-page: http://github.com/djmitche/pynsca
Author: Dustin J. Mitchell
Author-email: dustin@mozilla.com
License: MPL-1.1
Description: A very simple module to allow nagios service check results to be submitted via
        NSCA.
        
        Usage
        =====
        
        ::
        
         >>> from pynsca import NSCANotifier
         >>> notif = NSCANotifier("nagios")
         >>> notif.svc_result("host", "service", pynsca.OK, "Looks Good!")
        
        Requirements
        ============
        
        * Python 2.4 or higher
        * python-mcrypt, if using AES encryption
        * No other libraries required
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: Software Development :: Libraries :: Python Modules
