AI Preprocessing Assistant
PROAI assistant to generate and insert Zabbix preprocessing chains Generates suggested Zabbix preprocessing step chains from an item's configuration and the actual raw value returned by the host. It asks for the desired outcome, proposes a sequence of preprocessing steps including parameters, custom-on-fail handling, and sets the item's type of information to match the chain. The AI service, model, API key, system role and initial prompt are configurable and the browser calls the chosen OpenAI or OpenAI-compatible endpoint. Intended for Zabbix administrators and super administrators who need to design accurate preprocessing workflows quickly.
Zabbix 6.0 - 7.4
Screenshots
How to install
Step 1 · Operating system
PRO repositories are protected with HTTP basic auth. You need one personal repo token, then you point your package manager at the authenticated URL. A single token unlocks every product your account is entitled to - you do not need a token per widget.
wget https://repo.initmax.com/zabbix/release/initmax-release-latest_all.deb
dpkg -i initmax-release-latest_all.deb
sed -i -e '/^# Types: deb/,$ s/^# //' -e 's|USER:TOKEN|token:TOKEN|' /etc/apt/sources.list.d/initmax.sources
apt update && apt install zabbix-module-ai-preprocessing-assistant
rpm -Uvh https://repo.initmax.com/zabbix/release/initmax-release-latest.noarch.rpm
sed -i -e '/#\[initmax-zabbix-pro\]/,$ s/^#//' -e 's|USER:TOKEN|token:TOKEN|' /etc/yum.repos.d/initmax.repo
dnf clean all && dnf install -y zabbix-module-ai-preprocessing-assistant
rpm -Uvh https://repo.initmax.com/zabbix/release/initmax-release-latest.noarch.rpm
sed -i -e '/#\[initmax-zabbix-pro\]/,$ s/^#//' -e 's|USER:TOKEN|token:TOKEN|' /etc/zypp/repos.d/initmax.repo
zypper --gpg-auto-import-keys refresh && zypper install -y zabbix-module-ai-preprocessing-assistant
One token unlocks every PRO product on your account. If you cancel one product, the same token keeps working for the rest. Rotate or revoke tokens any time from the Portal.
Have thoughts about AI Preprocessing Assistant? Please send us feedback.
Releases
102.1.2 Latest 2026-08-21
2.1.2
- the Stream response toggle shows for every provider
2.1.1 2026-08-20
2.1.1
- the release capture runs again and the fallback screens are current
2.1.0 2026-08-20
2.1.0
- Server-side providers and the APDA-style administration
Older versions (7)
2.0.6 2026-08-20
2.0.6
- en_GB menu label casing AI General, endpoint example as a full URL
2.0.5 2026-08-20
2.0.5
- Dark themes: the page logo follows the theme
2.0.4 2026-08-17
2.0.4
- Settings form: help hint on every field
2.0.3 2026-08-17
2.0.3
- One 'AI General' submenu shared with the other AI products
2.0.2 2026-08-16
2.0.2
- README on the combo skeleton: portal installer, feature table, same sections everywhere
2.0.1 2026-08-16
2.0.1
- Catalog showcase spec: a scripted preprocessing conversation
2.0.0 2026-08-10
2.0.0
- Graft the AI Preprocessing Assistant onto the v3 pipeline