This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.json
88 lines (88 loc) · 2.1 KB
/
example-config.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[{
"enabled" : "n",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "memory leak detected",
"since" : "5m",
"header": "Memory Leak"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'Unhandled Rejection'",
"since" : "5m",
"header": "Unhandled Rejection"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'Timed out waiting for response'",
"since" : "5m",
"header": "Timed out"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'ve been chosen'",
"since" : "5m",
"header": "New offer accepted!"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'fatal'",
"since" : "5m",
"header": "FATAL ERROR - ATTENTION REQUIRED"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'ETH balance lower'",
"since" : "5m",
"header": "Low ether balance"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'Gas price too high'",
"since" : "5m",
"header": "Gas price too high"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'Not enough tokens. To take additional jobs please complete any finished jobs or deposit more tokens to your profile'",
"since" : "5m",
"header": "Low trac balance"
},
{
"enabled" : "n",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'KADemlia'",
"since" : "5m",
"header": "KADemlia warning"
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'Downloading update:'",
"since" : "5m",
"header": "Update in progress."
},
{
"enabled" : "y",
"apikey" : "insert apikey",
"nodename" : "Test Node",
"searchfor" : "'Failed to process command'",
"since" : "5m",
"header": "Failed to process command"
}]