-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update auto_conf.yaml template #1523
Conversation
|
||
instances: | ||
- url: "%%host%%" | ||
port: "9012" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where does this port come from? It's not listed in https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers - is it considered a de facto standard? Does it work in 90%+ of tomcat setups?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The port is also used in the regular tomcat.yaml
configuration. But I think the 9012
is the default port tomcat uses for monitoring (https://tomcat.apache.org/tomcat-7.0-doc/monitoring.html)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rebase on master and fix the changelog?
93ad090
to
ebd2856
Compare
tomcat/CHANGELOG.md
Outdated
@@ -1,5 +1,9 @@ | |||
# CHANGELOG - tomcat | |||
|
|||
# 1.1.0 / Unreleased | |||
|
|||
* [Update] Update auto_conf template. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's remove the entry from the changelog and put this line in the PR title instead
What does this PR do?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Testing Guidelines
An overview on testing
is available in our contribution guidelines.
Versioning
manifest.json
datadog_checks/{integration}/__init__.py
CHANGELOG.md
. Please useUnreleased
as the date in the titlefor the new section.
Additional Notes
Anything else we should know when reviewing?