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
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})
Links
Bug Tracker: https://github.com/erigones/zabbix-api/issues
Twitter: https://twitter.com/erigones
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)
File details
Details for the file zabbix-api-erigones-1.2.4.tar.gz
.
File metadata
- Download URL: zabbix-api-erigones-1.2.4.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ecc75a8046abecf63c29b5ae4eca8decfcc5fbb1977049e0695d2d590dbb2be |
|
MD5 | aedde36c744ef4874d4cd59d4a052f34 |
|
BLAKE2b-256 | 79b0b626eb9d064b14284ed5245a609e0133da5199ebb24c654767d0c1175c92 |