The ChatGPT widget integrates AI capabilities into your Zabbix dashboard, allowing interaction with OpenAI models directly from the widget.
- Zabbix 7.0
- You need to create OpenAI API token https://platform.openai.com/docs/introduction/overview
The ChatGPT widget integrates AI capabilities into your Zabbix dashboard, allowing interaction with OpenAI models directly from the widget.
Function | FREE | PRO |
---|---|---|
Set own OpenAI token | ✅ | ✅ |
Choose ChatGPT model | ❌ | ✅ |
Advanced configuration parameters for prompt responses | ❌ | ✅ |
Button for stopping response generation | ❌ | ✅ |
Copy button within markdown section | ❌ | ✅ |
Customizable field for API endpoints | ❌ | ✅ |
Get the PRO version at info@initmax.com
-
Connect to your Zabbix frontend server (perform on all frontend nodes)
-
Navigate to the
ui/modules/
directory (ui
is typically located at/usr/share/zabbix/
)cd /usr/share/zabbix/modules/
-
Clone repository on your server
git clone https://git.initmax.cz/initMAX-Public/zabbix-chatgpt-widget.git
-
Change the owner of directory to your web user with
chown
- default OS users
- nginx
chown nginx:nginx ./zabbix-chatgpt-widget
- apache (RHEL)
chown apache:apache ./zabbix-chatgpt-widget
- apache (DEB)
chown www-data:www-data ./zabbix-chatgpt-widget
- nginx
- default OS users
-
Go to Zabbix frontend menu -> Administration -> General -> Modules
- Use the Scan directory button on the top
- Enable the newly discovered module
- Done
- Use it and enjoy!