ChatGPT
FREE PROAI chat widget for Zabbix dashboards with server proxy This widget allows users to interact with AI chat models directly on Zabbix dashboards, enabling inquiries about infrastructure without leaving the interface. It supports both free and pro versions, with configurable options for AI providers, admin-managed API tokens, and model tuning parameters. Ideal for teams needing integrated AI assistance for monitoring and troubleshooting.
Zabbix 6.0 - 7.4
Screenshots
How to install
Step 1 · Operating system
Step 2 · Edition
Install via your OS package manager. Using the initMAX repository (apt / dnf) is the recommended way - you get GPG-signed updates automatically.
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
apt update && apt install zabbix-module-chatgpt
rpm -Uvh https://repo.initmax.com/zabbix/release/initmax-release-latest.noarch.rpm
dnf clean all && dnf install -y zabbix-module-chatgpt
rpm -Uvh https://repo.initmax.com/zabbix/release/initmax-release-latest.noarch.rpm
zypper --gpg-auto-import-keys refresh && zypper install -y zabbix-module-chatgpt
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-chatgpt
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-chatgpt
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-chatgpt
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 ChatGPT? Please send us feedback.
Releases
112.6.2 Latest 2026-08-01
2.6.2
- README: ASCII hyphen in the copyright range
2.6.1 2026-08-01
2.6.1
- README: drop the emoji, repair the nav anchors, sync the model table
2.6.0 2026-08-01
2.6.0
- Commit the guided-installer picture the README points at
Older versions (8)
2.5.0 2026-08-01
2.5.0
- Capture the FREE example tile without MCP
2.4.0 2026-08-01
2.4.0
- Show the real widget in the README
2.3.0 2026-08-01
2.3.0
- Add catalog showcase spec
2.2.1 2026-07-31
2.2.1
- fix: avoid false-positive PRO leak marker
2.2.0 2026-07-31
2.2.0
- Complete ChatGPT v2.1.0 cross-version parity
2.0.2 2026-07-22
2.0.2
- re-run release pipeline against fixed CI lib
2.0.1 2026-07-22
2.0.1
- Improve insecure endpoint tooltip spacing
2.0.0 2026-07-22
2.0.0
- fix(legacy): resolve v1 widget assets against modules/<id>-legacy, not modules/<id>