これは開発版のドキュメントを表示しています。内容が不完全な場合があります。
このページには自動翻訳されたコンテンツが含まれています。 誤りを見つけた場合は、その箇所を選択して Ctrl+Enter を押し、編集者に報告してください。
Table of Contents

Python library for Zabbix

zabbix_utils is the official Python library for Zabbix.

With zabbix_utils you can:

  • Use Zabbix API to manage Zabbix objects (create hosts, update items, get events, etc.).
  • Collect data from Zabbix agent (similarly to Zabbix get).
  • Send data to Zabbix server or proxy (similarly to Zabbix sender).

The library supports both synchronous and asynchronous script execution, allowing it to handle both simple workflows and large-scale parallel operations such as mass data collection, bulk exports, alert processing, and efficient system scaling.

The library is compatible with supported Zabbix server versions and modern Python releases.

To get started, install the library and then follow the quickstart guide.