def _do_exec(self): return subprocess32.call(self.monitor['args'], timeout=self.monitor['timeout']) == 0