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

사용자의 편의를 위해 제공되는 기계 번역입니다.

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

문제 신고

Redis Enterprise 모니터링 통합

이 통합은 자체 호스팅 Redis Enterprise 클러스터용이며 Redis 호스팅 클라우드 또는 다양한 마켓플레이스 Redis Enterprise 제품이 아닙니다.

아키텍처

Redis Enterprise 통합은 두 가지 모드로 실행할 수 있습니다.

전제 조건

설치 로 이동하기 전에 다음 전제조건을 충족하는지 확인하십시오.

Redis Enterprise에서 모니터링 계정 생성

  1. Redis Enterprise 계정에 모니터링 계정을 만듭니다.

  2. Redis Entprise 인스턴스에 로그인하고 액세스 제어 를 클릭합니다.

    내부 계정을 사용하는 것이 좋지만 LDAP가 활성화된 경우 LDAP를 사용할 수 있습니다.

  3. 클러스터 보기 권한 이 있는 새 사용자 계정을 추가합니다.

New Relic 인프라 에이전트를 설치했는지 확인하십시오.

New Relic 인프라 에이전트를 설치했는지 확인하려면 다음 명령을 실행합니다.

bash
$
sudo service newrelic-infra status -l

Linux 배포판에 따라 다음 명령을 실행해야 할 수 있습니다.

bash
$
sudo /bin/systemctl status -l newrelic-infra.service

아직 설치하지 않은 경우 인프라 에이전트 설치 방법을 참조하십시오.

설치 및 구성

  1. Github 에서 OS에 맞는 최신 TAR 파일을 다운로드합니다.

  2. 다음을 실행하여 TAR 파일의 압축을 풉니다.

    bash
    $
    sudo su -
    $
    mkdir -p /tmp/nr_install
    $
    cd /tmp/nr_install
    $
    wget $RELEASE_DOWNLOAD
    $
    tar zxvf *.tar.gz
  3. 다음을 실행하여 폴더를 만들고 TAR 파일에서 이 새 폴더로 파일을 복사합니다.

    bash
    $
    mkdir -p /var/db/newrelic-infra/custom-integrations/bin
    $
    cp newrelic-redis-enterprise /var/db/newrelic-infra/custom-integrations/bin
    $
    cp conf/redis-redisenterprise-definition.yml /var/db/newrelic-infra/custom-integrations/
    $
    cp conf/redis-redisenterprise-multi-config.yml.example conf/redis-redisenterprise-multi-config.yml
  4. 다음을 실행하여 통합을 구성합니다.

    bash
    $
    vi conf/redis-redisenterprise-multi-config.yml
    $
    mv conf/redis-redisenterprise-multi-config.yml /etc/newrelic-infra/integrations.d/redis-redisenterprise-config.yaml
  5. 다음을 실행하여 사용자 이름과 비밀번호를 테스트합니다.

    bash
    $
    curl -vk -u devops@example.com:password https://CLUSTER.FQDN:9443/v1/cluster
  6. 다음을 실행하여 New Relic을 다시 시작합니다.

    bash
    $
    sudo service newrelic-infra restart

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

구성 매개변수

매개변수

정의

hostname

Redis 클러스터의 도메인

localhost 모드에서 실행하는 경우 사용 localhost

port

Redis Enterprise API 포트

기본 포트는 9443

username

생성한 Redis 사용자

다음과 같은 이메일 주소 devops@example.com

password

너의 비밀번호

대시보드 설치

  1. one.newrelic.com/marketplace 로 이동합니다.

  2. Dashboards [대시보드] 탭을 클릭하고 검색 필드에 Redis Enterprise 를 입력합니다.

  3. 대시보드 중 하나를 클릭하고 드롭다운에서 계정을 선택합니다.그런 다음 대시보드 보기 를 클릭하여 계정에 추가합니다.

Copyright © 2024 New Relic Inc.

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