“Node-exporter”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
第14行: 第14行:
  
 
=see also=
 
=see also=
 +
 +
[https://www.cnblogs.com/bigberg/p/10118137.html Prometheus Node_exporter]
 +
 +
[https://songjiayang.gitbooks.io/prometheus/content/exporter/nodeexporter.html Node Exporter]
 +
 +
[https://yunlzheng.gitbook.io/prometheus-book/parti-prometheus-ji-chu/quickstart/prometheus-quick-start/use-node-exporter 使用Node Exporter采集主机数据]
  
 
[https://prometheus.io/docs/guides/node-exporter/ Monitoring Linux host metrics with the Node Exporter ]
 
[https://prometheus.io/docs/guides/node-exporter/ Monitoring Linux host metrics with the Node Exporter ]

2020年5月7日 (四) 14:06的版本

on moned vm

docker-compose  up -d  node-exporter

yum

curl -Lo /etc/yum.repos.d/_copr_ibotty-prometheus-exporters.repo https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/repo/epel-7/ibotty-prometheus-exporters-epel-7.repo
yum install node_exporter

grafana dashboards

https://grafana.com/grafana/dashboards/11074

see also

Prometheus Node_exporter

Node Exporter

使用Node Exporter采集主机数据

Monitoring Linux host metrics with the Node Exporter