rochaporto / collectd-ceph

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

typo in pool code #36

Closed grinapo closed 7 years ago

grinapo commented 8 years ago

--- ceph_pool_plugin.py~ 2016-03-02 23:35:20.000000000 +0100 +++ ceph_pool_plugin.py 2016-03-03 00:04:04.876014974 +0100 @@ -54,7 +54,7 @@ osd_pool_cmdline='ceph osd pool stats -f json --cluster ' + self.cluster stats_output = subprocess.check_output(osd_pool_cmdline, shell=True) cephdf_cmdline='ceph df -f json --cluster ' + self.cluster

grinapo commented 7 years ago

it has been fixed and merged into my tree, and it's already been reported several times anyway.