自学内容网 自学内容网

监控平台zabbix对接grafana

 1、安装grafana并启动

初始化操作
systemctl disable --now firewalld
setenforce 0
vim /etc/selinux/config
SELINUX=disabled
cd /opt
grafana-enterprise-9.4.7-1.x86_64.rpm   #上传软件包
yum localinstall -y grafana-enterprise-9.4.7-1.x86_64.rpm   #安装
systemctl enable --now grafana-server.service  #开启服务
netstat -lntp | grep 3000    #查询是否已经开启服务

2、浏览器访问

浏览器输入http://192.168.10.104:3000

账号/密码:admin / admin

下载zabbix

3、zabbix与grafana对接

4、导入模版

ttps://grafana.com/dashboards  可登录该网站进行


原文地址:https://blog.csdn.net/qq_54188720/article/details/140163986

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!