-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeucalion-sample.yaml
More file actions
58 lines (48 loc) · 1.05 KB
/
Copy pathdeucalion-sample.yaml
File metadata and controls
58 lines (48 loc) · 1.05 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
defaults:
intervalWhenUp: 00:00:03
intervalWhenDown: 00:00:03
intervalToDown: 00:00:05
monitors:
# Cloudflare
dns-cf: !dns
host: google.com
recordType: A
resolver: 1.1.1.1:53
group: Cloudflare
http-cf: !http
url: https://cloudflare.com
warnTimeout: 00:00:00.250
timeout: 00:00:02
href: https://example.com
group: Cloudflare
# Google
dns-goog: !dns
host: google.com
recordType: A
resolver: 8.8.8.8:53
group: Google
http-goog: !http
url: https://google.com
group: Google
ping-goog: !ping
host: google.com
group: Google
# Microsoft
ping-ms: !ping
host: microsoft.com
group: Microsoft
# Search engines
qry-bing: !http
url: https://bing.com/search?q=deucalion
group: Search engines
qry-duck: !http
url: https://duckduckgo.com/q=deucalion
href: ""
group: Search engines
qry-goog: !http
url: https://google.com/search?q=deucalion
group: Search engines
# Check-in monitors
chk-test: !checkin
secret: passw0rd
group: Others