]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/log
cephmetrics.git
8 years agoosd: fix determination of osd type
Paul Cuzner [Fri, 21 Jul 2017 22:25:17 +0000 (10:25 +1200)]
osd: fix determination of osd type

the presence of the type file was being relied upon across versions.
However, not all versions show this file (10.2.2 did, 10.2.7 didn't!), so
this fix looks for type and if it's there it uses it, if not it will
look for the presence of the journal link to determine if the osd
is filestore. It is assumed that bluestore will 'always' use the type
file..

8 years agoosd-node-detail: fix to templating which caused charts to show no data
Paul Cuzner [Fri, 21 Jul 2017 21:43:39 +0000 (09:43 +1200)]
osd-node-detail: fix to templating which caused charts to show no data

templating had a reference to a test server hard coded - resulting in
failed queries. This fix replaces this with $domain

8 years agodashboard relationships updated to show the alert-status dashboard
Paul Cuzner [Fri, 21 Jul 2017 03:20:36 +0000 (15:20 +1200)]
dashboard relationships updated to show the alert-status dashboard

8 years agoceph-rgw-workload: updates to metric calculations and spark line colors
Paul Cuzner [Fri, 21 Jul 2017 02:57:49 +0000 (14:57 +1200)]
ceph-rgw-workload: updates to metric calculations and spark line colors

Spark lines now blue matching the at-a-glance view for consistency

8 years agoceph-rados: added the cluster flags
Paul Cuzner [Fri, 21 Jul 2017 02:57:04 +0000 (14:57 +1200)]
ceph-rados: added the cluster flags

Cluster flags/features shows as singlestat panels alongside the monitor
state. The flag states are 0 - enabled/inactive, 1 active and 2 disabled.

thresholds are used on this panels to indicate the above states

8 years agoceph-frontend: added recovery by pool - since this is the pool dashboard!
Paul Cuzner [Fri, 21 Jul 2017 02:54:56 +0000 (14:54 +1200)]
ceph-frontend: added recovery by pool - since this is the pool dashboard!

8 years agoceph-backend: fixed bug in osd-down table query
Paul Cuzner [Fri, 21 Jul 2017 02:52:58 +0000 (14:52 +1200)]
ceph-backend: fixed bug in osd-down table query

Query was showing osd's that have been removed from the system