Looking for anyone that has used an LLM integrated into Zabbix. I am looking to build at least the language side of things to make a simple way of users to ask the questions and pull the relevant information back in plain language. Open to any thoughts or suggestions
Ad Widget
Collapse
Use of LLM with Zabbix
Collapse
X
-
Tags: None
-
i think these guys have done some stuff https://www.intellitrend.de/content/en/ They had short presentattion couple of years ago in summit. Not sure how far they have developed it by now.
-
-
Here is a module that you can use to connect LLM to Zabbix.
You have a Webhook to recive trigger actions using the media type
A chat to get help with problems
You can enrich the chat by chosing a host and trigger and post the reply automatically to the active problem as a comment
You can enric the AI functions by connecting to Netbox
You can get information from Zabbix server like:
- How many unsupported items do I have?
And have it do actions like:
- Create a maintenance windows for prd-web-01 starting 13:00 and for 2 hours. Server update.
All sensitive information sent to the AI when it comes to hostnames, IPs, and so on are changed to aliases before sending information to the AI and then changed back before you see the answer so no sensitive information is sent to the AI.
You can change redaction settings in the module.
There is more information in the Readme.
Verry simple installation. Just coy the AI folder to to the module folder on the Zabbix frontend and run the permissions command.
They form Zabbix web front go to:
Administration - General - Modules and click "Scan directory" and enable the module.Comment
Comment