|
@@ -27,6 +27,8 @@ class ICollector(Thread) :
|
|
|
self.factory = DataSourceFactory()
|
|
|
self.init()
|
|
|
self.name = 'data-collector@'+self.id
|
|
|
+
|
|
|
+
|
|
|
def init(self):
|
|
|
|
|
|
|
|
@@ -51,7 +53,9 @@ class ICollector(Thread) :
|
|
|
self.quit = False
|
|
|
#self.DELAY = PARAMS['delay']*60
|
|
|
self.DELAY = self.config['delay']
|
|
|
-
|
|
|
+ #
|
|
|
+ # we need to instanciate the actor orchestrator
|
|
|
+ #
|
|
|
"""
|
|
|
This function returns an instance of a data collector class :
|
|
|
ProcessDetails, FileWatch, ... provided the class name
|