Skip to content

Instantly share code, notes, and snippets.

@evalphobia
Created June 13, 2014 06:22
Show Gist options
  • Select an option

  • Save evalphobia/54c3d7765455a7c16010 to your computer and use it in GitHub Desktop.

Select an option

Save evalphobia/54c3d7765455a7c16010 to your computer and use it in GitHub Desktop.
NewRelic 導入

signup

http://newrelic.com/aws

ec2

サーバー作成

t1.micro で作成

$ ssh [email protected]
$ 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