
Would you like to get AI added to your Zabbix now? Like, RIGHT NOW? In few minutes with no account, no payment, no server, no scripting, no strings attached?
One of the monZphere's modules that easily flies under the radar without nobody noticing would be their AIModuleMonzphere, freely available from GitHub.
What makes it different? Most likely your AI additions call home to their mothership, or at the very least consult their local LLM server hosted somewhere in your network.
MonZphere's AI module though, it uses Google Gemini Nano model, which is an on-device model, to show its results. There's a bit of Zabbix API magic happening underneath to get the number of alerts for something over time and so forth. For anything else in the analysis, the module uses the browser-built LLM for any analytics. So, it uses your browser for showing the results, instead of communicating with any server.
Installation
Installation is a breeze. Just copy the module to your Zabbix modules directory, and enable the Google Chrome features that are shown on monZphere's GitHub. After that, you have a new AI button on your Zabbix Problems view.

Usage
As an example for my world-famous facial cream alert, the graph and the results are not the optimal ones but will give you an idea. And, you'll get to see how lazy I am with my facial cream usage as instead of daily I'm closer to 2-3 times a week.

For the rest of the results, I'm SO sorry monZphere, I already modified the source code prompts before creating this blog post, so the output is way more .... me ... and not the official, easy-to-read business version of yours. :D

But, all this goes to show how extremely easy Zabbix is to modify to suit your needs. As monZphere's module is just a bunch of PHP and lots of JavaScript speaking with the local Gemini Nano model, it's very easy to modify to be whatever you need.
Add new comment