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

来自linux中国网wiki
跳到导航 跳到搜索
第2行: 第2行:
 
<pre>
 
<pre>
 
docker-compose  up -d  node-exporter
 
docker-compose  up -d  node-exporter
 +
</pre>
 +
==yum==
 +
<pre>
 +
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
 
</pre>
 
</pre>
  

2020年5月7日 (四) 12:36的版本

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

Monitoring Linux host metrics with the Node Exporter