-
Notifications
You must be signed in to change notification settings - Fork 262
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
Pre-Release 1.7.0 PR #176
Merged
Merged
Pre-Release 1.7.0 PR #176
Conversation
This file contains 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
Adds the ``instances`` parameter to the ``http_check`` class. This parameter defaults to undef. For backwards compatibility, if the ``instances`` array not defined it will be instantiated as an array containing a single hash. The remaining parameters of the class will be used for the key/value pairs in the hash. This will allow us to iterate over the ``instances`` array in the template.
In some environments with blocked egress connectivity, the location of the GPGkey might need to be overwritten to an internal resource.
Control management via the manage_repo parameter. This allows for private repos in the case where there might be a network issue between the host and datadog's yum repo. Added some tests for both cases
Fixes #160. This option is a string regex which can be enabled and used to extract the hostname from puppet hostname strings with a capture group. It is useful for people that have specific puppet hostnames and that would like to sanitize them before reporting those in Datadog.
add dd user to docker group update to use docker_daemon add consul allow repo to be optionally managed use_mount is now managed in disk.yaml
New manifests tested functional on 4.2.3 and 3.8.1, Travis build looking good. Spec tests also green. |
[http_check] fixing template. [http_check] fixing yaml alignment.
…s have been exapnde to cover these options Added documentation to init.pp Added in tests/paramters for syslog host/port Fixed some typos Added coverage for dogstreams Fixed missing check for custom_emitters Fixed up additional new lines in the template file Added checks for new lines in tests
truthbk
force-pushed
the
jaime/preprelease_alt
branch
from
April 12, 2016 15:22
d19fc1c
to
3aa17e7
Compare
[release] pimping changelog.
truthbk
force-pushed
the
jaime/preprelease_alt
branch
from
April 12, 2016 17:52
6d525f9
to
a2ae842
Compare
This was referenced Apr 12, 2016
Fixes #160. This option is a string regex which can be enabled and used to extract the hostname from puppet hostname strings with a capture group. It is useful for people that have specific puppet hostnames and that would like to sanitize them before reporting those in Datadog.
This was referenced Apr 12, 2016
This was referenced Jun 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR consolidating multiple efforts by several contributors for testing, clean-up, etc.