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/6763/head
parent
76f68843e5
commit
6f5f1a1955
|
@ -692,6 +692,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
|
||||
|
|
|
@ -692,6 +692,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
|
||||
|
|
|
@ -684,6 +684,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