/**
  * Cron to review server thresholds
  */
 public function actionCron()
 {
     $model = new Server();
     $servers = $model->cron();
     $this->layout = 'app';
     return "";
 }