Metadata-Version: 1.1
Name: send_nsca
Version: 0.1.4
Summary: pure-python nsca sender
Home-page: http://github.com/Roguelazer/send_nsca
Author: Yelp
Author-email: yelplabs@yelp.com
License: UNKNOWN
Description: send_nsca -- a pure-python nsca sender
        
        NSCA is the remote passive acceptance daemon used with many Nagios installs. It
        ships with a (C-language) executable called send_nsca for submitting checks.
        This is a mostly-clean re-implementation of send_nsca in pure-python. It
        supports 10 of the 26 crypto functions used by upstream NSCA, sending to
        multiple hosts with one invocation, and timeouts.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Topic :: System :: Monitoring
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Requires: pycrypto (>=2.0.0)
Provides: send_nsca
