link to grafana dashboard with osd / host % usage
Is there an existing grafana dashboard/panel that sort of shows the % used on disks and hosts?
cc @Ankush Behl <anbehl@redhat.com> @Aashish Sharma <aasharma@redhat.com> ^^^ On Tue, Jan 28, 2025 at 12:57 AM Marc <Marc@f1-outsourcing.eu> wrote:
Is there an existing grafana dashboard/panel that sort of shows the % used on disks and hosts? _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
-- Afreen
Hi Marc, I don't have a link to a dashboard, but since the "node_filesystem" metrics are already available, you could simply add a panel to an existing grafana dashboard and add this expression: 100 - ((node_filesystem_avail_bytes{instance="$node",job="$job",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance="$node",job="$job",device!~'rootfs'}) As for the OSDs, those utilization states are shown in the Ceph dashboard or with 'ceph osd df'. I'm not sure if anybody has added that as a panel to grafana. Regards, Eugen Zitat von Marc <Marc@f1-outsourcing.eu>:
Is there an existing grafana dashboard/panel that sort of shows the % used on disks and hosts? _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (3)
-
Afreen Misbah
-
Eugen Block
-
Marc