Zabbix API
Project description
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 are supported. Python 2 and 3 are supported.
Future versions must be supported too, if there is no deep changes.
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)})
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-0.3.tar.gz
(5.2 kB
view details)
File details
Details for the file zabbix-api-0.3.tar.gz
.
File metadata
- Download URL: zabbix-api-0.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
78b4781cab8ec631be5650b5b60ab10ee5000d2b51c72cfbe05a57b65b88a7bd
|
|
MD5 |
512aa07e3f50f15e4ca5d4dc8977f70f
|
|
BLAKE2b-256 |
778b8110ea65286ba70198b8c566fc55d2435c5b3d51c8d80bfe2d7dfa604e3a
|