How To Install And Configure Zabbix Plugin For Grafana Server3 min read
I want to show How To Install And Configure Zabbix Plugin For Grafana Server. On the other hand, Grafana Server is an open source data visualization software. So I want to show how to see Zabbix data from Grafana visualization.
★ Check Web Site URL From Zabbix Server
★ How To Install OsTicket On Ubuntu 16.04
Step #01: Install Zabbix Plugin on Grafana Server. If you do not install Grafana Server then install it first.
root@Grafana_Server:~# grafana-cli plugins list-remote
Step #02: Now Install Grafana-Zabbix Plugin.
root@Grafana_Server:~# grafana-cli plugins install alexanderzobnin-zabbix-app
Step #03: After installation completed then restart Grafana-Server.
root@Grafana_Server:~# service grafana-server restart
Step By STep Configure Grafana Zabbix Plugin
Step #04: Goto Grafana GUI and find Zabbix plugin. Now go to Settings / Configuration / Plugins.
See example image
Now you will see all the plugin list. Then click Zabbix Plugin and click the Enable button.
Step #05: Add Zabbix Data source into Grafana Server. Click Settings / Data Source.
Now you see the Data Source Configuration page click Add Data Source
Name : any name here
Type : Must be select Zabbix
HTTP Section :
URL : http://ip_address/zabbix/api_jsonrpc.php
Access : Select Browser
Zabbix API details:
Username : Admin [This is Zabbix web login user name]
Password : ***** [This is Zabbix web login password]
Then click Save & Test.
Step #06: Check Zabbix Dashboard goto Zabbix plugin on the left sidebar and click Zabbix Server Dashboard.
See example below image:
Step #07: Check hostname click Host name then edit it.
Find Data Source and Query mode. For more details goto my YouTube video and see full. Please subscribe my YouTube channel for more update.
- How To Install Zabbix Server 6.4 On AlmaLinux 8 Server - August 9, 2024
- How To Clear RAM Memory Cache Buffer Linux Server - February 29, 2024
- How To Install Apache Cloud Stack Management Server 4.17 On Ubuntu 22.04 - February 1, 2024
We really appreciate for your support for buying me a coffee.
It takes us a while to compose and upload new content, as they have to be checked to see if Properly works. We appreciate you if you help me for one cup of coffee to keep us awake and always deliver good quality content.
No contribution is small of an amount. We are grateful for any amount you support us with. Thank you!
tutorial is good, in place of sound please explain what your are doing that will help much
Mainly this plugin for connect Zabbix database into Grafana server.
Thanks.
Zabbix plugin doesn’t appear at “Add data source”. (Zabbix 5.0.3.)
First install plugin then reboot server or restart service then try again.
Thanks.