Python library for Livestatus Integration
Project description
pyLivestatus
This package allows to access Check MK Livestatus via python
#Usage
from pyLivestatus import Livestatus
livestatus = Livestatus('127.0.0.1', '6557') # host and port of livestatus socket
livestatus.get_hosts() # return array with details for all hosts
livestatus.get_host('my_host') # return details for host 'my_host'
livestatus.get_services('my_host') # return details for every service of host 'my_host'
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
pyLivestatus-0.1.12.tar.gz
(4.7 kB
view details)
File details
Details for the file pyLivestatus-0.1.12.tar.gz.
File metadata
- Download URL: pyLivestatus-0.1.12.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56bab86d6a1c51d7018baf560c997e53676b0616c0a29fb5ce93c9c1832dfe86
|
|
| MD5 |
0443f04d006a468d03d2b8f98b1c82f3
|
|
| BLAKE2b-256 |
2b777be5c890f890eabfcfc7ba963be475c500236133cb4298d22694f69df98e
|