Query MK Livestatus and return results as objects.
Project description
# Livestatus (Object Oriented)
Helps to query MK Livestatus and return results as objects
## Installation
pip install livestatus-objects
## Example
>>> from livestatus_objects import LivestatusServer, Host >>> s = LivestatusServer(localhost, 50000) >>> host = Host.get(s, 'www01.example.net') >>> host infra-www01.hostsvpn.sysnove.net >>> host.services [Fork rate, Linux diskstat, Linux procstat, Load, Memory, NTP Clock Offset, Partitions, Postfix mail queue, Postfix stats, Ssh, Swap, Swap paging rate, Total procs, Uptime, Zombie procs] >>> host.last_state 'UP' >>> host.services[3] Load >>> host.services[3].last_state 'OK' >>> host.services[3].perf_data 'load1=0.000;5.000;20.000;0; load5=0.010;5.000;15.000;0; load15=0.050;5.000;10.000;0;'
## Licence
This code is under [WTFPL](https://en.wikipedia.org/wiki/WTFPL). Just do what the fuck you want with it.
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
File details
Details for the file livestatus-objects-0.4.tar.gz
.
File metadata
- Download URL: livestatus-objects-0.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6f50232e475058d9326e7c5d4c7c4fedbed2eb8045ba3de058ecf7046f014de |
|
MD5 | b783965efe15600770dba68c549e8f49 |
|
BLAKE2b-256 | 5557f313702ef213ee42f4d2aa6f40b11618dfc151cf8fb72a5dd2ff2094d421 |