rochaporto / collectd-ceph

collectd plugins and dashboards for ceph
GNU General Public License v2.0
60 stars 65 forks source link

support changed statistic keys in json of ceph 0.84+ (fixes #25) #27

Closed umesecke closed 9 years ago

umesecke commented 9 years ago

This commit adds support for changed data format of ceph df -f json in Ceph 0.87 (introduced in developer version 0.84). The code both supports old and new data format. This should fix the issue #25.

rochaporto commented 9 years ago

Thanks!