Commit a5e06382 by Ben Patterson

Merge pull request #1198 from edx/benp/datadog-on-jenkins-master

Jenkins_master role: add datadog
parents b43154eb 37643ed7
--- ---
dependencies: dependencies:
- common - common
- role: datadog
COMMON_ENABLE_DATADOG: True
- name: enable jenkins datadog
shell: cp /etc/dd-agent/conf.d/jenkins.yaml.example /etc/dd-agent/conf.d/jenkins.yaml creates=/etc/dd-agent/conf.d/jenkins.yaml
notify: restart the datadog service
...@@ -126,3 +126,5 @@ ...@@ -126,3 +126,5 @@
dest=/etc/nginx/sites-enabled/jenkins dest=/etc/nginx/sites-enabled/jenkins
state=link state=link
notify: start nginx notify: start nginx
- include: datadog.yml tags=datadog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment