]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/log
cephmetrics.git
8 years agominor fixes during PR review 100/head
Paul Cuzner [Tue, 22 Aug 2017 00:08:56 +0000 (12:08 +1200)]
minor fixes during PR review

8 years agoceph-cluster: fix queries for rgw and iscsi version tables
Paul Cuzner [Mon, 21 Aug 2017 04:58:04 +0000 (16:58 +1200)]
ceph-cluster: fix queries for rgw and iscsi version tables

8 years agodashboard query update to filter out old OSDs
Paul Cuzner [Mon, 21 Aug 2017 04:57:16 +0000 (16:57 +1200)]
dashboard query update to filter out old OSDs

Old OSDs will still exist in the TSDB, and could show as out or down.
The update uses transformNull to pick out osds with null values and
filter them out of the results shown.

8 years agobase: handle admin_socket connection failures gracefully
Paul Cuzner [Mon, 21 Aug 2017 04:52:22 +0000 (16:52 +1200)]
base: handle admin_socket connection failures gracefully

Connection errors are reported to the parent object and the cephmetrics
log file

8 years agorgw: handle the scenario where the socket doesn't respond
Paul Cuzner [Mon, 21 Aug 2017 04:51:18 +0000 (16:51 +1200)]
rgw: handle the scenario where the socket doesn't respond

The perf dump to the socket could fail, so this change handles this
scenario by just reporting the issue avoiding connectionerror
problems

8 years agonode-detail: minor fix to template for osd_ids
Paul Cuzner [Mon, 21 Aug 2017 01:38:48 +0000 (13:38 +1200)]
node-detail: minor fix to template for osd_ids

osd_id template had to be updated to avoid issues with the move of
num_osds and ceph_version metrics.

8 years agorelationships diagram updated to reflect new ceph-health dashboard
Paul Cuzner [Mon, 21 Aug 2017 01:36:52 +0000 (13:36 +1200)]
relationships diagram updated to reflect new ceph-health dashboard

8 years agoceph-pools: fix yaxis in pool iops chart
Paul Cuzner [Mon, 21 Aug 2017 01:36:29 +0000 (13:36 +1200)]
ceph-pools: fix yaxis in pool iops chart

8 years agoosd-information: fixes for null entries and time windows used on pie-charts
Paul Cuzner [Mon, 21 Aug 2017 01:36:01 +0000 (13:36 +1200)]
osd-information: fixes for null entries and time windows used on pie-charts

osd's that fail result in nulls in the data series, so queries updated to
account for this gaps. In addition, a time window if 2 mins used to
restrict the obs that have to be grabbed from graphite for the pie charts

8 years agoceph-cluster: health info removed, ceph version tables added
Paul Cuzner [Mon, 21 Aug 2017 01:33:59 +0000 (13:33 +1200)]
ceph-cluster: health info removed, ceph version tables added

exploits the updates to the basecollector class which now provide ceph
version which is presented in table form, by role.