-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathbigip_receivers.yaml
More file actions
44 lines (44 loc) · 1.27 KB
/
bigip_receivers.yaml
File metadata and controls
44 lines (44 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Your bigip targets
# Values not explicitly configured here inherit values in
# the ast_defaults.yaml bigip_receiver_defaults section.
# Each entry must have a unique name, starting with bigip/
# (e.g. bigip/1, bigip/2)
bigip/1:
# Endpoint must be specified for each device
# Set this to the management IP for the device. This must be
# reachable from the Application Study Tool host (port 443).
endpoint: https://10.0.0.1
## Uncommenting any of the following lines will override the defaults in
## ast_defaults.yaml bigip_receiver_defaults section.
# username: SOME_OVERRIDE_ACCOUNT_NAME
# password: "${SOME_OTHER_ENV_VAR_WITH_ANOTHER_PASSWORD}"
# collection_interval: 30s
# timeout: 20s
# data_types:
# f5.apm:
# enabled: false
# f5.cgnat:
# enabled: false
# f5.dns:
# enabled: false
# f5.dos:
# enabled: false
# f5.firewall:
# enabled: false
# f5.gtm:
# enabled: false
# f5.policy.api_protection:
# enabled: false
# f5.policy.asm:
# enabled: false
# f5.policy.firewall:
# enabled: false
# f5.policy.ip_intelligence:
# enabled: false
# f5.policy.nat:
# enabled: false
# f5.profile.dos:
# enabled: false
# tls:
# insecure_skip_verify: true
# ca_file: