This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
executable file
·99 lines (99 loc) · 2.2 KB
/
settings.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
89
90
91
92
93
94
95
96
97
98
99
{
"squeue_poll_period": 60,
"redraw_dash_period": 20,
"default_path": "/opt/nesi/%(cluster)s/%(software)s/Licenses/$(institution)s_%(faculy)s.lic",
"user": "nesi-apps-admin",
"point_weight": 0.01,
"history_points": 3,
"path_meta": "meta.json",
"path_store": "cache/licence_list.json",
"path_modulelist": "../module_tracker/module_list.json",
"fix_slurm_share": true,
"fix_slurm_count": true,
"check_user": true,
"loglevel": "info",
"validate": true,
"soak": true,
"prom_port":8860,
"default_server": {
"software_name": "",
"institution": "",
"faculty": "",
"server": {
"poll_method": "",
"host_id": "",
"name": "",
"address": "",
"status": "UNKNOWN",
"last_time": "NEVER",
"version": "UNKNOWN",
"port": "27000",
"type": "",
"daemon": "",
"poll_time":0,
"poll_period": 30,
"polling_server": true
},
"licence_file": {
"path": "",
"group": ""
},
"tracked_features": {},
"untracked_features": []
},
"default_feature": {
"feature_name": "",
"use_conditions": "",
"usage_formula":"",
"token_name": "",
"slurm_active": true,
"visible_on_docs": true,
"slurm_blocked":false,
"clusters": [],
"buffer_constant":1,
"total": 0,
"usage_all": 0,
"usage_nesi": 0,
"token_usage": 0,
"token_soak": 0,
"users_nesi": {},
"history": [
0,
0,
0
],
"hourly_averages": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"clusters": {
"mahuika": {
"enabled": true
},
"maui": {},
"maui_ancil": {}
}
}