1.下载
node-exporter_rev17 (展示面板)
链接:https://pan.baidu.com/s/1d1Aogy6PkFu2wkW-ArsXsw
提取码:0ajw
node-exporter
链接:https://pan.baidu.com/s/1o3y2ciTqEszDByokfMU_Xw
提取码:wf1x
2.配置被监控服务器
因为需要监控linux服务器 所以 需要在被监控的linux必须安装node-exporter
解压即可
node-exporter默认端口为9100
tar -xvf node_exporter-0.17.0.linux-amd64.tar.gz -C /usr/local/
然后设置后台启动
1. cd /usr/local/node_exporter-0.17.0.linux-amd64 2. nohup ./node_exporter
3.设置prometheus
进入/usr/local/prometheus-2.17.1.linux-amd64/prometheus.yml
修改prometheus.yml 红框部分为添加
- job_name: 'linux' static_configs: - targets: ['localhost:9100'] labels: instance: linux
4.配置grafana
配置数据源 也就是prometheus地址
这里填写你prometheus地址(注意不是node-exporter的地址) 点击save后 如果失败会有提示 检查 9100端口是否起来了
然后配置显示模板面板
导入上面下载的可视化界面模板
如果出现以下显示 则安装成功
也可以去https://grafana.com/grafana/dashboards 下载自己需要的面板