Follow FREE product releases now. If you later buy a PRO product using the same email, the licence will appear in this account automatically.
ChatGPT
FREE PROAI chat widget for Zabbix dashboards This widget embeds an AI chat assistant into Zabbix dashboards so users can query monitoring data and receive streamed, markdown-rendered responses without leaving the interface. Administrators configure provider, model and admin-managed API tokens; keys are proxied by the server and never exposed to browsers. In the PRO edition additional providers (Anthropic Claude, Google Gemini), OpenAI-compatible custom endpoints, per-token tuning, org-wide defaults, live Zabbix data access and attachments are available. It is intended for Zabbix operators and teams who want in-place troubleshooting, runbook drafting and contextual AI assistance directly on dashboards.
Screenshots
How to install
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
printf 'machine repo.initmax.com login token password %s\n' 'TOKEN_VALUE' > /etc/apt/auth.conf.d/initmax.conf
chmod 600 /etc/apt/auth.conf.d/initmax.conf
sed -i -e '/^# Types: deb/,$ s/^# //' -e 's|USER: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
chmod 600 /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
chmod 600 /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.
Releases
272.6.18 Latest 2026-09-09
2.6.18
- Preserve model selection across provider switches
2.6.17 2026-09-09
2.6.17
- Use consistent icons in the FREE vs PRO table
2.6.16 2026-09-09
2.6.16
- Publish current supported AI models
Older versions (24)
2.6.15 2026-09-09
2.6.15
- Sync supported AI models
2.6.14 2026-09-04
2.6.14
- version_bump(patch): 2.6.13
2.6.13 2026-09-02
2.6.13
- Replace misleading ChatGPT catalog tagline
2.6.12 2026-08-25
2.6.12
- refresh .readme/screen from the release capture (capture-screenshots)
2.6.11 2026-08-20
2.6.11
- Stored API tokens render as a mask of their length
2.6.10 2026-08-20
2.6.10
- Full example endpoint URL in hint; saved token cards save without revealing the key
2.6.9 2026-08-20
2.6.9
- Migrate the legacy openai module in place, dark-theme settings + reveal-eye glyphs
2.6.8 2026-08-19
2.6.8
- Wait for the dashboard save to land before the e2e test types again
2.6.7 2026-08-18
2.6.7
- Generic 6.0/6.2 widget-edit view (generated by the CI library)
2.6.6 2026-08-16
2.6.6
- One name: the module registers as ChatGPT
2.6.5 2026-08-15
2.6.5
- Align ChatGPT experience with APDA
2.6.4 2026-08-14
2.6.4
- State the language and high-availability facts customers ask for
2.6.3 2026-08-03
2.6.3
- fix(packaging): release automatic module activation
2.6.2 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
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>