Have you checked the dashboard config for grafana? ceph dashboard get-grafana-api-url Are you able to see the dashboards if you navigate directly to the grafana host instead of the ceph dashboard (probably on default port 3000)? Zitat von Nicola Mori <mori@fi.infn.it>:
Dear Ceph users,
my Cephadm cluster (19.2.1) is currenlty lacking all the Grafana dashboards so I cannot see plots of any metrics. For example, trying to access the "Performance Details" tab of my filesystem on the web dashboard I get the following message:
Grafana Dashboard doesn't exist. Please refer to documentation on how to add dashboards to Grafana.
The linked instructions reports how to enable the monitoring stack, which was already deployed on my system. So I first removed it:
ceph orch rm prometheus ceph orch rm node-exporter ceph orch rm ceph-exporter ceph mgr module disable prometheus
and the re-deployed it:
ceph orch apply node-exporter ceph orch apply alertmanager ceph orch apply prometheus ceph orch apply grafana ceph mgr module enable prometheus
but still I get no Grafana dashboards. How can I fix this? Thank you,
Nicola