Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure the grafana graphic display plug-in by zabbix

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces zabbix how to configure grafana graphics display plug-in, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

Install Grafana

On the ZabbixServer server, install Grafana

[root@zabbix ~] # yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.1-1.x86_64.rpm

Download the Zabbix plug-in for Grafana and download it on git

[root@zabbix ~] # yum install git-y

[root@zabbix~] # git clone https://github.com/linglong0820/grafana-zabbix

Copy the plug-in to the Grafana file

[root@zabbix] # cp-r grafana-zabbix/zabbix/ / usr/share/grafana/public/app/plugins/datasource/

Start Grafana

[root@zabbix ~] # service grafana-server start

Starting GrafanaServer:.... OK

[root@zabbix ~] # chkconfig grafana-server on

[root@zabbix ~] #

Log in to Grafana and configure

After starting Grafana, type "http://192.168.1.169:3000/login"" in the browser to see the page

User name: admin, password: admin, click to log in, and the successful login will see the following page

Configuration

The API address of Zabbix is "http://192.168.1.169/zabbix/api_jsonrpc.php", where IP's server for installing zabbix-server is IP.

Zabbix's API account password is Zabbix's web login account and password, account number: Admin, password zabbix.

Fill in the information below

After clicking Add, click Test Connection to test whether you can connect. The prompt "Success" indicates that the connection is successful. Click Save, and the following means the test is successful.

Click Dashboard, go to the home directory settings, click new, and create a new Home

Click create a new Graph

Click on the red box below-> Select Edit- > Select Database zabbixclent (the name just set above)

At this point, the grafana graphical display plug-in configuration is complete.

First, the official display of grafana:

Thank you for reading this article carefully. I hope the article "how to configure the grafana graphic display plug-in in zabbix" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report