mirror of https://github.com/ceph/ceph-ansible.git
ceph-defaults: add missing grafana dashboards
The radosgw-sync-overview and rbd-details grafana dashboars were missing
from the list.
Closes: #6758
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit f0ccf3ebf0
)
pull/6780/head
parent
77171216fb
commit
deac21c6bf
|
@ -791,6 +791,8 @@ dummy:
|
|||
# - pool-overview.json
|
||||
# - radosgw-detail.json
|
||||
# - radosgw-overview.json
|
||||
# - radosgw-sync-overview.json
|
||||
# - rbd-details.json
|
||||
# - rbd-overview.json
|
||||
#grafana_plugins:
|
||||
# - vonage-status-panel
|
||||
|
|
|
@ -791,6 +791,8 @@ grafana_container_image: registry.redhat.io/rhceph/rhceph-4-dashboard-rhel8:4
|
|||
# - pool-overview.json
|
||||
# - radosgw-detail.json
|
||||
# - radosgw-overview.json
|
||||
# - radosgw-sync-overview.json
|
||||
# - rbd-details.json
|
||||
# - rbd-overview.json
|
||||
#grafana_plugins:
|
||||
# - vonage-status-panel
|
||||
|
|
|
@ -783,6 +783,8 @@ grafana_dashboard_files:
|
|||
- pool-overview.json
|
||||
- radosgw-detail.json
|
||||
- radosgw-overview.json
|
||||
- radosgw-sync-overview.json
|
||||
- rbd-details.json
|
||||
- rbd-overview.json
|
||||
grafana_plugins:
|
||||
- vonage-status-panel
|
||||
|
|
Loading…
Reference in New Issue