Wed, March 28, 2018 ยท 1 min read

New relic installation on fedora 26

New relic installation on fedora 26

New Relic is an infrastructure monitoring tool, which runs software as a service.

Add the New Relic repository

$ sudo curl -o /etc/yum.repos.d/newrelic-infra.repo https://download.newrelic.com/infrastructure_agent/linux/yum/el/7/x86_64/newrelic-infra.repo

$ sudo yum -q makecache -y --disablerepo='*' --enablerepo='newrelic-infra'

Install New Relic agent

$ sudo yum install newrelic-infra -y
Last metadata expiration check: 0:00:19 ago on Thursday 29 March 2018 05:22:49 PM IST.
Dependencies resolved.
================================================================================
Package            Arch          Version          Repository           Size
================================================================================
Installing:
newrelic-infra     x86_64        1.0.872-1        newrelic-infra      5.9 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 5.9 M
Installed size: 19 M

Installed:
  newrelic-infra.x86_64 1.0.872-1

On host MariaDB and Apache integrations into New Relic.

https://asciinema.org/a/OorCPs8Tv1GbO0ph94khFG7nU.js