Created
June 4, 2015 10:36
-
-
Save neeravkumar/6a89e1403c714598eac6 to your computer and use it in GitHub Desktop.
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
| # account_key is the only required value | |
| account_key: $SCOUT_KEY | |
| hostname: $HOSTNAME | |
| display_name: $HOSTNAME | |
| log_file: /var/log/docker/scoutd.log | |
| ruby_path: /usr/bin/ruby | |
| environment: production | |
| roles: $ROLES | |
| agent_data_file: | |
| http_proxy: | |
| https_proxy: | |
| statsd: | |
| addr: 172.17.42.1:8125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment