Esempio n. 1
0
 def setUp(self):
     config = get_collector_config('MongoDBCollector', {
         'host'  : 'localhost:27017',
     })
     self.collector = MongoDBCollector(config, None)