commit | 8f2eabf92df35d6c72370c5e9a3d9cd99dd0f64a | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Tue Oct 18 18:27:16 2016 +0300 |
committer | Simon Pasquier <spasquier@mirantis.com> | Tue Oct 18 18:27:16 2016 +0300 |
tree | 0ebf39988b1b992286ff589586ff9173f3614f6a | |
parent | e002c8e39cf93fd207bc9ed612c6f606e57c3184 [diff] |
Add missing import of client for Python plugin
diff --git a/collectd/files/collectd_python.conf b/collectd/files/collectd_python.conf index 6142345..ad3ad68 100644 --- a/collectd/files/collectd_python.conf +++ b/collectd/files/collectd_python.conf
@@ -1,3 +1,4 @@ +{%- from "collectd/map.jinja" import client with context %} <LoadPlugin python> Globals false </LoadPlugin>