def start()

in mutornadomon/external_interfaces/http_endpoints.py [0:0]


    def start(self, monitor):
        self.app.add_handlers(self._host_limit, [
            (r'/mutornadomon', StatusHandler, {
                'monitor': monitor,
                'request_filter': self.request_filter
            })
        ])