-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdb.json
38 lines (38 loc) · 1.08 KB
/
db.json
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
[
{
"address": "https:\/\/www.wikipedia.org\/",
"type": "url",
"findString": "Wikibooks",
"timeout": 3,
"checkInterval": 600,
"lastCheck": 1501285724,
"lastResultDuration": "196",
"lastResultConnection": "ConnectOK",
"lastResultString": "StringOK",
"emailNotification": "[email protected]"
},
{
"address": "www.qwant.com",
"type": "host",
"findString": "443",
"timeout": 2,
"checkInterval": 120,
"lastCheck": 1501285614,
"lastResultDuration": "20",
"lastResultConnection": "ConnectOK",
"lastResultString": "",
"emailNotification": "[email protected]"
},
{
"address": "https:\/\/www.kernel.org\/",
"type": "url",
"findString": "Linux",
"timeout": 3,
"checkInterval": 600,
"lastCheck": 1501285724,
"lastResultDuration": "181",
"lastResultConnection": "ConnectOK",
"lastResultString": "StringOK",
"emailNotification": "[email protected]"
}
]