rochaporto / collectd-ceph

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

get plugins to trigger shell processes #15

Closed rochaporto closed 10 years ago

rochaporto commented 10 years ago

In each plugin we're doing subprocess.check_output(..., shell=False).

This is better, but causes issues when multiple python plugins are loaded. Enabling shell seems to fix it.