-
Notifications
You must be signed in to change notification settings - Fork 6
/
local.yml
49 lines (48 loc) · 1.23 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
---
name: prometheus
director_uuid: CHANGE_ME
instance_groups:
- name: prometheus
jobs:
- name: bosh_exporter
properties:
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-----
- name: firehose_exporter
release: prometheus
properties:
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
- name: cf_exporter
release: prometheus
properties:
cf_exporter:
cf:
api_url: https://api.SYSTEM_DOMAIN
username: prometheus-cf
password: prometheus-client-secret
skip_ssl_verify: true
- name: mysqld_exporter
release: prometheus
properties:
mysqld_exporter:
mysql:
address: CHANGE_ME
username: CHANGE_ME
password: CHANGE_ME