forked from djmitche/pynsca
-
Notifications
You must be signed in to change notification settings - Fork 0
Python NSCA (Nagios Service Check Acceptor) library
diogokiss/pynsca
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.3%
- Ruby 0.7%