18
0
Fork 0

installation

This commit is contained in:
Benoît S. 2017-04-06 10:43:38 +02:00
parent e3cd7155d8
commit d52e7859a5
1 changed files with 11 additions and 1 deletions

View File

@ -6,6 +6,16 @@ title: Howto Dynatrace
Doc officielle : <https://help.dynatrace.com/get-started/installation/how-do-i-install-dynatrace-agent/>
Il faut d'abord accéder à l'espace [client](https://signin.dynatrace.com). Ensuite dans le menu à gauche, section « Deploy Dynatrace », « Start Installation ». Vous aurez des instructions du type :
```
# cd /tmp
# wget -O Dynatrace-OneAgent-Linux-1.115.176.sh https://ter38169.live.dynatrace.com/installer/agent/unix/latest/JZmYkd4RmqFCGMNf
# wget https://ca.dynatrace.com/dt-root.cert.pem ; ( echo -e 'Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="--SIGNED-INSTALLER"\n\n----SIGNED-INSTALLER' ; cat Dynatrace-OneAgent-Linux-1.115.176.sh ) | openssl cms -verify -CAfile dt-root.cert.pem > /dev/null
# /bin/sh Dynatrace-OneAgent-Linux-1.115.176.sh APP_LOG_CONTENT_ACCESS=1
```
```
> **Note** : L'installation se fera dans /opt.
Une fois l'installation terminé, dans l'interface web vous allez voir apparaître la machine d'ici quelques minutes. Il vous sera suggérer de redémarrer certains services, comme Apache.