diogokiss / pynsca

Python NSCA (Nagios Service Check Acceptor) library

Home Page:http://pypi.python.org/pypi/pynsca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Issues
======

Please file any bugs or feature requests at
  https://github.com/djmitche/pynsca/issues

About

Python NSCA (Nagios Service Check Acceptor) library

http://pypi.python.org/pypi/pynsca


Languages

Language:Python 99.3%Language:Ruby 0.7%