Skip to main content

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")
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


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 hashes)

Uploaded Source

Built Distribution

zabbi-0.2-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page