Mac安装prometheus node_exporter

Mac 安装prometheus
brew install prometheus
启动prometheus
prometheus --config.file=/usr/local/etc/prometheus.yml
#web UI localhost:9090
docker启动prometheus
docker run --name prometheus -d -p 127.0.0.1:9090:9090 prom/prometheus
安装启动node_exporter
brew install node_exporter brew services start node_exporter 启动后,可以通过http://localhost:9100/查看,如图: 参考资料:https://www.jianshu.com/p/67087e164144

Mac安装prometheus node_exporter最先出现在Python成神之路

版权声明:
作者:玉兰
链接:https://www.techfm.club/p/26174.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>