Skip to main content

Zabbix API Python Library

Project description

Zabbix API Python Library.

Used by the Ludolph Monitoring Jabber Bot.

  • Supported Python versions: >= 2.6 and >= 3.2

  • Supported Zabbix versions: 1.8, 2.0, 2.2, 2.4

https://badge.fury.io/py/zabbix-api-erigones.png

Installation

pip install zabbix-api-erigones

Usage

from zabbix_api import ZabbixAPI

zx = ZabbixAPI(server='http://127.0.0.1')
zx.login('username', 'password')

# Example: list zabbix users
zx.call('user.get', {'output': zx.QUERY_EXTEND})

# Or use the old dot notation method
zx.user.get({'output': zx.QUERY_EXTEND})

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

zabbix-api-erigones-1.2.1.tar.gz (6.4 kB view hashes)

Uploaded Source

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