success([ 'cpu' => $this->service->getCpuInfo(), 'memory' => $this->service->getMemInfo(), 'phpenv' => $this->service->getPhpAndEnvInfo(), 'disk' => $this->service->getDiskInfo() ]); } }