za
zabbix-api
pypi i zabbix-api
za

zabbix-api

Various scripts.

by gescheit

0.5.5 (see all)License:GNU LGPL 2.1
pypi i zabbix-api
Readme

This is an implementation of the Zabbix API in Python. Please note that the Zabbix API is still in a draft state, and subject to change.

Implementations of the Zabbix API in other languages may be found on the wiki.

Zabbix 1.8, 2.0, 2.2, 2.4, 3.0 and 3.2 are supported. Python 2 and 3 are supported.

Future versions must be supported too, if there is no deep changes.

Installation:

# pip install zabbix-api

Short example:

>>> from zabbix_api import ZabbixAPI
>>> zapi = ZabbixAPI(server="https://server/")
>>> zapi.login("login", "password")
>>> zapi.trigger.get({"expandExpression": "extend", "triggerids": range(0, 100)})

See also:

VersionTagPublished
0.5.5
5mos ago
0.5.4
4yrs ago
0.5.3
6yrs ago
0.4
8yrs ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate