zabbix_utils can be installed using any of the methods described below.
Requirements:
This is the most common method for most environments:
Use this method if you prefer managing dependencies through your system's package manager.
Download Zabbix packages for your Linux distribution and then run the following commands.
On RHEL and derivatives:
dnf install python3-zabbix-utils
dnf install epel-release # Only for async support
dnf install python3-aiohttp # Only for async supportOn Debian/Ubuntu and derivatives:
Use this method if you prefer the latest development version:
git clone https://github.com/zabbix/python-zabbix-utils
cd python-zabbix-utils/
pip install -r requirements.txt # Only for async support
python3 setup.py installTo install dependencies required for asynchronous mode, you can also use one of the methods described above.