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")
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*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zabbi-0.2.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zabbi-0.2-py3-none-any.whl
(16.9 kB
view details)
File details
Details for the file zabbi-0.2.tar.gz.
File metadata
- Download URL: zabbi-0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62e13ab41adc7eb8f996ce9ffc71dcef5311daf260a15c1e2e1e1f38f8cf7ad9
|
|
| MD5 |
3c0400f2bd1d0b3cfe42e1ffde5633c9
|
|
| BLAKE2b-256 |
e2e3e25b29e6f63ae61060f02b0a507a7ad4399d7d18c86be0a8a0e9f84884bf
|
File details
Details for the file zabbi-0.2-py3-none-any.whl.
File metadata
- Download URL: zabbi-0.2-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d5004ad38f1802a015d768eeb4444d5facbb1fd818f2a68c26816d78a8e412d
|
|
| MD5 |
10ff25fa229e0263a2f59681eebf1dc5
|
|
| BLAKE2b-256 |
d7a30147bebbe0c84311b0b842dd1f7c534254dfe9c16eb938280dfdbfd97f4e
|