forked from matthewcosgrove/prometheus-on-PCF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.yml
64 lines (58 loc) · 1.5 KB
/
local.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# replace with `bosh status --uuid`
director_uuid: CHANGE_ME
azs:
- CHANGE_ME
network_name: CHANGE_ME
nginx:
vm_type: micro
vm_password: echo -n 'YOUR_PASSWORD' | mkpasswd --method=sha-512 --password-fd=0
static_ips: 10.0.0.1
local_properties:
ssl_only: false
grafana:
https_port: 443
grafana:
vm_type: micro
vm_password: echo -n 'YOUR_PASSWORD' | mkpasswd --method=sha-512 --password-fd=0
persistent_disk_type: 1024
admin_password: CHANGE_ME
anonymous_enabled: false
alertmanager:
vm_type: micro
vm_password: echo -n 'YOUR_PASSWORD' | mkpasswd --method=sha-512 --password-fd=0
persistent_disk_type: 1024
prometheus:
vm_type: micro
vm_password: echo -n 'YOUR_PASSWORD' | mkpasswd --method=sha-512 --password-fd=0
persistent_disk_type: 5120
bosh_exporter:
bosh:
uaa:
url: https://BOSH_DIRECTOR:8443
client_id: prometheus-bosh
client_secret: prometheus-client-secret
url: https://BOSH_DIRECTOR
ca_cert: |
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
firehose_exporter:
uaa:
url: https://uaa.SYSTEM_DOMAIN
client_id: prometheus-firehose
client_secret: prometheus-client-secret
doppler:
url: wss://doppler.SYSTEM_DOMAIN
web:
port: 9186
skip_ssl_verify: true
cf_exporter:
cf:
api_url: https://api.SYSTEM_DOMAIN
username: prometheus-cf
password: prometheus-client-secret
skip_ssl_verify: true
mysqld_exporter:
mysql:
address: CHANGE_ME
username: exporter
password: CHANGE_ME