Skip to content

Commit

Permalink
Fix pdh configuration spec (#8106)
Browse files Browse the repository at this point in the history
* Fix pdh configuration spec

* Sync config
  • Loading branch information
FlorianVeaux committed Nov 30, 2020
1 parent 75f1f67 commit 3d1a1ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ init_config:
instances:

## @param host - string - required
## The host the Datadog Active Directory check connects to.
## The host the current check connects to.
## "." means the current host
#
- host: .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: host
required: false
description: |
The host the Datadog Active Directory check connects to.
The host the current check connects to.
"." means the current host
value:
example: .
Expand Down
2 changes: 1 addition & 1 deletion hyperv/datadog_checks/hyperv/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ instances:

-
## @param host - string - optional - default: .
## The host the Datadog Active Directory check connects to.
## The host the current check connects to.
## "." means the current host
#
# host: .
Expand Down
2 changes: 1 addition & 1 deletion pdh_check/datadog_checks/pdh_check/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ instances:

-
## @param host - string - optional - default: .
## The host the Datadog Active Directory check connects to.
## The host the current check connects to.
## "." means the current host
#
# host: .
Expand Down

0 comments on commit 3d1a1ba

Please sign in to comment.