Created
October 5, 2017 11:39
-
-
Save onefriendaday/34c51096110e01fde73c4a98c9783f9d to your computer and use it in GitHub Desktop.
Dynatrace ElasticBeanstalk Config with Rails Stack and Nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| container_commands: | |
| 01_install_dynatrace_oneagent: | |
| command: "[ -d /opt/dynatrace/oneagent ] || /tmp/Dynatrace-OneAgent.sh" | |
| cwd: /tmp | |
| 02_reload_nginx: | |
| command: "service nginx restart" | |
| files: | |
| "/tmp/Dynatrace-OneAgent.sh": | |
| mode: "000755" | |
| owner: root | |
| group: root | |
| source: YOUR_AGENT_URL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment