一直想记录一下prometheus的安装过程,但好像一直都挺懒,不管怎么说简单记录下。
只是基础版监控,没有整jvm探针,没有告警。
1.已安装wget,有公网环境。
1.1直接 wget https://github.com/prometheus/prometheus/releases/download/v2.41.0/prometheus-2.41.0.linux-amd64.tar.gz
或者:直接用打包好的https://shanle.lanzout.com/i3deD0kz24kh
1.2解压 tar -zcvf prometheus-2.41.0.linux-amd64.tar.gz
1.3先创建一个服务发现的路径 我这里直接就 mkdir node,配置信息参考另外一篇https://www.cnblogs.com/yimouz-219/p/16984749.html
1.4写个启动脚本;参考另外一篇https://www.cnblogs.com/yimouz-219/p/16984749.html
1.5写个停止脚本;参考另外一篇https://www.cnblogs.com/yimouz-219/p/16984749.html
2.prometheus直接启动后,添加node探针
2.1自动取官网下探针,或者我打包好的https://shanle.lanzout.com/i0oFd0kyuy6f
3.到此prometheus基础监控就完事了,后续配合grafana+Dashboards展示。
标签:www,tar,安装,219,prometheus,https,com From: https://www.cnblogs.com/yimouz-219/p/17051860.html