PilotGo prometheus 插件提供了集群监控看板和告警功能。
系统环境:openEuler 23.09
开发语言:Golang > 1.18、Vue3、NodeJs > 14
请提前安装 golang-prometheus-node_exporter、prometheus > 2.28、mysql
$ yum install -y golang-prometheus-node_exporter
$ yum install -y prometheus > 2.28
$ yum install -y mysql
- 拉取仓库代码
$ git clone https://gitee.com/openeuler/PilotGo-plugin-prometheus.git
- 修改配置文件
$ mv ./server/config.yml.templete ./server/config.yml
$ vim ./server/config.yml
plugin_prometheus: url地址ip为插件服务启动ip
prometheus_server: 安装prometheus的地址
http_server: 插件服务启动地址
pilotgo_server: PilotGo server服务地址
mysql: host为安装DB的主机ip;user为DB的登录用户;password为DB访问密码
- 前端编译
$ cd ./web
$ yarn install
$ yarn build
- 启动插件
$ cd ./server
$ go run main.go
网页查看 http://ip:8090/plugin/prometheus
- PilotGo使用手册
- PilotGo代码仓
- PilotGo软件包仓
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- Gitee 官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
- GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
- Gitee 官方提供的使用手册 https://gitee.com/help
- Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/