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 template specs typos #6912

Merged
merged 2 commits into from
Jun 17, 2020
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 @@ -93,10 +93,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
4 changes: 2 additions & 2 deletions activemq/datadog_checks/activemq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ instances:
# kerberos_cache: <KERBEROS_CACHE>

## @param kerberos_delegate - boolean - optional - default: false
## Set to `true` to enable kerberos delegation of credentials to a server that requests delegation.
## Set to `true` to enable Kerberos delegation of credentials to a server that requests delegation.
##
## See https://github.com/requests/requests-kerberos#delegation
#
Expand All @@ -192,7 +192,7 @@ instances:

## @param kerberos_hostname - string - optional
## Override the hostname used for the Kerberos GSS exchange if its DNS name doesn't
## match its kerberos hostname (e.g. behind a content switch or load balancer).
## match its Kerberos hostname (e.g. behind a content switch or load balancer).
##
## See https://github.com/requests/requests-kerberos#hostname-override
#
Expand All @@ -212,14 +212,14 @@ instances:
# kerberos_keytab: <KEYTAB_FILE_PATH>

## @param aws_region - string - optional
## If your services require AWS Signature Version 4 Signing, set the region.
## If your services require AWS Signature Version 4 signing, set the region.
##
## See https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
#
# aws_region: <AWS_REGION>

## @param aws_host - string - optional
## If your services require AWS Signature Version 4 Signing, set the host.
## If your services require AWS Signature Version 4 signing, set the host.
##
## Note that this setting is not necessary for official integrations.
##
Expand All @@ -228,7 +228,7 @@ instances:
# aws_host: <AWS_HOST>

## @param aws_service - string - optional
## If your services require AWS Signature Version 4 Signing, set the service code. For a list
## If your services require AWS Signature Version 4 signing, set the service code. For a list
## of available service codes, see https://docs.aws.amazon.com/general/latest/gr/rande.html
##
## Note that this setting is not necessary for official integrations.
Expand Down
14 changes: 7 additions & 7 deletions airflow/datadog_checks/airflow/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ instances:
# kerberos_cache: <KERBEROS_CACHE>

## @param kerberos_delegate - boolean - optional - default: false
## Set to `true` to enable kerberos delegation of credentials to a server that requests delegation.
## Set to `true` to enable Kerberos delegation of credentials to a server that requests delegation.
##
## See https://github.com/requests/requests-kerberos#delegation
#
Expand All @@ -163,7 +163,7 @@ instances:

## @param kerberos_hostname - string - optional
## Override the hostname used for the Kerberos GSS exchange if its DNS name doesn't
## match its kerberos hostname (e.g. behind a content switch or load balancer).
## match its Kerberos hostname (e.g. behind a content switch or load balancer).
##
## See https://github.com/requests/requests-kerberos#hostname-override
#
Expand All @@ -183,14 +183,14 @@ instances:
# kerberos_keytab: <KEYTAB_FILE_PATH>

## @param aws_region - string - optional
## If your services require AWS Signature Version 4 Signing, set the region.
## If your services require AWS Signature Version 4 signing, set the region.
##
## See https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
#
# aws_region: <AWS_REGION>

## @param aws_host - string - optional
## If your services require AWS Signature Version 4 Signing, set the host.
## If your services require AWS Signature Version 4 signing, set the host.
##
## Note that this setting is not necessary for official integrations.
##
Expand All @@ -199,7 +199,7 @@ instances:
# aws_host: <AWS_HOST>

## @param aws_service - string - optional
## If your services require AWS Signature Version 4 Signing, set the service code. For a list
## If your services require AWS Signature Version 4 signing, set the service code. For a list
## of available service codes, see https://docs.aws.amazon.com/general/latest/gr/rande.html
##
## Note that this setting is not necessary for official integrations.
Expand Down Expand Up @@ -325,10 +325,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
14 changes: 7 additions & 7 deletions ambari/datadog_checks/ambari/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ instances:
# kerberos_cache: <KERBEROS_CACHE>

