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

Synchronize configuration files with the spec changes #2483

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 7 additions & 2 deletions celerdata/datadog_checks/celerdata/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -476,8 +481,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions cloudnatix/datadog_checks/cloudnatix/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -463,8 +468,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions cyral/datadog_checks/cyral/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -417,8 +422,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions emqx/datadog_checks/emqx/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -505,8 +510,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions eventstore/datadog_checks/eventstore/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -310,8 +315,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions filebeat/datadog_checks/filebeat/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -354,8 +359,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions fluentbit/datadog_checks/fluentbit/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -505,8 +510,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions gatekeeper/datadog_checks/gatekeeper/data/auto_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -391,8 +396,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions gatekeeper/datadog_checks/gatekeeper/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -422,8 +427,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions gitea/datadog_checks/gitea/data/auto_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -474,8 +479,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions gitea/datadog_checks/gitea/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -505,8 +510,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions gnatsd/datadog_checks/gnatsd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -292,8 +297,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -287,8 +292,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions hikaricp/datadog_checks/hikaricp/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -505,8 +510,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions kernelcare/datadog_checks/kernelcare/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -301,8 +306,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions logstash/datadog_checks/logstash/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -283,8 +288,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
9 changes: 7 additions & 2 deletions neo4j/datadog_checks/neo4j/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -477,8 +482,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
Loading
Loading