Node Exporter安装

安装
https://prometheus.io/download/
doc
https://prometheus.io/docs/guides/node-exporter/

mkdir /usr/local/prometheus && cd /usr/local/prometheus

wget https://github.com/prometheus/node_exporter/releases/download/v1.8.2/node_exporter-1.8.2.linux-amd64.tar.gz

tar xvfz node_exporter-1.8.2.linux-amd64.tar.gz

cd node_exporter-1.8.2.linux-amd64

nohup ./node_exporter --web.listen-address=:19100 &

查找端口盏用情况
lsof -i :9100
netstat -tulnp | grep :19100

curl http://localhost:19100/metrics

posted @   kunchengs  阅读(25)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· 一文读懂知识蒸馏
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
点击右上角即可分享
微信分享提示