## @param kerberos_delegate - boolean - optional - default: false
## Set to `true` to enable kerberos delegation of credentials to a server that requests delegation.
## Set to `true` to enable Kerberos delegation of credentials to a server that requests delegation.
##
## See https://github.com/requests/requests-kerberos#delegation
#
Expand All @@ -192,7 +192,7 @@ instances:

## @param kerberos_hostname - string - optional
## Override the hostname used for the Kerberos GSS exchange if its DNS name doesn't
## match its kerberos hostname (e.g. behind a content switch or load balancer).
## match its Kerberos hostname (e.g. behind a content switch or load balancer).
##
## See https://github.com/requests/requests-kerberos#hostname-override
#
Expand All @@ -212,14 +212,14 @@ instances:
# kerberos_keytab: <KEYTAB_FILE_PATH>

## @param aws_region - string - optional
## If your services require AWS Signature Version 4 Signing, set the region.
## If your services require AWS Signature Version 4 signing, set the region.
##
## See https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
#
# aws_region: <AWS_REGION>

## @param aws_host - string - optional
## If your services require AWS Signature Version 4 Signing, set the host.
## If your services require AWS Signature Version 4 signing, set the host.
##
## Note that this setting is not necessary for official integrations.
##
Expand All @@ -228,7 +228,7 @@ instances:
# aws_host: <AWS_HOST>

## @param aws_service - string - optional
## If your services require AWS Signature Version 4 Signing, set the service code. For a list
## If your services require AWS Signature Version 4 signing, set the service code. For a list
## of available service codes, see https://docs.aws.amazon.com/general/latest/gr/rande.html
##
## Note that this setting is not necessary for official integrations.
Expand Down Expand Up @@ -354,10 +354,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
14 changes: 7 additions & 7 deletions apache/datadog_checks/apache/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ instances:
# kerberos_cache: <KERBEROS_CACHE>

## @param kerberos_delegate - boolean - optional - default: false
## Set to `true` to enable kerberos delegation of credentials to a server that requests delegation.
## Set to `true` to enable Kerberos delegation of credentials to a server that requests delegation.
##
## See https://github.com/requests/requests-kerberos#delegation
#
Expand All @@ -163,7 +163,7 @@ instances:

## @param kerberos_hostname - string - optional
## Override the hostname used for the Kerberos GSS exchange if its DNS name doesn't
## match its kerberos hostname (e.g. behind a content switch or load balancer).
## match its Kerberos hostname (e.g. behind a content switch or load balancer).
##
## See https://github.com/requests/requests-kerberos#hostname-override
#
Expand All @@ -183,14 +183,14 @@ instances:
# kerberos_keytab: <KEYTAB_FILE_PATH>

## @param aws_region - string - optional
## If your services require AWS Signature Version 4 Signing, set the region.
## If your services require AWS Signature Version 4 signing, set the region.
##
## See https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
#
# aws_region: <AWS_REGION>

## @param aws_host - string - optional
## If your services require AWS Signature Version 4 Signing, set the host.
## If your services require AWS Signature Version 4 signing, set the host.
##
## Note that this setting is not necessary for official integrations.
##
Expand All @@ -199,7 +199,7 @@ instances:
# aws_host: <AWS_HOST>

## @param aws_service - string - optional
## If your services require AWS Signature Version 4 Signing, set the service code. For a list
## If your services require AWS Signature Version 4 signing, set the service code. For a list
## of available service codes, see https://docs.aws.amazon.com/general/latest/gr/rande.html
##
## Note that this setting is not necessary for official integrations.
Expand Down Expand Up @@ -325,10 +325,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
4 changes: 2 additions & 2 deletions ceph/datadog_checks/ceph/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
14 changes: 7 additions & 7 deletions consul/datadog_checks/consul/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ instances:
# kerberos_cache: <KERBEROS_CACHE>

