Merge "Fix getting number of collector services for 0.9"
This commit is contained in:
commit
3cc1528103
@ -45,7 +45,8 @@ class LMACollectorPluginApi(base_test.PluginApi):
|
|||||||
"collectd": 1,
|
"collectd": 1,
|
||||||
"collectdmon": 1
|
"collectdmon": 1
|
||||||
}
|
}
|
||||||
if self.settings.version == "0.9":
|
|
||||||
|
if self.settings.version.startswith("0.9"):
|
||||||
processes_count["hekad"] = 1
|
processes_count["hekad"] = 1
|
||||||
else:
|
else:
|
||||||
# Starting with 0.10, there are one collector for logs and one for
|
# Starting with 0.10, there are one collector for logs and one for
|
||||||
|
Loading…
Reference in New Issue
Block a user