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>pull/6765/head
parent
eec38784ec
commit
f0ccf3ebf0
|
@ -693,6 +693,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
|
||||
|
|
|
@ -693,6 +693,8 @@ grafana_container_image: registry.redhat.io/rhceph/rhceph-5-dashboard-rhel8:5
|
|||
# - pool-overview.json
|
||||
# - radosgw-detail.json
|
||||
# - radosgw-overview.json
|
||||
# - radosgw-sync-overview.json
|
||||
# - rbd-details.json
|
||||
# - rbd-overview.json
|
||||
#grafana_plugins:
|
||||
# - vonage-status-panel
|
||||
|
|
|
@ -685,6 +685,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