## @param kerberos_delegate - boolean - optional - default: false
## Set to `true` to enable kerberos delegation of credentials to a server that requests delegation.
## Set to `true` to enable Kerberos delegation of credentials to a server that requests delegation.
##
## See https://github.com/requests/requests-kerberos#delegation
#
Expand All @@ -226,7 +226,7 @@ instances:

## @param kerberos_hostname - string - optional
## Override the hostname used for the Kerberos GSS exchange if its DNS name doesn't
## match its kerberos hostname (e.g. behind a content switch or load balancer).
## match its Kerberos hostname (e.g. behind a content switch or load balancer).
##
## See https://github.com/requests/requests-kerberos#hostname-override
#
Expand All @@ -246,14 +246,14 @@ instances:
# kerberos_keytab: <KEYTAB_FILE_PATH>

## @param aws_region - string - optional
## If your services require AWS Signature Version 4 Signing, set the region.
## If your services require AWS Signature Version 4 signing, set the region.
##
## See https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
#
# aws_region: <AWS_REGION>

## @param aws_host - string - optional
## If your services require AWS Signature Version 4 Signing, set the host.
## If your services require AWS Signature Version 4 signing, set the host.
##
## Note that this setting is not necessary for official integrations.
##
Expand All @@ -262,7 +262,7 @@ instances:
# aws_host: <AWS_HOST>

## @param aws_service - string - optional
## If your services require AWS Signature Version 4 Signing, set the service code. For a list
## If your services require AWS Signature Version 4 signing, set the service code. For a list
## of available service codes, see https://docs.aws.amazon.com/general/latest/gr/rande.html
##
## Note that this setting is not necessary for official integrations.
Expand Down Expand Up @@ -388,10 +388,10 @@ instances:
## port / path / channel_path - required - Set port if type is tcp or udp.
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs
## tags - optional - Add tags to the collected logs.
##
## Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
example: false
type: boolean
description: |
Set to `true` to enable kerberos delegation of credentials to a server that requests delegation.
Set to `true` to enable Kerberos delegation of credentials to a server that requests delegation.

See https://github.com/requests/requests-kerberos#delegation
- name: kerberos_force_initiate
Expand All @@ -130,7 +130,7 @@
type: string
description: |
Override the hostname used for the Kerberos GSS exchange if its DNS name doesn't
match its kerberos hostname (e.g. behind a content switch or load balancer).
match its Kerberos hostname (e.g. behind a content switch or load balancer).

See https://github.com/requests/requests-kerberos#hostname-override
- name: kerberos_principal
Expand All @@ -150,14 +150,14 @@
value:
type: string
description: |
If your services require AWS Signature Version 4 Signing, set the region.
If your services require AWS Signature Version 4 signing, set the region.

See https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
- name: aws_host
value:
type: string
description: |
If your services require AWS Signature Version 4 Signing, set the host.
If your services require AWS Signature Version 4 signing, set the host.

Note that this setting is not necessary for official integrations.

Expand All @@ -166,7 +166,7 @@
value:
type: string
description: |
If your services require AWS Signature Version 4 Signing, set the service code. For a list
If your services require AWS Signature Version 4 signing, set the service code. For a list
of available service codes, see https://docs.aws.amazon.com/general/latest/gr/rande.html

Note that this setting is not necessary for official integrations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: |
port / path / channel_path - required - Set port if type is tcp or udp.
Set path if type is file.
Set channel_path if type is windows_event.
source - required - Attribute that defines which Integration sent the logs
source - required - Attribute that defines which Integration sent the logs.
service - required - The name of the service that generates the log.
Overrides any `service` defined in the `init_config` section.
tags - optional - Add tags to the collected logs
tags - optional - Add tags to the collected logs.

Discover Datadog log collection: https://docs.datadoghq.com/logs/log_collection/
Loading