18
0
Bifurcation 0

module apache

Cette révision appartient à :
Benoît S. 2018-10-10 16:40:53 +02:00
Parent 9fb7aa830e
révision 433a78ee2e
1 fichiers modifiés avec 15 ajouts et 0 suppressions

Voir le fichier

@ -23,3 +23,18 @@ Tideways est un APM système et applicatif (PHP, …). Il permet d'analyser les
> **Note**: Vous devez spécifier votre clé d'API.
## Surveiller les applicatifs
Les modifications doivent être fait dans le code, par exemple pour PHP : <https://github.com/DataDog/php-datadogstatsd#php-datadog-statsd-client>
## Surveiller le système
### Apache
Mettre l'URL de server-status dans la configuration.
~~~
# cp /etc/datadog-agent/conf.d/apache.d/conf.yaml.example /etc/datadog-agent/conf.d/apache.d/conf.yaml
# vim /etc/datadog-agent/conf.d/apache.d/conf.yaml
# systemctl restart datadog-agent
~~~