Merge "Fix typo in collectd_base.py"

This commit is contained in:
Jenkins 2017-02-03 13:31:38 +00:00 committed by Gerrit Code Review
commit a438d9f927
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: