-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestsSample.json
38 lines (38 loc) · 893 Bytes
/
testsSample.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
{
"tests": [
{
"type": "ping",
"ip": "8.8.8.8",
"statusCakeUrl": "https://push.statuscake.com/?PK=PK&TestID=TestID&time=0"
},
{
"type": "mongo",
"user": "user",
"password": "password",
"database": "database",
"ip": "localhost",
"statusCakeUrl": "https://push.statuscake.com/?PK=PK&TestID=TestID&time=0"
},
{
"type": "curl",
"url": "",
"textToMatch": "",
"statusCakeUrl": "https://push.statuscake.com/?PK=PK&TestID=TestID&time=0"
},
{
"type": "postgresql",
"user": "user",
"password": "password",
"database": "database",
"ip": "localhost",
"port": "5432",
"sslmode": "require",
"statusCakeUrl": "https://push.statuscake.com/?PK=PK&TestID=TestID&time=0"
},
{
"type": "systemctl",
"service": "my-custom-service-name",
"statusCakeUrl": "https://push.statuscake.com/?PK=PK&TestID=TestID&time=0"
}
]
}