Ceph-Clients: Explicity set prom exporter params
Occasionally the default config can result in attempts to bind to ipv6 which fail - so we explicity set the host to ipv4. Change-Id: I3c01ed0ef7c84cf779d88386c14f7c7bd2003310 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
d5655e95ea
commit
57e1e3ce40
@ -474,8 +474,9 @@ ceph_mgr_enabled_modules:
|
||||
ceph_mgr_modules_config:
|
||||
balancer:
|
||||
active: 1
|
||||
# prometheus:
|
||||
# server_port: 9283
|
||||
prometheus:
|
||||
# server_port: 9283
|
||||
server_addr: 0.0.0.0
|
||||
# dashboard:
|
||||
# port: 7000
|
||||
# localpool:
|
||||
|
Loading…
x
Reference in New Issue
Block a user