-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (51 loc) · 1.46 KB
/
Copy pathconfig.json
File metadata and controls
52 lines (51 loc) · 1.46 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
{
"disk_monitor": {
"disk_space_threshold": 107374182400,
"check_interval": 60,
"mount_points": ["/mnt/c"],
"path_space": [
{
"path":"/mnt/c/DoH/",
"space_threshold":[10, 4294967296]
}
],
"measure_performance": true,
"min_write_throughput": 50.0,
"min_read_throughput": 75.0,
"min_write_iops": 100.0,
"min_read_iops": 150.0,
"receiver": []
},
"resource_monitor": {
"check_interval": 10,
"iops_threshold": 26214400,
"memory_threshold": 1073741824,
"virtual_memory_threshold": 10737418240,
"cpu_threshold": 190.0,
"exclude_self_process": true,
"receiver": []
},
"node_monitor": {
"run_time": 10,
"check_interval": 60,
"node_id": "management_node",
"exclude_users": ["root"],
"include_users": ["ai"],
"receiver": []
},
"job_monitor": {
"check_interval": 10,
"script_path": "/mnt/c/DoH/test/test.sh",
"init_condition": {
"cpu_idle_rate_threshold": 0.5,
"available_memory_threshold": 2147483648,
"path_space": [
{
"path":"/mnt/c/DoH/",
"space_threshold":[0, 4294967296]
}
]
},
"receiver": []
}
}