Skip to main content

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

livestatus-objects-0.4.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file livestatus-objects-0.4.tar.gz.

File metadata

File hashes

Hashes for livestatus-objects-0.4.tar.gz
Algorithm Hash digest
SHA256 d6f50232e475058d9326e7c5d4c7c4fedbed2eb8045ba3de058ecf7046f014de
MD5 b783965efe15600770dba68c549e8f49
BLAKE2b-256 5557f313702ef213ee42f4d2aa6f40b11618dfc151cf8fb72a5dd2ff2094d421

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page