0
点赞
收藏
分享

微信扫一扫

promethues

爱我中华8898 2023-04-19 阅读 36
github运维

prometheus


node_exporter

Node Exporter默认暴漏指标端口9100

wget https://github.com/prometheus/node_exporter/releases/download/v*/node_exporter-*.*-amd64.tar.gz
tar xvfz node_exporter-1.5.0-amd64.tar.gz
cd node_exporter-*.*-amd64
./node_exporter

curl http://localhost:9100/metrics


prometheus

lts v2.37.6

wget https://github.com/prometheus/prometheus/releases/download/v*/prometheus-*.*-amd64.tar.gz
tar xvf prometheus-2.37.6-amd64.tar.gz
cd prometheus-*.*

举报

相关推荐

0 条评论