现状: 管理几十台服务器,上面运行的服务也不统一,每台运行的服务不一样,现在通过 excel 管理,脚本导出成 job 文件 但是随着业务新增,有时候有会把老服务器上节点关闭运行新服务,管理起来头大 有没有什么 web 管理平台,或者集成平台可以方便管理 prometheus 的?
1
Frankcox 2022-11-29 16:06:03 +08:00
Thanos ?
|
2
zapper 2022-11-29 16:07:28 +08:00
consol?有 RESTful API 注册
|
3
iPc666 2022-11-29 16:19:32 +08:00
grafana
|
4
rayn32 OP 不知道 consol 有没有 web 管理,我先看看
Thanos 这个好像没看到 grafana 只是个展示面板,不能更改 Prometheus job 配置 |
5
ysicing 2022-11-29 16:31:01 +08:00
|
7
phantomzz 2022-11-29 16:38:45 +08:00
我在前东家就是做这个的,几十台物理机 Prometheus 实例,监控了 50w 个 targets ,自己做的后台管理系统…
|
8
LindsayZhou 2022-11-29 16:41:03 +08:00
consul 可以用,不过我自己不是很喜欢。
有空可以自己写个 ,做个 web 接口出来 。prometheus 配置里写个 http_sd_config ,让 prometheus 自己去抓配置。 https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config |
9
Alliot 2022-11-29 16:41:26 +08:00
nightingale 或者 consul 服务发现
|
10
rayn32 OP 感谢各位推荐,我把这些都了解看看
|