Skip to content

Instantly share code, notes, and snippets.

@evalphobia
Created June 13, 2014 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evalphobia/54c3d7765455a7c16010 to your computer and use it in GitHub Desktop.
Save evalphobia/54c3d7765455a7c16010 to your computer and use it in GitHub Desktop.
NewRelic 導入

signup

http://newrelic.com/aws

ec2

サーバー作成

t1.micro で作成

$ ssh ec2-user@xxx.xxx.xxx.xxx
$ sudo su - root
# yum update
# yum install ruby-devel git gcc-c++ libxml2-devel libxslt-devel
$ adduser newrelic
$ su - newrelic
$ gem install bundler
$ git clone https://github.com/newrelic-platform/newrelic_aws_cloudwatch_plugin.git newrelic_aws
$ cd newrelic_aws
$ bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment