File tree Expand file tree Collapse file tree
datadog_checks/foundationdb/data
openldap/assets/configuration
datadog_checks/vsphere/config_models Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 :
Original file line number Diff line number Diff line change 1+ Update configuration file descriptions.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ Update configuration file.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments