Zabbix Plugin Crash

  • What Grafana version and what operating system are you using?

    • Alma9 Linux, Grafana 10.2.6 from rpm
  • What are you trying to achieve?

    • want to connect to zabbix installation on same server
  • How are you trying to achieve it?

    • zabbix plugin for grafana
  • What happened?

    • cryptic crash,
  • What did you expect to happen?

    • no crash
  • Can you copy/paste the configuration(s) that you are having problems with?

    • Per instructions in readme from zabbix plugin:
    • Menu:Add Datasource, Select Zabbix, Error
  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

    • Error in UI: “An unexpected error happened”
    • When opening “Details”:
      1. Error: Minified React error #130; visit h_t_t_p_s://reactjs.org/docs/error-decoder.html?invariant=130&args\[\]=undefined&args\[\]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
        div div div 85765/m<@h_t_t_p://192.168.208.ccc:3000/public/build/53.6765d854546e5211a811.js:192:134479 div div yi@h_t_t_p://192.168.208.xxx:3000/public/plugins/alexanderzobnin-zabbix-app/datasource/module.js?_cache=1779543794347:39:6843 Ei@h_t_t_p://192.168.208.xxx:3000/public/plugins/alexanderzobnin-zabbix-app/datasource/module.js?_cache=1779543794347:39:7863 co<@h_t_t_p://192.168.208.xxx:3000/public/plugins/alexanderzobnin-zabbix-app/datasource/module.js?_cache=1779543794347:39:28104 div
      2. [… about 30 more such lines]
      3. ( i have not found any errors in server log files )
  • Did you follow any online instructions? If so, what is the URL?

How can i fix this?

By the way, this forum software is a major PITA. Had to change the urls in the error message…

The latest Zabbix plugin versions require Grafana 10.4.8 or newer version. Running them on Grafana 10.2.6 causes the React #130 crash when trying to add the datasource.
Update your plugin to compatible version
Remove current plugin->
sudo grafana-cli plugins remove alexanderzobnin-zabbix-app
Install compatible version->
sudo grafana-cli plugins install alexanderzobnin-zabbix-app 4.4.4
restart grafana->
sudo systemctl restart grafana-server

Then in browser:
Clear browser cache ->ctrl + shift + delete
Go to Administration → plugins-> search zabbix → click enable
Go to Connections → Data Sources → Add data source → Zabbix


Enter your zabbix url-> http://localhost/zabbix/api_jsonrpc.php
Set your Zabbix username and password
Click Save & Test
you will see your datasource connected

Thanks for your help.

I had the rpm from epel. Once i removed and blacklisted that, and installed from rpm.grafana.com, everything worked.