forked from fzaninotto/uptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.yaml
56 lines (48 loc) · 1.79 KB
/
default.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
url: 'http://localhost:8082'
mongodb:
server: localhost
database: uptime
user: root
password:
connectionString: # alternative to setting server, database, user and password separately
monitor:
name: origin
apiUrl: 'http://localhost:8082/api' # must be accessible without a proxy
pollingInterval: 10000 # ten seconds
timeout: 5000 # five seconds
userAgent: NodeUptime/3.0 (https://github.com/fzaninotto/uptime)
analyzer:
updateInterval: 60000 # one minute
qosAggregationInterval: 600000 # ten minutes
pingHistory: 8035200000 # three months
autoStartMonitor: true
plugins:
- ./plugins/console
- ./plugins/patternMatcher
- ./plugins/httpOptions
# - ./plugins/email
# - ./plugins/basicAuth
email:
method: SMTP # possible methods are SMTP, SES, or Sendmail
transport: # see https://github.com/andris9/nodemailer for transport options
service: Gmail # see https://github.com/andris9/Nodemailer/blob/master/lib/wellknown.js for well-known services
auth:
user: # The email account username, e.g. '[email protected]'
pass: # The email account password, e.G. 'password'
event:
up: true
down: true
paused: false
restarted: false
message:
from: # The message sender, e.g. 'Fred Foo <[email protected]>'
to: # The message recipient, e.g. '[email protected], [email protected]'
# The email plugin also uses the main `url` param for hyperlinks in the sent emails
basicAuth:
username: admin
password: password
verbose: true # only used in dev
webPageTest:
server: 'http://www.webpagetest.org'
key:
testOptions: