promethus监控node

Posted zhangmingcheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了promethus监控node相关的知识,希望对你有一定的参考价值。

1、下载node_exporter

https://github.com/prometheus/node_exporter/releases

 

2、启动node_exporter

nohup ./node_exporter & > nohup.out &

3、prometheus 配置

 - job_name: ‘linux-server‘

   static_configs:
   - targets: [‘10.20.31.207:9100‘]
     labels:
       instance: linux-207
   - targets: [‘10.20.31.208:9100‘]
     labels:
       instance: linux-208

技术图片

 

 4、grafana 配置 dashbord

 

注意:如果grafana没有添加Prometheus数据源话,需要先设置数据源(点击设置 - Data Sources - Add data source - Prometheus)。

以上是关于promethus监控node的主要内容,如果未能解决你的问题,请参考以下文章

第二十五章 Kubernetes部署Promethus集群资源监控

第三章 Promethus监控服务

Ceph Dashboard Promethus+Grafana监控

Ceph Dashboard Promethus+Grafana监控

CENTOS7安装PROMETHUS(普罗米修斯)监控系统完整版

promethus