diff options
author | Adam King <47704447+adk3798@users.noreply.github.com> | 2024-03-19 15:03:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 15:03:16 +0100 |
commit | 920886ac64286bdc4c9eec10bdb0deabdd89a9e2 (patch) | |
tree | 21afd238a7476d1acb89a07089e145dfefb915e2 /ceph.spec.in | |
parent | Merge pull request #52760 from thotz/add-healthchecker-timeout-haproxy (diff) | |
parent | mgr/cephadm: adapting unit tests to include provider file (diff) | |
download | ceph-920886ac64286bdc4c9eec10bdb0deabdd89a9e2.tar.xz ceph-920886ac64286bdc4c9eec10bdb0deabdd89a9e2.zip |
Merge pull request #55615 from rhcs-dashboard/grafana-mount-dashboards
mgr/cephadm: mount grafana dashboards from the path
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 38dd579868c..7aa8e704448 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1577,6 +1577,9 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd-mirror # prometheus alerts install -m 644 -D monitoring/ceph-mixin/prometheus_alerts.yml %{buildroot}/etc/prometheus/ceph/ceph_default_alerts.yml +# grafana charts +install -m 644 -D monitoring/ceph-mixin/dashboards_out/* %{buildroot}/etc/grafana/dashboards/ceph-dashboard/ + # SNMP MIB install -m 644 -D -t %{buildroot}%{_datadir}/snmp/mibs monitoring/snmp/CEPH-MIB.txt |