This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathzenit.yaml
85 lines (84 loc) · 1.86 KB
/
zenit.yaml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
general:
hostname: localhost
interval: 3 # Seconds
aws_region: ${AWS_REGION}
aws_access_key_id: ${AWS_ACCESS_KEY_ID}
aws_secret_access_key: ${AWS_SECRET_ACCESS_KEY}
inputs:
aws:
discover:
enable: false
# filter: ".*(prd)|(stg).*"
filter: "."
username: monitor
password: monitor
plugins:
mysql:
enable: false
aurora: false
innodb: false
replica: false
status: false
variables: false
overflow:
enable: false
interval: 900 # Seconds
tables:
enable: false
interval: 900 # Seconds
cloudwatch:
enable: false
interval: 300 # Seconds
mongodb:
- hostname: localhost
dsn: mongodb://localhost:27017
# dsn: mongodb://user:password@localhost:27017
enable: false
serverstatus: false
collections:
enable: false
interval: 900 # Seconds
mysql:
- hostname: localhost
dsn: root@tcp(127.0.0.1:3306)/?timeout=3s
enable: false
aurora: false
innodb: false
replica: false
status: false
variables: false
overflow:
enable: false
interval: 900 # Seconds
tables:
enable: false
interval: 900 # Seconds
proxysql:
- hostname: localhost
dsn: proxysql:admin@tcp(127.0.0.1:6032)/?timeout=3s
enable: false
commands: false
errors: false
global: false
pool: false
queries: false
os:
cpu: false
disk: false
limits: false
mem: false
net: false
process:
pt_deadlock_logger: false
pt_kill: false
pt_online_schema_change: false
pt_slave_delay: false
xtrabackup: false
outputs:
influxdb:
enable: false
url: http://127.0.0.1:8086
username: zenit
password: zenit
database: zenit