Skip to content

Commit f823a53

Browse files
authored
Clean up some integration config files. (DataDog#22580)
1 parent 2738e5b commit f823a53

7 files changed

Lines changed: 12 additions & 9 deletions

File tree

foundationdb/assets/configuration/spec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ files:
1010
options:
1111
- name: cluster_file
1212
description: |
13-
A path to the cluster file specifing connection to the FoundationDB.
13+
A path to the cluster file specifying connection to the FoundationDB.
1414
If the check does not pass, it will rely on the binding library to find
15-
the file using standard locations (e.g. `/etc/foundationdb/fdb.cluster` or
16-
`/etc/foundationdb/fdb.cluster`).
15+
the file using standard locations (e.g. `/etc/foundationdb/fdb.cluster`).
1716
fleet_configurable: true
1817
value:
1918
example: /var/lib/foundationdb/fdb.cluster
@@ -34,7 +33,7 @@ files:
3433
value:
3534
type: string
3635
- name: tls_password
37-
description: The byte-string representing the passcode for unencrypting the private key
36+
description: The byte-string representing the passcode for decrypting the private key
3837
fleet_configurable: true
3938
secret: true
4039
value:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update configuration file descriptions.

foundationdb/datadog_checks/foundationdb/data/conf.yaml.example

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ instances:
1515

1616
-
1717
## @param cluster_file - string - optional - default: /var/lib/foundationdb/fdb.cluster
18-
## A path to the cluster file specifing connection to the FoundationDB.
18+
## A path to the cluster file specifying connection to the FoundationDB.
1919
## If the check does not pass, it will rely on the binding library to find
20-
## the file using standard locations (e.g. `/etc/foundationdb/fdb.cluster` or
21-
## `/etc/foundationdb/fdb.cluster`).
20+
## the file using standard locations (e.g. `/etc/foundationdb/fdb.cluster`).
2221
#
2322
# cluster_file: /var/lib/foundationdb/fdb.cluster
2423

@@ -38,7 +37,7 @@ instances:
3837
# tls_verify_peers: <TLS_VERIFY_PEERS>
3938

4039
## @param tls_password - string - optional
41-
## The byte-string representing the passcode for unencrypting the private key
40+
## The byte-string representing the passcode for decrypting the private key
4241
#
4342
# tls_password: <TLS_PASSWORD>
4443

openldap/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ files:
7171
Don't specify this option if you want to use the same user as
7272
for the monitor backend. Set to empty string `""` for an anonymous bind.
7373
* `password` - string - optional: The password associated with `username`.
74+
secret: true
7475
fleet_configurable: true
7576
value:
7677
type: array

vsphere/assets/configuration/spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ files:
4343
- name: use_legacy_check_version
4444
required: true
4545
display_priority: 1
46+
legacy: true
4647
description: |
4748
For backward compatibility reasons, it is possible to use a deprecated version of the vSphere
4849
integration by setting this field to "true".
@@ -338,7 +339,7 @@ files:
338339
properties:
339340
- name: event
340341
type: string
341-
name: excluded_messages
342+
- name: excluded_messages
342343
type: array
343344
items:
344345
type: string

vsphere/changelog.d/22580.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update configuration file.

vsphere/datadog_checks/vsphere/config_models/instance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class IncludeEvent(BaseModel):
3737
arbitrary_types_allowed=True,
3838
frozen=True,
3939
)
40+
event: Optional[str] = None
4041
excluded_messages: Optional[tuple[str, ...]] = None
4142

4243

0 commit comments

Comments
 (0)