-
Notifications
You must be signed in to change notification settings - Fork 163
/
monitor-mysql.yml
32 lines (27 loc) · 1 KB
/
monitor-mysql.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
# This file assumes bosh_exporter based Service Discovery is being used: ./monitor-bosh.yml
# Exporter jobs
- type: replace
path: /instance_groups/name=prometheus2/jobs/-
value:
name: mysqld_exporter
release: prometheus
properties:
mysqld_exporter:
mysql:
address: "((mysql_address))"
username: "((mysql_username))"
password: "((mysql_password))"
# Prometheus Alerts
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=mysql_alerts?/release
value: prometheus
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/rule_files/-
value: /var/vcap/jobs/mysql_alerts/*.alerts.yml
# Grafana Dashboards
- type: replace
path: /instance_groups/name=grafana/jobs/name=mysql_dashboards?/release
value: prometheus
- type: replace
path: /instance_groups/name=grafana/jobs/name=grafana/properties/grafana/prometheus/dashboard_folders/name=MySQL?/files/-
value: /var/vcap/jobs/mysql_dashboards/*.json