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, 3.0

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.4.tar.gz (16.2 kB view details)

Uploaded Source

File details

Details for the file zabbix-api-erigones-1.2.4.tar.gz.

File metadata

File hashes

Hashes for zabbix-api-erigones-1.2.4.tar.gz
Algorithm Hash digest
SHA256 6ecc75a8046abecf63c29b5ae4eca8decfcc5fbb1977049e0695d2d590dbb2be
MD5 aedde36c744ef4874d4cd59d4a052f34
BLAKE2b-256 79b0b626eb9d064b14284ed5245a609e0133da5199ebb24c654767d0c1175c92

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