Skip to main content

Python library for Livestatus Integration

Project description

# pyLivestatus

This package allows to access [Check MK Livestatus](https://mathias-kettner.de/checkmk_livestatus.html) via python

#Usage

```python
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


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.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pyLivestatus-0.1.3-py2-none-any.whl (5.2 kB view hashes)

Uploaded Python 2

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