sudo service grafana-server restart
I then use the Grafana UI to enable the Zabbix Data Source Plugin, and then configure it.
The required API URL will be,
https://[your zabbix server ip or domain name]/zabbix/api_jsonrpc.php
Also select the 'Direct DB Access' to be the new MySQL data source you just created.
Save and Continue
Troubleshooting
If you upgraded to Grafana 8.3, then the Zabbix query editor options may disappear and stop working.
The steps to get it working again are,
Delete your Zabbix data source using Grafana UI --> Configuration --> Data Sources
Disable and uninstall the Zabbix plugin using Grafana UI --> Configuration --> Plugins
SSH onto your server and restart the Grafana service.
sudo service grafana-server restart
Re-install the Zabbix plugin using Grafana UI --> Configuration --> Plugins
Enable plugin using Grafana UI --> Configuration --> Plugins
Recreate the Zabbix data source using Grafana UI --> Configuration --> Data Sources
Visit the Grafana UI --> Explore tab using Grafana UI
Grafana 10 and Ubuntu 22.04 Notes
The Zabbix plugin can be found in Administration → Plugins. Make sure the State option to the right of the screen has All selected.
The [Install] button has been moved to the right of the screen.
After installing, you will need to Enable it by pressing the Enable button also at the right of the screen.
Then go into Connections → Data sources, press the [Add new data source] button and find Zabbix at the bottom and press it.
If you still cannot find the Zabbix plugins config option, then you will need to install it from the command line.
grafana-cli plugins install alexanderzobnin-zabbix-app
And then restart, and check status.
sudo service grafana-server restart
sudo service grafana-server status
Then revisit Administration → Plugins.
Search for Zabbix. Click it and the [Enable] button should appear.
Press the [Enable] button.
Zabbix Course
If you want to try a more detailed course on Zabbix, then you can visit my Zabbix tutorials.
Useful Links
Zabbix Data Source Plugin
Zabbix Data Source Plugin GitHub