-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
51 lines (51 loc) · 1.09 KB
/
app.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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"tasks": [
{
"name": "示例任务1",
"cron": "0/30 * * * * ?",
"actions": ["demoLogin"],
"enabled": true,
"successNotifyChannels": ["pushdeer-android"],
"failureNotifyChannels": [],
"changeNotifyChannels": ["info"],
"properties": {
}
},
{
"name": "115连通性",
"cron": "0/10 * * * * ?",
"actions": ["tcp-port-check"],
"enabled": true,
"successNotifyChannels": ["info"],
"failureNotifyChannels": [],
"changeNotifyChannels": ["info"],
"properties": {
"ip": "10.11.2.115",
"port": 22
}
}
],
"notifies": [
{
"name": "serverChan-001",
"type": "serverChan",
"properties": {
"key": "SCT236579TltkYdHCzi8aYN7T1wP0qUw0s"
}
},
{
"name": "pushdeer-android",
"type": "pushdeer",
"properties": {
"pushKey": "PDU28174TnRAqtHZ6gkp2eOhWkZcrNvgMeG5SkKO9"
}
},
{
"name": "info",
"type": "log",
"properties": {
"key": "SCT236579TltkYdHCzi8aYN7T1wP0qUw0s"
}
}
]
}