Fix typo in collectd_base.py

Change-Id: I588927acde1d4dd23ae18ff8fc9105e1270f8827
(cherry picked from commit 11a0e07b68)
This commit is contained in:
Simon Pasquier 2017-02-02 14:21:58 +01:00
parent da83391e4e
commit 2616c47662
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Base(object):
self.do_collect_data = True
self.service_name = service_name
self.local_check = True
self.local_check = local_check
def config_callback(self, conf):
for node in conf.children: