rochaporto / collectd-ceph

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

Error ceph_pool #37

Closed resyst-it closed 8 years ago

resyst-it commented 8 years ago

Hello,

I have this error when i execute collectd and in syslog i have this.

ceph-pool: failed to ceph pool stats :: global name 'ceph_dfcmdline' is not defined :: Traceback (most recent call last):#012 File "/opt/collectd/plugins/ceph_pool_plugin.py", line 57, in get_stats#012 df_output = subprocess.check_output(ceph_dfcmdline, shell=True)#012NameError: global name 'ceph_dfcmdline' is not defined

I compiled collectd with python and ceph.

Thank for your help.