-
Notifications
You must be signed in to change notification settings - Fork 1
New Relic
ssiwan edited this page Apr 27, 2017
·
7 revisions
-
echo "license_key: <> " | sudo tee -a /etc/newrelic-infra.yml
-
printf "[newrelic-infra]\nname=New Relic Infrastructure\nbaseurl=http://download.newrelic.com/infrastructure_agent/linux/yum/el/6/x86_64\nenable=1\ngpgcheck=0" | sudo tee -a /etc/yum.repos.d/newrelic-infra.repo
-
yum -q makecache -y --disablerepo='*' --enablerepo='newrelic-infra'
-
sudo yum install newrelic-infra -y
-
To Uninstall infrasture
sudo yum remove newrelic-infra -
To check status sudo initctl <start|stop|restart|status> newrelic-infra
- connect your Amazon account to Infrastructure: From infrastructure.newrelic.com , select Integrations.
- Select Amazon Web Services additional account. Follow the instructions in the Infrastructure Integrations UI to create a role in AWS. In particular, be sure to:
- In the Establish trust AWS role creation step, use **754728514883 **for the Account ID, and your New Relic account number for the External ID.
- Copy the entire ARN, as it is required for a later step.
- Once you have created the new role in AWS, return to Infrastructure Integrations setup page, and select Next.
- On the Account name and ARN page, add a name for the AWS account, as well as the same ARN used while creating a role in the previous step. If you are connecting multiple AWS accounts to New Relic, choose an account name that is easy to differentiate from your other accounts. Select Next.
- On the Configure monitoring page, select the Amazon Web Services to be monitored with New Relic Infrastructure Integrations.
- Select Save.