From 433a78ee2e1ac413f49fb524677399d559c7c676 Mon Sep 17 00:00:00 2001 From: bserie Date: Wed, 10 Oct 2018 16:40:53 +0200 Subject: [PATCH] module apache --- HowtoDatadog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/HowtoDatadog.md b/HowtoDatadog.md index f7db1b5f..4ea8db2d 100644 --- a/HowtoDatadog.md +++ b/HowtoDatadog.md @@ -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 : + +## 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 +~~~