Skip to content

Commit f5f9797

Browse files
authored
Add explicit fleet configurable false to spec options (DataDog#23843)
1 parent 22faef8 commit f5f9797

86 files changed

Lines changed: 617 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

aerospike/assets/configuration/spec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ files:
422422
cafile: <CA_FILE>
423423
certfile: <CERT_FILE>
424424
keyfile: <KEY_FILE>
425+
fleet_configurable: false
425426
- name: metrics
426427
hidden: true
427428
legacy: true
@@ -436,6 +437,7 @@ files:
436437
example:
437438
- migrate_rx_objs
438439
- migrate_tx_objs
440+
fleet_configurable: false
439441
- name: namespaces
440442
fleet_configurable: true
441443
hidden: true
@@ -485,6 +487,7 @@ files:
485487
- migrate-rx-partitions-remaining
486488
- migrate-tx-partitions-initial
487489
- migrate-tx-partitions-remaining
490+
fleet_configurable: false
488491
- name: datacenter_metrics
489492
hidden: true
490493
legacy: true
@@ -500,6 +503,7 @@ files:
500503
- dc_rec_ship_attempts # renamed dc_ship_attempt
501504
- dc_remote_ship_ok
502505
- dc_delete_ship_attempts # renamed dc_ship_delete_success
506+
fleet_configurable: false
503507
- template: logs
504508
example:
505509
- type: file

ambari/assets/configuration/spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ files:
1010
value:
1111
example: true
1212
type: boolean
13+
fleet_configurable: false
1314
- name: collect_service_status
1415
description: Change to `true` to collect services status
1516
value:
1617
example: false
1718
type: boolean
19+
fleet_configurable: false
1820
- template: init_config/http
1921
- template: init_config/default
2022
- template: instances
@@ -48,6 +50,7 @@ files:
4850
<COMPONENT_NAME_1>: []
4951
<COMPONENT_NAME_2>: []
5052
display_priority: 5
53+
fleet_configurable: false
5154
- template: instances/http
5255
overrides:
5356
username.display_priority: 9

apache/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ files:
5757
value:
5858
example: http://%%host%%/server-status?auto
5959
type: string
60+
fleet_configurable: false

argocd/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ files:
5555
display_default: null
5656
example: http://argocd-commit-server:8087/metrics
5757
type: string
58+
fleet_configurable: false
5859
- template: instances/openmetrics
5960
overrides:
6061
openmetrics_endpoint.required: false

btrfs/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ files:
1717
type: array
1818
items:
1919
type: string
20+
fleet_configurable: false
2021
- template: instances/default

cacti/assets/configuration/spec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ files:
2020
value:
2121
example: 3306
2222
type: integer
23+
fleet_configurable: false
2324
- name: mysql_user
2425
fleet_configurable: true
2526
required: true
@@ -37,6 +38,7 @@ files:
3738
value:
3839
example: cacti
3940
type: string
41+
fleet_configurable: false
4042
- name: rrd_path
4143
fleet_configurable: true
4244
required: true
@@ -76,6 +78,7 @@ files:
7678
type: array
7779
items:
7880
type: string
81+
fleet_configurable: false
7982
- name: rrd_whitelist
8083
description: |
8184
The `rrd_whitelist` is a path to a text file that has a list of file patterns,
@@ -85,6 +88,7 @@ files:
8588
example: <RRD_WHITELIST_FILE_PATH>
8689
type: string
8790
require_trusted_provider: true
91+
fleet_configurable: false
8892
- template: instances/default
8993
- template: logs
9094
example:

cassandra_nodetool/assets/configuration/spec.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ files:
1818
type: string
1919
require_trusted_provider: true
2020
example: /usr/bin/nodetool
21+
fleet_configurable: false
2122
- template: init_config/default
2223
- template: instances
2324
options:
@@ -36,18 +37,21 @@ files:
3637
value:
3738
type: string
3839
example: localhost
40+
fleet_configurable: false
3941
- name: port
4042
description: The port JMX listens to for connections.
4143
value:
4244
type: integer
4345
example: 7199
46+
fleet_configurable: false
4447
- name: username
4548
description: |
4649
Username from the credentials needed to connect to the host. These are the credentials for the JMX server.
4750
For the check to work, this user must have a read/write access so that the Datadog Cassandra Nodetool
4851
check can execute the `status` command
4952
value:
5053
type: string
54+
fleet_configurable: false
5155
- name: password
5256
description: |
5357
Password from the credentials needed to connect to the host. These are the credentials for the JMX server.
@@ -56,11 +60,13 @@ files:
5660
secret: true
5761
value:
5862
type: string
63+
fleet_configurable: false
5964
- name: ssl
6065
description: Whether to use the --ssl parameter with nodetool to initiate a connection over SSL to the JMX server.
6166
value:
6267
type: boolean
6368
example: false
69+
fleet_configurable: false
6470
- name: nodetool
6571
description: |
6672
The command or path to nodetool (for example, /usr/bin/nodetool or docker exec container nodetool)
@@ -75,4 +81,5 @@ files:
7581
value:
7682
type: string
7783
require_trusted_provider: true
84+
fleet_configurable: false
7885
- template: instances/default

cilium/assets/configuration/spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ files:
6969
value:
7070
example: http://%%host%%:9962/metrics
7171
type: string
72+
fleet_configurable: false
7273
- name: tags
7374
description: |
7475
List of tags to attach to every metrics, events and service checks emitted by this integration.
@@ -80,8 +81,10 @@ files:
8081
type: string
8182
example:
8283
- "cilium-pod:%%host%%"
84+
fleet_configurable: false
8385
- name: timeout
8486
description: Overrides the default timeout value in second
8587
value:
8688
type: integer
8789
example: 10
90+
fleet_configurable: false

cisco_aci/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ files:
8787
-----END PRIVATE KEY-----
8888
value:
8989
type: string
90+
fleet_configurable: false
9091
- name: cert_key_path
9192
description: |
9293
Certificate Authentication:

0 commit comments

Comments
 (0)