New relic installation on fedora 26
New Relic is an infrastructure monitoring tool, which runs software as a service.
$ 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'
$ 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.
Related Articles
Adding plugins to new relic infrastructure monitoring
Custom and third party performance statistics plugins can be installed from New Relic store, the new plugin installer can be used to install plugins from npi command.
Mariadb and apache integrations into newrelic
New Relic provides benefits of integrating on host integrations of Apache and MySQL.
New relic installation on fedora 26
New Relic is an infrastructure monitoring tool, which runs software as a service.