Zabbix API Python Library.
Used by the Ludolph Monitoring Jabber Bot.
- Supported Python versions: >= 2.6 and >= 3.2
- Supported Zabbix versions: 1.8, 2.0, 2.2, 2.4, 3.0
pip install zabbix-api-erigones
from zabbix_api import ZabbixAPI
zx = ZabbixAPI(server='http://127.0.0.1')
zx.login('username', 'password')
# Example: list zabbix users
zx.call('user.get', {'output': zx.QUERY_EXTEND})
# Or use the old dot notation method
zx.user.get({'output': zx.QUERY_EXTEND})
- Bug Tracker: https://github.com/erigones/zabbix-api/issues
- Twitter: https://twitter.com/erigones