Source: python-zabbix-utils Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-single-binary, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-aiohttp , python3-pytest , Standards-Version: 4.7.4 Homepage: https://github.com/zabbix/python-zabbix-utils Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-zabbix-utils Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-zabbix-utils.git Testsuite: autopkgtest-pkg-pybuild Package: python3-zabbix-utils Architecture: all Description: utilities for interacting with Zabbix services Zabbix is a monitoring system that collects and visualizes metrics from infrastructure, networks, applications, and services. It can detect problems in the collected data and issue alerts. . This library provides synchronous and asynchronous interfaces to the Zabbix API. It supports password and API token authentication and exposes API methods through attribute access. . It can send individual or batched item values to Zabbix servers and proxies using the Zabbix sender protocol. It can also retrieve item values from Zabbix agents using the Zabbix get protocol.