Zabbix
Zabbix - Python API Module
Documentation
Getting Started
Install zabbi using pip:
$ pip install zabbi
You can now import and use zabbi like so:
from zabbi import ZabbixAPI
zapi = ZabbixAPI("http://zabbixserver.example.com/zabbix")
zapi.login("zabbix user", "zabbix pass")
print("Zabbix API Version %s using zabbi " % zapi.api_version())
All zabbix api requests can be made as defined in Zabbix API Documentation
The features added in zabbi are :
- Using host.get you can get all results for a host ( including hostInterface results )
- Now you can get host.get info by name also ( host.get with param host="example")
- Now you can get info for host by ip also ( hostinterface with param ip="0.0.0.0" ) Also the info would be returned for multiple hosts if there are with same ip or name*
Release files for zabbi 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zabbi-0.3.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zabbi-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.0 kB
Release files / zabbi-0.3.tar.gz
| Download URL | zabbi-0.3.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2c4a465c374e9fa1005424a540889cbe6609fdb145d73803f61b8695757a7b9e
|
|
BLAKE2b-256 checksum How to use checksums |
174f5c07b55a1f50dfffb7791594bd2705ba0a59c532c81004e69ca49392f06a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.5
|
Release files / zabbi-0.3-py3-none-any.whl
| Download URL | zabbi-0.3-py3-none-any.whl |
|---|---|
| Size | 16.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1399241ef99a02f903c9eccae5b820c549a9fb1a3851a6043b9073c6582be089
|
|
BLAKE2b-256 checksum How to use checksums |
294a80db4dfd46fcc782ec80fdd1d424c888bf3aabcbb48048e1900da8d214d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.5
|