“Node-exporter”的版本间的差异
跳到导航
跳到搜索
(→yum) |
|||
第8行: | 第8行: | ||
yum install node_exporter | yum install node_exporter | ||
</pre> | </pre> | ||
+ | == debian == | ||
+ | apt install prometheus-node-exporter | ||
+ | == 用bin包 并自作启动脚本== | ||
+ | https://computingforgeeks.com/how-to-install-prometheus-and-node-exporter-on-debian/ | ||
=grafana dashboards = | =grafana dashboards = |
2020年5月9日 (六) 05:58的版本
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
debian
apt install prometheus-node-exporter
用bin包 并自作启动脚本
https://computingforgeeks.com/how-to-install-prometheus-and-node-exporter-on-debian/
grafana dashboards
https://grafana.com/grafana/dashboards/11074