A python wrapper for querying nagios core monitoring
Project description
nagios-core-api
A python wrapper for querying nagios core monitoring
Note:
This module is work-in-progress.
Usage:
from nagios import Nagios
with Nagios(
url="https://nagios.monitor.com/nagios",
username="nagiosuser",
password="nagiospassword",
) as client:
response = client.status.service_list(hostname="machine1")
print(response)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nagios-core-api-0.2.1.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file nagios-core-api-0.2.1.tar.gz
.
File metadata
- Download URL: nagios-core-api-0.2.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a3aeb55bb20c40d445ee53fb43ff9eef456d6f405ac9ce9b379830d8e9e15d1 |
|
MD5 | 68fdc7dd599467bdf53c8238f08d6ba5 |
|
BLAKE2b-256 | b85058af2564b6f1f81285d8590f889162987ece4e339a01561ea22c67343293 |
File details
Details for the file nagios_core_api-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: nagios_core_api-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67f98430b915b720dbbcb15f48bc3e95f466366980af81edf0ac377c603291e5 |
|
MD5 | 6d45da6ae4ce83de94a466a1af6e6c4c |
|
BLAKE2b-256 | 32f9e6c3e392146bf743f9879a2b044e13a8b4c35d11769f6fe733fd3834b920 |