New Relic

PostgreSQLプラグインを追加する

インストールするPostgreSQLプラグイン

  • New Relicの管理画面にログインする。
  • 左メニューの"Plugins"を押下する。
  • "MeetMe, Inc."のPostgreSQLプラグインを押下する。
  • "Download"ボタンを押下すると、プラグインの詳細説明画面に遷移する。

PostgreSQLプラグインのインストール

  • eazy_install/pipをインストールする。
     yum install python-setuptools
     easy_install pip
 pip install newrelic-plugin-agent
 cp /opt/newrelic_plugin_agent/newrelic_plugin_agent.cfg /etc/newrelic/
 vi /etc/newrelic/newrelic_plugin_agent.cfg
 Application:
   license_key: 1234567ABCDEFG1234567ABCDEG1234567
   postgresql:
     host: localhost
     port: 5432
     user: postgres
     dbname: postgres
     superuser: False

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS