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 hashes)
Built Distribution
zabbi-0.3-py3-none-any.whl
(16.9 kB
view hashes)