Prometheus 监控 Ceph 集群
Prometheus Module — Ceph Documentation

Prometheus 模块启用:

[root@node1 ~]# ceph mgr module enable prometheus

[root@node1 ~]# ceph mgr services
{
"dashboard": "https://node1:8443/",
"prometheus": "http://node1:9283/"
}
[root@node1 ~]# netstat -tnlp | grep 9283
tcp6 0 0 :::9283 :::* LISTEN 1507703/ceph-mgr

默认情况下,模块将在主机上的所有 IPv4 和 IPv6 地址的端口上接受 HTTP 请求。

ceph config set mgr mgr/prometheus/server_addr 0.0.0.0
ceph config set mgr mgr/prometheus/server_port 9283

-----------------------------------
©著作权归作者所有:来自51CTO博客作者whale_life的原创作品,请联系作者获取转载授权,否则将追究法律责任
Prometheus 监控 Ceph 集群
https://blog.51cto.com/liujingyu/2576675

发表评论

邮箱地址不会被公开。 必填项已用*标注