This repository was archived by the owner on Mar 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathlocal.yml
More file actions
71 lines (65 loc) · 1.77 KB
/
local.yml
File metadata and controls
71 lines (65 loc) · 1.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# 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
alertmanager:
vm_type: micro
vm_password: echo -n 'YOUR_PASSWORD' | mkpasswd --method=sha-512 --password-fd=0
persistent_disk_type: 1024
receivers:
- name: default-receiver
slack_configs:
- api_url: https://hooks.slack.com/services/....
channel: 'slack-channel'
send_resolved: true
pretext: "text before the actual alert message"
text: "{{ .CommonAnnotations.description }}"
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
client_id: prometheus-cf
client_secret: prometheus-client-secret
skip_ssl_verify: true
mysqld_exporter:
mysql:
address: CHANGE_ME
username: exporter
password: CHANGE_ME