LoginSignup
3
3

More than 5 years have passed since last update.

NewrelicのServerMonitorのインストール

Last updated at Posted at 2013-06-25

newrelic

YUM環境でインストール

$ sudo rpm -Uvh http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
$ sudo yum -y install newrelic-sysmond
$ sudo nrsysmond-config --set license_key=xxxxxxxx
$ sudo /etc/init.d/newrelic-sysmond start

APT環境でインストール

$ vi /etc/apt/sources.list.d/newrelic.list
vi$ deb http://apt.newrelic.com/debian/ newrelic non-free
を追記
$ sudo wget -O- http://download.newrelic.com/548C16BF.gpg | apt-key add -
$ sudo wget -O- http://download.newrelic.com/548C16BF.gpg | sudo apt-key add -
$ apt-get update
$ apt-get install newrelic-sysmond
$ nrsysmond-config --set license_key=YOUR_LICENSE_KEY
$ /etc/init.d/newrelic-sysmond start
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3