Skip to content
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

Fix the description of the allow_redirects HTTP option #10195

Merged
merged 1 commit into from
Sep 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion airflow/datadog_checks/airflow/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion ambari/datadog_checks/ambari/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion apache/datadog_checks/apache/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ instances:
# log_requests: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion cilium/datadog_checks/cilium/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion consul/datadog_checks/consul/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion coredns/datadog_checks/coredns/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion couch/datadog_checks/couch/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion crio/datadog_checks/crio/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,4 @@
value:
example: true
type: boolean
description: Whether or not allow following URL redirection.
description: Whether or not to allow URL redirection.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion druid/datadog_checks/druid/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion elastic/datadog_checks/elastic/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion envoy/datadog_checks/envoy/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion etcd/datadog_checks/etcd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion fluentd/datadog_checks/fluentd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,6 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true
2 changes: 1 addition & 1 deletion gitlab/datadog_checks/gitlab/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion haproxy/datadog_checks/haproxy/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion harbor/datadog_checks/harbor/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,6 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true
2 changes: 1 addition & 1 deletion ibm_was/datadog_checks/ibm_was/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion istio/datadog_checks/istio/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion kong/datadog_checks/kong/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion lighttpd/datadog_checks/lighttpd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
2 changes: 1 addition & 1 deletion linkerd/datadog_checks/linkerd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ instances:
# persist_connections: false

## @param allow_redirects - boolean - optional - default: true
## Whether or not allow following URL redirection.
## Whether or not to allow URL redirection.
#
# allow_redirects: true

Expand Down
Loading