22
0
Fork 0

ajout agent server

This commit is contained in:
Benoît S. 2016-10-20 17:28:50 +02:00
parent 41894ca7b7
commit 4d653c54aa
1 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,20 @@
title: Howto New Relic
---
# Installer l'agent Servers "sysmond"
Doc officielle : <https://docs.newrelic.com/docs/servers/new-relic-servers-linux/installation-configuration/servers-installation-ubuntu-debian>
```
# echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' > /etc/apt/sources.list.d/newrelic.list
# wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add -
# apt update
# apt install newrelic-sysmond
# nrsysmond-config --set license_key=<votre clé de licence>
# systemctl start newrelic-sysmond
```
# Installer l'agent PHP
Doc officielle : <https://docs.newrelic.com/docs/agents/php-agent>
@ -13,7 +27,7 @@ Doc officielle : <https://docs.newrelic.com/docs/agents/php-agent>
# apt install newrelic-php5
# newrelic-install install
# rm /etc/php5/conf.d/newrelic.ini
# systemctl restart apache2
# systemctl restart <votre serveur web>
```
Debconf vous demandera la clé de license à mettre. On pourra aussi la mettre à la main dans `/etc/php5/mods-available/newrelic.ini`.