python3 compatible pure-python nsca sender
Project description
Overview
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.
Why send_nsca3?
Python3 compatible version of send_nsca, packaged for pypi installation. Just a personal convenience thing, as as none of libraries for sending nsca checks support python3, and the projects don't seem active.
Credits/Copyright/License
- This software was written by James Brown jbrown@uber.com.
- This software is licensed under the LGPL v2.1
Testing
The unit/integration tests for this package are located in the tests/
directory. Unit tests only require the unittest package (or python 2.7+)
and the mock library; integration tests also require the nsca
binary. To
run them, simply make sure that your $PYTHONPATH
is set up correctly and
run nosetests -v tests
.
Installing
This software uses setuptools/distutils; you can install it with sudo python setup.py install
,
and it's easy to write packaging for your favorite OS.
Contributing
It's Github; fork away!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file send_nsca3-0.1.5.0.tar.gz
.
File metadata
- Download URL: send_nsca3-0.1.5.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9e8caecd7a2dd2171c74f228d266752a6de520ff8cb7848754948dc48e62ca4 |
|
MD5 | 4bdae0d73a2e549c8c2aca7ee94d82a5 |
|
BLAKE2b-256 | 2288ce8435948db44aef1873c06f39f8bdc2ae2f0cc2b430e6cee392ab218354 |
File details
Details for the file send_nsca3-0.1.5.0-py3-none-any.whl
.
File metadata
- Download URL: send_nsca3-0.1.5.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb4dd7bc1e1337dc28f64483ede6a4a3088c94f52d67853c5d8ac95b186f3e69 |
|
MD5 | c35849c44749d9241d765f6f1c2d8cd9 |
|
BLAKE2b-256 | 7de9d88c9b35bf7bcd698588b84f9fe5e7baa370095e6a40e6015ca2631fa5e3 |