• EnglishEspañol日本語한국어Português
  • 로그인지금 시작하기

이 한글 문서는 사용자의 편의를 위해 기계 번역되었습니다.

영문본과 번역본이 일치하지 않는 경우 영문본이 우선합니다. 보다 자세한 내용은 이 페이지를 방문하시기 바랍니다.

문제 신고

가이드 설치 개요

아직 계정이 없다면 무료 New Relic 계정에 등록하여 시스템을 계측하고 원격 측정 데이터를 New Relic으로 보낼 수 있습니다. 안내식 설치에서는 New Relic CLI 및 인프라 에이전트를 다운로드하고 설치하는 사용자 환경에 맞는 사용자 정의 CLI 명령을 생성합니다. 시작하기 전에 인프라 모니터링 모범 사례 가이드를 확인하는 것이 좋습니다.

시작할 준비가 되셨습니까? Guided install [안내 설치 버튼을 클릭합니다. 또는 조직이 EU 데이터 센터에 있는 경우 EU Guided install [EU 가이드 설치 를]클릭합니다.

안내 설치

가이드 설치는 사용자 환경에서 실행 중인 애플리케이션, 인프라 및 로그 소스를 검색하고 계측해야 할 항목을 권장합니다. 설치는 계측하도록 선택한 각 시스템의 구성 및 배포를 자동화합니다.

이 문서가 설치하는데 도움이 되셨나요?

중요한 이유

가이드 설치를 통해 애플리케이션과 인프라를 계측하고 몇 분 만에 New Relic에서 데이터를 볼 수 있습니다.

안내식 설치에서는 CLI(명령줄 인터페이스), 호스트 환경용 인프라 에이전트설치 레시피 라이브러리를 사용하여 애플리케이션 및 인프라를 구성합니다. 그것은 당신에게 더 적은 수고를 의미합니다.

당사의 계측 레시피는 오픈 소스이므로 필요에 따라 기존 레시피를 수정하거나 새 레시피를 구축할 수 있습니다.

CLI 플래그

CLI 플래그로 설치를 사용자 정의하고 디버깅하십시오. 합리적인 기본값으로 자동 설치를 위해 "예로 가정" 플래그 -y 를 사용하고, --debug 또는 --trace 로 출력의 세부 정보를 변경하거나, 태그를 추가하거나, 사용자 정의 설치 레시피를 사용하십시오. GitHub 의 오픈 소스 리포지토리에서 사용 가능한 전체 옵션 목록을 찾을 수 있습니다.

일부 기술 세부정보

New Relic 가이드 설치는 오픈 소스 설치 레시피를 사용하여 온호스트 통합을 구성합니다. 이러한 레시피에는 설치 및 설정 명령, 로그에 대한 정보, 설치 대상과 관련된 메타데이터가 포함됩니다. 계측할 각 시스템 유형에 대해 YAML 형식으로 작성되며 특정 통합을 위해 인프라 에이전트를 설치하는 데 필요한 모든 설치 세부 정보가 있습니다. 추가 정보는 GitHub의 오픈 소스 저장소에서 확인할 수 있습니다.

조리법

가이드 설치는 New Relic 에이전트 및 통합의 검색, 구성 및 설치를 자동화합니다. 그러나 CLI 설치 명령을 사용하여 하나씩 계측하려는 경우가 있을 수 있습니다.

개별 에이전트 및 통합을 설치하려면 설치하려는 통합 유형을 지정하는 다음과 유사한 명령을 사용합니다. 다음은 Linux용 구문입니다.

bash
$
curl -Ls https://download.newrelic.com/install/newrelic-cli/scripts/install.sh | bash && sudo NEW_RELIC_API_KEY=INSERT_YOUR_API_KEY NEW_RELIC_ACCOUNT_ID=INSERT_YOUR_ACCOUNT_ID NEW_RELIC_REGION=INSERT_YOUR_REGION /usr/local/bin/newrelic install -n INSERT_THE_RECIPE_NAME

예를 들어 Apache 통합을 설치하려면 다음을 수행하십시오.

bash
$
curl -Ls https://download.newrelic.com/install/newrelic-cli/scripts/install.sh | bash && sudo NEW_RELIC_API_KEY=INSERT_YOUR_API_KEY NEW_RELIC_ACCOUNT_ID=INSERT_YOUR_ACCOUNT_ID /usr/local/bin/newrelic install -n apache-open-source-integration

다음은 Windows용 구문입니다.

[Net.ServicePointManager]::SecurityProtocol = 'tls12, tls'; (New-Object System.Net.WebClient).DownloadFile("https://download.newrelic.com/install/newrelic-cli/scripts/install.ps1", "$env:TEMP\install.ps1"); & PowerShell.exe -ExecutionPolicy Bypass -File $env:TEMP\install.ps1; $env:NEW_RELIC_API_KEY='INSERT_YOUR_API_KEY'; $env:NEW_RELIC_ACCOUNT_ID='INSERT_YOUR_ACCOUNT_ID'; $env:NEW_RELIC_REGION='INSERT_YOUR_REGION'; & 'C:\Program Files\New Relic\New Relic CLI\newrelic.exe' install

중요

Windows에서 가이드 설치는 Microsoft SQL Server, 로그 및 인프라 에이전트만 지원합니다.

다른 모든 통합은 Linux에서만 지원됩니다.

당사의 오픈 소스 에이전트 및 통합은 서버 및 애플리케이션에서 New Relic 플랫폼으로 성능 메트릭 및 인벤토리 데이터를 전송합니다. 미리 만들어진 것을 볼 수 있습니다. 측정항목 데이터를 분석하고 알림 정책을 만들고 사용자 지정 쿼리 및 차트를 만듭니다.

아래 표에는 가이드 설치 CLI 명령에서 지원하는 에이전트 및 통합이 나열되어 있습니다. 참조를 위해 특정 온호스트 통합 명령이 제공됩니다.

완성

명령

아파치

newrelic install -n apache-open-source-integration

Cassandra

newrelic install -n cassandra-open-source-integration

Couchbase

newrelic install -n couchbase-open-source-integration

.그물

newrelic install -n dotnet-agent-installer

ElasticSearch

newrelic install -n elasticsearch-open-source-integration

HAProxy

newrelic install -n haproxy-open-source-integration

HashiCorp Consul

newrelic install -n hashicorp-consul-open-source-integration

인프라 에이전트

newrelic install -n infrastructure-agent-installer

자바

newrelic install -n java-agent-installer

멤캐시드

newrelic install -n memcached-open-source-integration

Microsoft SQL Server
(Windows만 해당)

newrelic install -n mssql-server-integration-installer

MongoDB

newrelic install -n mongodb-open-source-integration

MySQL

newrelic install -n mysql-open-source-integration

Nagios

newrelic install -n nagios-open-source-integration

Nginx

newrelic install -n nginx-open-source-integration

노드.JS

newrelic install -n node-agent-installer

PHP

newrelic install -n php-agent-installer

PostgreSQL

newrelic install -n postgres-open-source-integration

RabbitMQ

newrelic install -n rabbitmq-open-source-integration

Redis

newrelic install -n redis-open-source-integration

Varnish Cache

newrelic install -n varnish-cache-open-source-integration

일반적인 문제 해결

안내식 설치가 실패하는 영역을 식별하면 여기에 문서화하고 몇 가지 문제 해결 지침을 제공합니다.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.