in mutornadomon/monitor.py [0:0]
def start(self):
for collector in self.collectors:
collector.start(self)
self.external_interface.start(self)
self._last_cb_time = time.time()
self.measure_callback.start()