-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.yml.example
45 lines (40 loc) · 1.01 KB
/
config.yml.example
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
backup-mysql:
max-backups: 10
# Uncomment to configure encryption:
#encrypt:
# # Your encryption key's email address.
# key: [email protected]
# # Email addresses of people to encrypt for.
# recipients:
set-capistrano-permissions:
capistrano_dir: /u/apps
www_user: www-data
gc-git-repos:
glob:
- /u/apps/**/.git
notify-if-queue-becomes-large:
threshold: 1000
from: [email protected]
subject: Queue going out of control
monitor-cpu:
total_threshold: 90
per_core_threshold: 10
interval: 60
from: [email protected]
subject: CPU usage out of control
check-web-apps:
from: [email protected]
# The %s is replaced by the web app's domain name.
subject: Web application %s is down
web_apps:
- url: http://app1.com/
substring: Welcome to App1.com.
#username: admin
#password: 123456
#- url: http://app2.com/
#- url: http://app3.com/