Zabbix Python API Module
Project description
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*
Project details
Release history Release notifications | RSS feed
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.3.tar.gz
(4.1 kB
view details)
Built Distribution
zabbi-0.3-py3-none-any.whl
(16.9 kB
view details)
File details
Details for the file zabbi-0.3.tar.gz
.
File metadata
- Download URL: zabbi-0.3.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 |
2c4a465c374e9fa1005424a540889cbe6609fdb145d73803f61b8695757a7b9e
|
|
MD5 |
4a95aa834e3d0fc0de4700b1a393bb3f
|
|
BLAKE2b-256 |
174f5c07b55a1f50dfffb7791594bd2705ba0a59c532c81004e69ca49392f06a
|
File details
Details for the file zabbi-0.3-py3-none-any.whl
.
File metadata
- Download URL: zabbi-0.3-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 |
1399241ef99a02f903c9eccae5b820c549a9fb1a3851a6043b9073c6582be089
|
|
MD5 |
ecbbab0cac9181ea115511f2b3c58b13
|
|
BLAKE2b-256 |
294a80db4dfd46fcc782ec80fdd1d424c888bf3aabcbb48048e1900da8d214d3
|