get([ 'output' => ['host'], 'hostids' => $hostIds, 'filter' => ['flags' => ZBX_FLAG_DISCOVERY_CREATED], 'limit' => 1 ]); if ($hosts) { $host = reset($hosts); $this->error($this->message, $host['host']); return false; } return true; } }