From 52a8b4557c05b07a4802a96d005a12054696e358 Mon Sep 17 00:00:00 2001 From: HantingZHANG Date: Wed, 22 Sep 2021 17:12:12 +0200 Subject: [PATCH] changing desc --- activemq_xml/datadog_checks/activemq_xml/data/conf.yaml.example | 2 +- airflow/datadog_checks/airflow/data/conf.yaml.example | 2 +- amazon_msk/datadog_checks/amazon_msk/data/conf.yaml.example | 2 +- ambari/datadog_checks/ambari/data/conf.yaml.example | 2 +- apache/datadog_checks/apache/data/conf.yaml.example | 2 +- avi_vantage/datadog_checks/avi_vantage/data/conf.yaml.example | 2 +- .../datadog_checks/azure_iot_edge/data/conf.yaml.example | 2 +- cilium/datadog_checks/cilium/data/conf.yaml.example | 2 +- cisco_aci/datadog_checks/cisco_aci/data/conf.yaml.example | 2 +- .../datadog_checks/citrix_hypervisor/data/conf.yaml.example | 2 +- .../datadog_checks/cloud_foundry_api/data/conf.yaml.example | 2 +- cockroachdb/datadog_checks/cockroachdb/data/conf.yaml.example | 2 +- consul/datadog_checks/consul/data/conf.yaml.example | 2 +- coredns/datadog_checks/coredns/data/conf.yaml.example | 2 +- couch/datadog_checks/couch/data/conf.yaml.example | 2 +- couchbase/datadog_checks/couchbase/data/conf.yaml.example | 2 +- crio/datadog_checks/crio/data/conf.yaml.example | 2 +- .../dev/tooling/templates/configuration/instances/http.yaml | 2 +- .../datadog_checks/datadog_cluster_agent/data/auto_conf.yaml | 2 +- .../datadog_checks/datadog_cluster_agent/data/conf.yaml.example | 2 +- druid/datadog_checks/druid/data/conf.yaml.example | 2 +- ecs_fargate/datadog_checks/ecs_fargate/data/conf.yaml.example | 2 +- eks_fargate/datadog_checks/eks_fargate/data/conf.yaml.example | 2 +- elastic/datadog_checks/elastic/data/conf.yaml.example | 2 +- envoy/datadog_checks/envoy/data/conf.yaml.example | 2 +- etcd/datadog_checks/etcd/data/conf.yaml.example | 2 +- external_dns/datadog_checks/external_dns/data/conf.yaml.example | 2 +- fluentd/datadog_checks/fluentd/data/conf.yaml.example | 2 +- gitlab/datadog_checks/gitlab/data/conf.yaml.example | 2 +- .../datadog_checks/gitlab_runner/data/conf.yaml.example | 2 +- go_expvar/datadog_checks/go_expvar/data/conf.yaml.example | 2 +- haproxy/datadog_checks/haproxy/data/conf.yaml.example | 2 +- harbor/datadog_checks/harbor/data/conf.yaml.example | 2 +- hazelcast/datadog_checks/hazelcast/data/conf.yaml.example | 2 +- .../datadog_checks/hdfs_datanode/data/conf.yaml.example | 2 +- .../datadog_checks/hdfs_namenode/data/conf.yaml.example | 2 +- http_check/datadog_checks/http_check/data/conf.yaml.example | 2 +- ibm_was/datadog_checks/ibm_was/data/conf.yaml.example | 2 +- istio/datadog_checks/istio/data/conf.yaml.example | 2 +- kong/datadog_checks/kong/data/conf.yaml.example | 2 +- .../kube_apiserver_metrics/data/conf.yaml.example | 2 +- .../datadog_checks/kube_scheduler/data/conf.yaml.example | 2 +- kyototycoon/datadog_checks/kyototycoon/data/conf.yaml.example | 2 +- lighttpd/datadog_checks/lighttpd/data/conf.yaml.example | 2 +- linkerd/datadog_checks/linkerd/data/conf.yaml.example | 2 +- mapreduce/datadog_checks/mapreduce/data/conf.yaml.example | 2 +- marathon/datadog_checks/marathon/data/conf.yaml.example | 2 +- marklogic/datadog_checks/marklogic/data/conf.yaml.example | 2 +- mesos_master/datadog_checks/mesos_master/data/conf.yaml.example | 2 +- mesos_slave/datadog_checks/mesos_slave/data/conf.yaml.example | 2 +- nginx/datadog_checks/nginx/data/conf.yaml.example | 2 +- .../nginx_ingress_controller/data/conf.yaml.example | 2 +- openmetrics/datadog_checks/openmetrics/data/conf.yaml.example | 2 +- .../datadog_checks/openstack_controller/data/conf.yaml.example | 2 +- php_fpm/datadog_checks/php_fpm/data/conf.yaml.example | 2 +- .../datadog_checks/powerdns_recursor/data/conf.yaml.example | 2 +- rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example | 2 +- riak/datadog_checks/riak/data/conf.yaml.example | 2 +- scylla/datadog_checks/scylla/data/conf.yaml.example | 2 +- sonarqube/datadog_checks/sonarqube/data/conf.yaml.example | 2 +- spark/datadog_checks/spark/data/conf.yaml.example | 2 +- squid/datadog_checks/squid/data/conf.yaml.example | 2 +- teamcity/datadog_checks/teamcity/data/conf.yaml.example | 2 +- twistlock/datadog_checks/twistlock/data/conf.yaml.example | 2 +- vault/datadog_checks/vault/data/conf.yaml.example | 2 +- voltdb/datadog_checks/voltdb/data/conf.yaml.example | 2 +- vsphere/datadog_checks/vsphere/data/conf.yaml.example | 2 +- yarn/datadog_checks/yarn/data/conf.yaml.example | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/activemq_xml/datadog_checks/activemq_xml/data/conf.yaml.example b/activemq_xml/datadog_checks/activemq_xml/data/conf.yaml.example index cbe4e1c76a167..324ec6d0f1472 100644 --- a/activemq_xml/datadog_checks/activemq_xml/data/conf.yaml.example +++ b/activemq_xml/datadog_checks/activemq_xml/data/conf.yaml.example @@ -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 diff --git a/airflow/datadog_checks/airflow/data/conf.yaml.example b/airflow/datadog_checks/airflow/data/conf.yaml.example index 25c261c3471c9..0b760b58b0829 100644 --- a/airflow/datadog_checks/airflow/data/conf.yaml.example +++ b/airflow/datadog_checks/airflow/data/conf.yaml.example @@ -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 diff --git a/amazon_msk/datadog_checks/amazon_msk/data/conf.yaml.example b/amazon_msk/datadog_checks/amazon_msk/data/conf.yaml.example index 0420c624319a2..dbf0a85bac573 100644 --- a/amazon_msk/datadog_checks/amazon_msk/data/conf.yaml.example +++ b/amazon_msk/datadog_checks/amazon_msk/data/conf.yaml.example @@ -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 diff --git a/ambari/datadog_checks/ambari/data/conf.yaml.example b/ambari/datadog_checks/ambari/data/conf.yaml.example index df08b049a5ca3..5166ba6741f47 100644 --- a/ambari/datadog_checks/ambari/data/conf.yaml.example +++ b/ambari/datadog_checks/ambari/data/conf.yaml.example @@ -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 diff --git a/apache/datadog_checks/apache/data/conf.yaml.example b/apache/datadog_checks/apache/data/conf.yaml.example index 5adc3a3024210..0e005452172db 100644 --- a/apache/datadog_checks/apache/data/conf.yaml.example +++ b/apache/datadog_checks/apache/data/conf.yaml.example @@ -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 diff --git a/avi_vantage/datadog_checks/avi_vantage/data/conf.yaml.example b/avi_vantage/datadog_checks/avi_vantage/data/conf.yaml.example index ee1f798c9286e..7989cabfad73f 100644 --- a/avi_vantage/datadog_checks/avi_vantage/data/conf.yaml.example +++ b/avi_vantage/datadog_checks/avi_vantage/data/conf.yaml.example @@ -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 diff --git a/azure_iot_edge/datadog_checks/azure_iot_edge/data/conf.yaml.example b/azure_iot_edge/datadog_checks/azure_iot_edge/data/conf.yaml.example index fe969e03962cb..5264767abbeac 100644 --- a/azure_iot_edge/datadog_checks/azure_iot_edge/data/conf.yaml.example +++ b/azure_iot_edge/datadog_checks/azure_iot_edge/data/conf.yaml.example @@ -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 diff --git a/cilium/datadog_checks/cilium/data/conf.yaml.example b/cilium/datadog_checks/cilium/data/conf.yaml.example index 52f8bece73fd3..ba62570ed1e12 100644 --- a/cilium/datadog_checks/cilium/data/conf.yaml.example +++ b/cilium/datadog_checks/cilium/data/conf.yaml.example @@ -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 diff --git a/cisco_aci/datadog_checks/cisco_aci/data/conf.yaml.example b/cisco_aci/datadog_checks/cisco_aci/data/conf.yaml.example index 6089bf1fbd40b..be0db6876fc1e 100644 --- a/cisco_aci/datadog_checks/cisco_aci/data/conf.yaml.example +++ b/cisco_aci/datadog_checks/cisco_aci/data/conf.yaml.example @@ -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 diff --git a/citrix_hypervisor/datadog_checks/citrix_hypervisor/data/conf.yaml.example b/citrix_hypervisor/datadog_checks/citrix_hypervisor/data/conf.yaml.example index d427eac9cd3ef..611dee7f14865 100644 --- a/citrix_hypervisor/datadog_checks/citrix_hypervisor/data/conf.yaml.example +++ b/citrix_hypervisor/datadog_checks/citrix_hypervisor/data/conf.yaml.example @@ -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 diff --git a/cloud_foundry_api/datadog_checks/cloud_foundry_api/data/conf.yaml.example b/cloud_foundry_api/datadog_checks/cloud_foundry_api/data/conf.yaml.example index a90c86c135085..cda5240dabc83 100644 --- a/cloud_foundry_api/datadog_checks/cloud_foundry_api/data/conf.yaml.example +++ b/cloud_foundry_api/datadog_checks/cloud_foundry_api/data/conf.yaml.example @@ -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 diff --git a/cockroachdb/datadog_checks/cockroachdb/data/conf.yaml.example b/cockroachdb/datadog_checks/cockroachdb/data/conf.yaml.example index 10fd2decf1a54..f8e8a06bf580a 100644 --- a/cockroachdb/datadog_checks/cockroachdb/data/conf.yaml.example +++ b/cockroachdb/datadog_checks/cockroachdb/data/conf.yaml.example @@ -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 diff --git a/consul/datadog_checks/consul/data/conf.yaml.example b/consul/datadog_checks/consul/data/conf.yaml.example index acaf42d7bf120..89501164ff522 100644 --- a/consul/datadog_checks/consul/data/conf.yaml.example +++ b/consul/datadog_checks/consul/data/conf.yaml.example @@ -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 diff --git a/coredns/datadog_checks/coredns/data/conf.yaml.example b/coredns/datadog_checks/coredns/data/conf.yaml.example index 8bb99d444cd19..9c127750a4fbc 100644 --- a/coredns/datadog_checks/coredns/data/conf.yaml.example +++ b/coredns/datadog_checks/coredns/data/conf.yaml.example @@ -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 diff --git a/couch/datadog_checks/couch/data/conf.yaml.example b/couch/datadog_checks/couch/data/conf.yaml.example index 21eff56126abe..179b11b9c1a5c 100644 --- a/couch/datadog_checks/couch/data/conf.yaml.example +++ b/couch/datadog_checks/couch/data/conf.yaml.example @@ -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 diff --git a/couchbase/datadog_checks/couchbase/data/conf.yaml.example b/couchbase/datadog_checks/couchbase/data/conf.yaml.example index df0953d3f07ff..661edaa183a58 100644 --- a/couchbase/datadog_checks/couchbase/data/conf.yaml.example +++ b/couchbase/datadog_checks/couchbase/data/conf.yaml.example @@ -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 diff --git a/crio/datadog_checks/crio/data/conf.yaml.example b/crio/datadog_checks/crio/data/conf.yaml.example index 4878d828a827b..1aaaa759b0bcf 100644 --- a/crio/datadog_checks/crio/data/conf.yaml.example +++ b/crio/datadog_checks/crio/data/conf.yaml.example @@ -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 diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/http.yaml b/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/http.yaml index 00c3b59839225..7b9d586a83a73 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/http.yaml +++ b/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/http.yaml @@ -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. diff --git a/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/auto_conf.yaml b/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/auto_conf.yaml index 0a4febe13e3d0..f7c30b9504634 100644 --- a/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/auto_conf.yaml +++ b/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/auto_conf.yaml @@ -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 diff --git a/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/conf.yaml.example b/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/conf.yaml.example index 849fbb0fc88bb..da4cac58c2552 100644 --- a/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/conf.yaml.example +++ b/datadog_cluster_agent/datadog_checks/datadog_cluster_agent/data/conf.yaml.example @@ -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 diff --git a/druid/datadog_checks/druid/data/conf.yaml.example b/druid/datadog_checks/druid/data/conf.yaml.example index d4f338ebb2745..531be4380e249 100644 --- a/druid/datadog_checks/druid/data/conf.yaml.example +++ b/druid/datadog_checks/druid/data/conf.yaml.example @@ -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 diff --git a/ecs_fargate/datadog_checks/ecs_fargate/data/conf.yaml.example b/ecs_fargate/datadog_checks/ecs_fargate/data/conf.yaml.example index cbfa5f279a6e8..d96c487963f80 100644 --- a/ecs_fargate/datadog_checks/ecs_fargate/data/conf.yaml.example +++ b/ecs_fargate/datadog_checks/ecs_fargate/data/conf.yaml.example @@ -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 diff --git a/eks_fargate/datadog_checks/eks_fargate/data/conf.yaml.example b/eks_fargate/datadog_checks/eks_fargate/data/conf.yaml.example index cbfa5f279a6e8..d96c487963f80 100644 --- a/eks_fargate/datadog_checks/eks_fargate/data/conf.yaml.example +++ b/eks_fargate/datadog_checks/eks_fargate/data/conf.yaml.example @@ -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 diff --git a/elastic/datadog_checks/elastic/data/conf.yaml.example b/elastic/datadog_checks/elastic/data/conf.yaml.example index 3b877aaa2427f..4d859c44860d7 100644 --- a/elastic/datadog_checks/elastic/data/conf.yaml.example +++ b/elastic/datadog_checks/elastic/data/conf.yaml.example @@ -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 diff --git a/envoy/datadog_checks/envoy/data/conf.yaml.example b/envoy/datadog_checks/envoy/data/conf.yaml.example index a3e06ffea01f0..e399f43fd0b7f 100644 --- a/envoy/datadog_checks/envoy/data/conf.yaml.example +++ b/envoy/datadog_checks/envoy/data/conf.yaml.example @@ -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 diff --git a/etcd/datadog_checks/etcd/data/conf.yaml.example b/etcd/datadog_checks/etcd/data/conf.yaml.example index 155fb8e262ba0..1e5b5560ce606 100644 --- a/etcd/datadog_checks/etcd/data/conf.yaml.example +++ b/etcd/datadog_checks/etcd/data/conf.yaml.example @@ -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 diff --git a/external_dns/datadog_checks/external_dns/data/conf.yaml.example b/external_dns/datadog_checks/external_dns/data/conf.yaml.example index ce3d09adb1e02..0f1584e5e6c3b 100644 --- a/external_dns/datadog_checks/external_dns/data/conf.yaml.example +++ b/external_dns/datadog_checks/external_dns/data/conf.yaml.example @@ -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 diff --git a/fluentd/datadog_checks/fluentd/data/conf.yaml.example b/fluentd/datadog_checks/fluentd/data/conf.yaml.example index 7f909eb0369ed..a82ca5f5ec12c 100644 --- a/fluentd/datadog_checks/fluentd/data/conf.yaml.example +++ b/fluentd/datadog_checks/fluentd/data/conf.yaml.example @@ -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 diff --git a/gitlab/datadog_checks/gitlab/data/conf.yaml.example b/gitlab/datadog_checks/gitlab/data/conf.yaml.example index e77be680111c8..29fffa8a7bdc2 100644 --- a/gitlab/datadog_checks/gitlab/data/conf.yaml.example +++ b/gitlab/datadog_checks/gitlab/data/conf.yaml.example @@ -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 diff --git a/gitlab_runner/datadog_checks/gitlab_runner/data/conf.yaml.example b/gitlab_runner/datadog_checks/gitlab_runner/data/conf.yaml.example index 6f7abfbbd7f33..5df13e9299e2d 100644 --- a/gitlab_runner/datadog_checks/gitlab_runner/data/conf.yaml.example +++ b/gitlab_runner/datadog_checks/gitlab_runner/data/conf.yaml.example @@ -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 diff --git a/go_expvar/datadog_checks/go_expvar/data/conf.yaml.example b/go_expvar/datadog_checks/go_expvar/data/conf.yaml.example index db260291024f3..20b6439cdfc92 100644 --- a/go_expvar/datadog_checks/go_expvar/data/conf.yaml.example +++ b/go_expvar/datadog_checks/go_expvar/data/conf.yaml.example @@ -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 diff --git a/haproxy/datadog_checks/haproxy/data/conf.yaml.example b/haproxy/datadog_checks/haproxy/data/conf.yaml.example index 9d17ac3c8e911..16b9223ab9169 100644 --- a/haproxy/datadog_checks/haproxy/data/conf.yaml.example +++ b/haproxy/datadog_checks/haproxy/data/conf.yaml.example @@ -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 diff --git a/harbor/datadog_checks/harbor/data/conf.yaml.example b/harbor/datadog_checks/harbor/data/conf.yaml.example index 18cc4ef998f75..68a6da904bbef 100644 --- a/harbor/datadog_checks/harbor/data/conf.yaml.example +++ b/harbor/datadog_checks/harbor/data/conf.yaml.example @@ -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 diff --git a/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example b/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example index 29a82af8fabe3..20b1ecfd7b783 100644 --- a/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example +++ b/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example @@ -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 diff --git a/hdfs_datanode/datadog_checks/hdfs_datanode/data/conf.yaml.example b/hdfs_datanode/datadog_checks/hdfs_datanode/data/conf.yaml.example index 623883d1e3b97..f63a6d7b7e248 100644 --- a/hdfs_datanode/datadog_checks/hdfs_datanode/data/conf.yaml.example +++ b/hdfs_datanode/datadog_checks/hdfs_datanode/data/conf.yaml.example @@ -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 diff --git a/hdfs_namenode/datadog_checks/hdfs_namenode/data/conf.yaml.example b/hdfs_namenode/datadog_checks/hdfs_namenode/data/conf.yaml.example index 54945ba01c82f..7106c40f0fb5a 100644 --- a/hdfs_namenode/datadog_checks/hdfs_namenode/data/conf.yaml.example +++ b/hdfs_namenode/datadog_checks/hdfs_namenode/data/conf.yaml.example @@ -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 diff --git a/http_check/datadog_checks/http_check/data/conf.yaml.example b/http_check/datadog_checks/http_check/data/conf.yaml.example index 8aa7c6a4d0520..4135f66e063cf 100644 --- a/http_check/datadog_checks/http_check/data/conf.yaml.example +++ b/http_check/datadog_checks/http_check/data/conf.yaml.example @@ -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 diff --git a/ibm_was/datadog_checks/ibm_was/data/conf.yaml.example b/ibm_was/datadog_checks/ibm_was/data/conf.yaml.example index f589e67c7aa39..8eabd685a0c01 100644 --- a/ibm_was/datadog_checks/ibm_was/data/conf.yaml.example +++ b/ibm_was/datadog_checks/ibm_was/data/conf.yaml.example @@ -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 diff --git a/istio/datadog_checks/istio/data/conf.yaml.example b/istio/datadog_checks/istio/data/conf.yaml.example index 1d5030268a2a5..8ef0261b915fb 100644 --- a/istio/datadog_checks/istio/data/conf.yaml.example +++ b/istio/datadog_checks/istio/data/conf.yaml.example @@ -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 diff --git a/kong/datadog_checks/kong/data/conf.yaml.example b/kong/datadog_checks/kong/data/conf.yaml.example index 7d28ef4707b4f..63b0e7565537e 100644 --- a/kong/datadog_checks/kong/data/conf.yaml.example +++ b/kong/datadog_checks/kong/data/conf.yaml.example @@ -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 diff --git a/kube_apiserver_metrics/datadog_checks/kube_apiserver_metrics/data/conf.yaml.example b/kube_apiserver_metrics/datadog_checks/kube_apiserver_metrics/data/conf.yaml.example index 38c45aaa39428..dc46963e8ca3e 100644 --- a/kube_apiserver_metrics/datadog_checks/kube_apiserver_metrics/data/conf.yaml.example +++ b/kube_apiserver_metrics/datadog_checks/kube_apiserver_metrics/data/conf.yaml.example @@ -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 diff --git a/kube_scheduler/datadog_checks/kube_scheduler/data/conf.yaml.example b/kube_scheduler/datadog_checks/kube_scheduler/data/conf.yaml.example index 811cfe621cc10..2bd90e98d6076 100644 --- a/kube_scheduler/datadog_checks/kube_scheduler/data/conf.yaml.example +++ b/kube_scheduler/datadog_checks/kube_scheduler/data/conf.yaml.example @@ -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 diff --git a/kyototycoon/datadog_checks/kyototycoon/data/conf.yaml.example b/kyototycoon/datadog_checks/kyototycoon/data/conf.yaml.example index c44f2664f3ff5..6c78f94d992c1 100644 --- a/kyototycoon/datadog_checks/kyototycoon/data/conf.yaml.example +++ b/kyototycoon/datadog_checks/kyototycoon/data/conf.yaml.example @@ -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 diff --git a/lighttpd/datadog_checks/lighttpd/data/conf.yaml.example b/lighttpd/datadog_checks/lighttpd/data/conf.yaml.example index 83a66b21d7584..f9517b3326c07 100644 --- a/lighttpd/datadog_checks/lighttpd/data/conf.yaml.example +++ b/lighttpd/datadog_checks/lighttpd/data/conf.yaml.example @@ -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 diff --git a/linkerd/datadog_checks/linkerd/data/conf.yaml.example b/linkerd/datadog_checks/linkerd/data/conf.yaml.example index a53ea52caebf8..4f8f195a26270 100644 --- a/linkerd/datadog_checks/linkerd/data/conf.yaml.example +++ b/linkerd/datadog_checks/linkerd/data/conf.yaml.example @@ -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 diff --git a/mapreduce/datadog_checks/mapreduce/data/conf.yaml.example b/mapreduce/datadog_checks/mapreduce/data/conf.yaml.example index 7350b69528756..d55bf5d3bf4e4 100644 --- a/mapreduce/datadog_checks/mapreduce/data/conf.yaml.example +++ b/mapreduce/datadog_checks/mapreduce/data/conf.yaml.example @@ -391,7 +391,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 diff --git a/marathon/datadog_checks/marathon/data/conf.yaml.example b/marathon/datadog_checks/marathon/data/conf.yaml.example index 790c2ade3a4f4..d0e37977e5661 100644 --- a/marathon/datadog_checks/marathon/data/conf.yaml.example +++ b/marathon/datadog_checks/marathon/data/conf.yaml.example @@ -380,7 +380,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 diff --git a/marklogic/datadog_checks/marklogic/data/conf.yaml.example b/marklogic/datadog_checks/marklogic/data/conf.yaml.example index 5152c5ed8067d..c5fbcc402059f 100644 --- a/marklogic/datadog_checks/marklogic/data/conf.yaml.example +++ b/marklogic/datadog_checks/marklogic/data/conf.yaml.example @@ -353,7 +353,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 diff --git a/mesos_master/datadog_checks/mesos_master/data/conf.yaml.example b/mesos_master/datadog_checks/mesos_master/data/conf.yaml.example index f34b088bb6184..a5b59e6dba406 100644 --- a/mesos_master/datadog_checks/mesos_master/data/conf.yaml.example +++ b/mesos_master/datadog_checks/mesos_master/data/conf.yaml.example @@ -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 diff --git a/mesos_slave/datadog_checks/mesos_slave/data/conf.yaml.example b/mesos_slave/datadog_checks/mesos_slave/data/conf.yaml.example index b1e888acf6fff..478aee479092c 100644 --- a/mesos_slave/datadog_checks/mesos_slave/data/conf.yaml.example +++ b/mesos_slave/datadog_checks/mesos_slave/data/conf.yaml.example @@ -352,7 +352,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 diff --git a/nginx/datadog_checks/nginx/data/conf.yaml.example b/nginx/datadog_checks/nginx/data/conf.yaml.example index e094c61011400..77ee3cd0f2195 100644 --- a/nginx/datadog_checks/nginx/data/conf.yaml.example +++ b/nginx/datadog_checks/nginx/data/conf.yaml.example @@ -367,7 +367,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 diff --git a/nginx_ingress_controller/datadog_checks/nginx_ingress_controller/data/conf.yaml.example b/nginx_ingress_controller/datadog_checks/nginx_ingress_controller/data/conf.yaml.example index a8d23a2c8533a..f0f2bef5b8d4e 100644 --- a/nginx_ingress_controller/datadog_checks/nginx_ingress_controller/data/conf.yaml.example +++ b/nginx_ingress_controller/datadog_checks/nginx_ingress_controller/data/conf.yaml.example @@ -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 diff --git a/openmetrics/datadog_checks/openmetrics/data/conf.yaml.example b/openmetrics/datadog_checks/openmetrics/data/conf.yaml.example index f072b38bb90e1..ff2d9b400194e 100644 --- a/openmetrics/datadog_checks/openmetrics/data/conf.yaml.example +++ b/openmetrics/datadog_checks/openmetrics/data/conf.yaml.example @@ -575,7 +575,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 diff --git a/openstack_controller/datadog_checks/openstack_controller/data/conf.yaml.example b/openstack_controller/datadog_checks/openstack_controller/data/conf.yaml.example index 3886a263e4e98..8f25606fc8481 100644 --- a/openstack_controller/datadog_checks/openstack_controller/data/conf.yaml.example +++ b/openstack_controller/datadog_checks/openstack_controller/data/conf.yaml.example @@ -344,7 +344,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 diff --git a/php_fpm/datadog_checks/php_fpm/data/conf.yaml.example b/php_fpm/datadog_checks/php_fpm/data/conf.yaml.example index 05a8d43df5604..3cdba78237c75 100644 --- a/php_fpm/datadog_checks/php_fpm/data/conf.yaml.example +++ b/php_fpm/datadog_checks/php_fpm/data/conf.yaml.example @@ -364,7 +364,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 diff --git a/powerdns_recursor/datadog_checks/powerdns_recursor/data/conf.yaml.example b/powerdns_recursor/datadog_checks/powerdns_recursor/data/conf.yaml.example index 409c844f57ba1..590498451f55f 100644 --- a/powerdns_recursor/datadog_checks/powerdns_recursor/data/conf.yaml.example +++ b/powerdns_recursor/datadog_checks/powerdns_recursor/data/conf.yaml.example @@ -354,7 +354,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 diff --git a/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example b/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example index 64daa519f9b5a..993fcf5c5effc 100644 --- a/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example +++ b/rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example @@ -419,7 +419,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 diff --git a/riak/datadog_checks/riak/data/conf.yaml.example b/riak/datadog_checks/riak/data/conf.yaml.example index 8d7ac3f64a021..f7798ab4db497 100644 --- a/riak/datadog_checks/riak/data/conf.yaml.example +++ b/riak/datadog_checks/riak/data/conf.yaml.example @@ -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 diff --git a/scylla/datadog_checks/scylla/data/conf.yaml.example b/scylla/datadog_checks/scylla/data/conf.yaml.example index bf88d789e6f18..bc557fb981f43 100644 --- a/scylla/datadog_checks/scylla/data/conf.yaml.example +++ b/scylla/datadog_checks/scylla/data/conf.yaml.example @@ -460,7 +460,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 diff --git a/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example b/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example index e8fe55cc54be0..25beae28c44e7 100644 --- a/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example +++ b/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example @@ -419,7 +419,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 diff --git a/spark/datadog_checks/spark/data/conf.yaml.example b/spark/datadog_checks/spark/data/conf.yaml.example index 9b5b42a85b71e..01733d02ac340 100644 --- a/spark/datadog_checks/spark/data/conf.yaml.example +++ b/spark/datadog_checks/spark/data/conf.yaml.example @@ -422,7 +422,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 diff --git a/squid/datadog_checks/squid/data/conf.yaml.example b/squid/datadog_checks/squid/data/conf.yaml.example index c5317b8c8287c..52c727d5b4dfd 100644 --- a/squid/datadog_checks/squid/data/conf.yaml.example +++ b/squid/datadog_checks/squid/data/conf.yaml.example @@ -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 diff --git a/teamcity/datadog_checks/teamcity/data/conf.yaml.example b/teamcity/datadog_checks/teamcity/data/conf.yaml.example index 77592ef5e9a91..23f453de64741 100644 --- a/teamcity/datadog_checks/teamcity/data/conf.yaml.example +++ b/teamcity/datadog_checks/teamcity/data/conf.yaml.example @@ -362,7 +362,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 diff --git a/twistlock/datadog_checks/twistlock/data/conf.yaml.example b/twistlock/datadog_checks/twistlock/data/conf.yaml.example index 23f8a02c6b0ab..73b594d947c24 100644 --- a/twistlock/datadog_checks/twistlock/data/conf.yaml.example +++ b/twistlock/datadog_checks/twistlock/data/conf.yaml.example @@ -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 diff --git a/vault/datadog_checks/vault/data/conf.yaml.example b/vault/datadog_checks/vault/data/conf.yaml.example index 3833e94f5b875..e2967812fb25a 100644 --- a/vault/datadog_checks/vault/data/conf.yaml.example +++ b/vault/datadog_checks/vault/data/conf.yaml.example @@ -355,7 +355,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 diff --git a/voltdb/datadog_checks/voltdb/data/conf.yaml.example b/voltdb/datadog_checks/voltdb/data/conf.yaml.example index 652a20fd7059d..a4e3a88561b51 100644 --- a/voltdb/datadog_checks/voltdb/data/conf.yaml.example +++ b/voltdb/datadog_checks/voltdb/data/conf.yaml.example @@ -232,7 +232,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 diff --git a/vsphere/datadog_checks/vsphere/data/conf.yaml.example b/vsphere/datadog_checks/vsphere/data/conf.yaml.example index 7392781018e62..f84062d9a270d 100644 --- a/vsphere/datadog_checks/vsphere/data/conf.yaml.example +++ b/vsphere/datadog_checks/vsphere/data/conf.yaml.example @@ -666,7 +666,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 diff --git a/yarn/datadog_checks/yarn/data/conf.yaml.example b/yarn/datadog_checks/yarn/data/conf.yaml.example index 106d3b26e0572..6ea0ce28b640f 100644 --- a/yarn/datadog_checks/yarn/data/conf.yaml.example +++ b/yarn/datadog_checks/yarn/data/conf.yaml.example @@ -409,7 +409,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