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 install and deploy Zabbix Monitoring in Grafana

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article is to share with you the installation and deployment of Zabbix monitoring in Grafana detailed installation tutorial, I believe that most people do not know how to install, in order to let you learn, to give you a summary of the following content, say no more, let's read on.

Introduction to Grafana:

Grafana itself does not store data, which is obtained from elsewhere. Need to configure data source

Grafana supports fetching data from Zabbix

Grafana optimizes the display of graphics and can be used as a large monitoring screen.

Grafana supports user authentication and security of operation and maintenance.

First, download and install grafan

Gfafana download and installation address:

Https://grafana.com/grafana/downloadhttp://docs.grafana.org/installation/rpm/ # # installation process # # install # Redhat & Centoswget https://dl.grafana.com/oss/release/grafana-6.5.2-1.x86_64.rpm sudo yum localinstall grafana-6.5.2-1.x86_64.rpm systemctl enable grafana-serversystemctl start grafana-server## configuration file address (default listening port 3000): / etc/grafana/grafana. Ini## log file / var/log/grafana/grafana.log## access http:// server address: 3000log # default username password is admin The first login will change.

Second, grafana installation uses zabbix plug-ins, and zabbix data sources are already used.

Grafana supports multiple data sources

Zabbix is not supported by default. Plug-in installation is required.

Grafana-cli plugins list-remote | grep-I zabbix # # View the zabbix plug-in version grafana-cli plugins install alexanderzobnin-zabbix-app # # install the zabbix plug-in # download will be slow due to access to foreign websites suggest that wget download wget https://grafana.com/api/plugins/alexanderzobnin-zabbix-app/versions/3.10.5/download/var/lib/grafana/plugins # # decompress installation path tar-xvf # # extract to the current path

Add a data source (note the url of the data source, as well as the user name and password)

Add templat

Monitor and control

This is the end of the tutorial on installing and deploying Zabbix monitoring in Grafana. I hope the above content can be of some help and learn more. If you like this article, you might as well share it for more people to see.

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

Servers

Wechat

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

12
Report