• 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インテグレーションは、次の2つのモードで実行できます。

前提条件

インストレーションに移動する前に、次の前提条件を満たしていることを確認してください。

Redis Enterpriseでのモニタリングアカウントの作成

  1. Redis Enterpriseアカウントにモニタリングアカウントを作成します。

  2. Redis Entpriseインスタンスにログインし、アクセス制御をクリックします。

    ヒント

    内部アカウントを使用することをお勧めしますが、LDAPを有効にしている場合はLDAPを使用できます。

  3. クラスタビュー許可を使用して新規ユーザーアカウントを追加します。

New Relic Infrastructureエージェントがインストールされていることを確認する

New Relic Infrastructureエージェントをインストールしたかどうかを確認するには、次のコマンドを実行します。

bash
$
sudo service newrelic-infra status -l

Linux distroによっては、次のコマンドを実行する必要があります。

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

インストールしていない場合は、Infrastructureエージェントのインストール方法を参照してください。

インストールと設定

  1. お使いのOSに応じてGithubから最新の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株式会社。

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