-
Notifications
You must be signed in to change notification settings - Fork 231
Agent 7 support #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Agent 7 support #220
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
22daa4d
Agent 7 support
KSerrania 8e33e03
Use concatenation in jinja template
KSerrania 8298114
Update README
KSerrania 37cdf38
Update local tests
KSerrania f084c74
Add Agent 7 local test files
KSerrania cf2e56b
Merge branch 'master' into kserrania/agent7-support
KSerrania 56563e9
Merge remote-tracking branch 'origin/master' into kserrania/agent7-su…
KSerrania 12a4099
Update README with typo fixes and new Windows behavior
KSerrania 617ffb8
README typo fixes
KSerrania 26d0d1a
Address review comments
KSerrania e38b0e4
Address review comments
KSerrania 4d99593
Documentation update
KSerrania 102d6ba
Merge remote-tracking branch 'origin/master' into kserrania/agent7-su…
KSerrania 1e76b78
Infer major version from datadog_agent_version (#239)
KSerrania 90c5995
Do not run_once version parsing
KSerrania cc6ade5
More specific repo filenames
KSerrania ebdaca5
Use yaml dicts instead of python dicts
KSerrania 01d0d23
Update repo filenames everywhere
KSerrania 59d2c75
Apply suggestions from code review
KSerrania fc23dd9
README update
KSerrania 7c5abe3
Update version parsing regexp
KSerrania 1e4eb78
We're releasing v4, not v3
KSerrania 6becf1c
Simplify demo playbook
KSerrania 6770120
Add 4.0 changelog
KSerrania 8420dac
Merge branch 'master' into kserrania/agent7-support
KSerrania f120e97
Changelog tweaks
KSerrania 9dd8ee9
Changelog tweaks 2
KSerrania 1882eae
Merge branch 'master' into kserrania/agent7-support
KSerrania a8927e1
Update README.md
KSerrania 8a56d48
Put internal variables at the end of the defaults file
KSerrania 780f15a
Update changelog date
KSerrania File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| --- | ||
|
|
||
| - hosts: all | ||
| roles: | ||
| - { role: '/root/project/'} | ||
| vars: | ||
| datadog_api_key: "11111111111111111111111111111111" | ||
| datadog_enabled: false | ||
| datadog_agent_major_version: 7 | ||
| # avoid checking that the agent is stopped for centos | ||
| datadog_skip_running_check: true | ||
| datadog_config: | ||
| tags: "mytag0, mytag1" | ||
| log_level: INFO | ||
| apm_enabled: "true" # has to be set as a string | ||
| datadog_config_ex: | ||
| trace.config: | ||
| env: dev | ||
| trace.concentrator: | ||
| extra_aggregators: version | ||
| datadog_checks: | ||
| process: | ||
| init_config: | ||
| instances: | ||
| - name: agent | ||
| search_string: ['agent', 'sshd' ] |
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
File renamed without changes.
File renamed without changes.
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.