-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathEvolution_Liquid_Cooled.json
216 lines (216 loc) · 6.86 KB
/
Evolution_Liquid_Cooled.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{
"controller_type": "custom",
"comment": "NOTE: the 'controller_type' filed must be 'custom' and the file name of this file should match the custom controller file name in /data/controller",
"comment2": "The 'oid' field defines the last 3 digits of the SNMP OID",
"comment3": "'return_type' must be either 'str' or 'int'. Floating point values should be 'str'.",
"comment4": "'default' is the default value assigned to the OID",
"comment5": "'keywords' is a list of words or phrases that match the path of the data in the JSON exported by genmon. This should match how it is displayed on the web interface also",
"comment6": "'integer' is an optional value that allows a 'str' to be converted to an integer if the 'Force Integers' option is enabled in gensnmp.py",
"snmp": [
{
"oid": "0, 0, 1",
"return_type": "str",
"description": "switchState",
"default" : "Unknown",
"keywords" : ["Status", "Switch State"]
},
{
"oid": "0, 0, 2",
"return_type": "str",
"description": "EngineState",
"default" : "Unknown",
"keywords" : ["Status", "Engine State"]
},
{
"oid": "0, 0, 3",
"return_type": "str",
"description": "batteryVolts",
"default" : "",
"keywords" : ["Status", "Battery Voltage"]
},
{
"oid": "0, 0, 4",
"return_type": "str",
"integer": true,
"description": "rpm",
"default" : "",
"keywords" : ["Status", "RPM"]
},
{
"oid": "0, 0, 5",
"return_type": "str",
"description": "frequency",
"default" : "",
"keywords" : ["Status", "Frequency"]
},
{
"oid": "0, 0, 6",
"return_type": "str",
"integer": true,
"description": "outputVoltage",
"default" : "",
"keywords" : ["Status", "Output Voltage"]
},
{
"oid": "0, 0, 7",
"return_type": "str",
"integer": true,
"description": "utilityVoltage",
"default" : "",
"keywords" : ["Status", "Utility Voltage"]
},
{
"oid": "0, 0, 8",
"return_type": "str",
"description": "monitorTime",
"default" : " ",
"keywords" : ["Status/Time", "Monitor Time"]
},
{
"oid": "0, 0, 9",
"return_type": "str",
"description": "generatorTime",
"default" : " ",
"keywords" : ["Status", "Generator Time"]
},
{
"oid": "0, 1, 1",
"return_type": "str",
"description": "generatorModel",
"default" : " ",
"keywords" : ["Maintenance", "Model"]
},
{
"oid": "0, 1, 2",
"return_type": "str",
"description": "controller",
"default" : " ",
"keywords" : ["Maintenance", "Controller Detected"]
},
{
"oid": "0, 1, 3",
"return_type": "str",
"integer": true,
"description": "nominalRPM",
"default" : " ",
"keywords" : ["Maintenance", "Nominal RPM"]
},
{
"oid": "0, 1, 4",
"return_type": "str",
"integer": true,
"description": "ratedkW",
"default" : " ",
"keywords" : ["Maintenance", "Rated kW"]
},
{
"oid": "0, 0, 5",
"return_type": "str",
"integer": true,
"description": "ratedFreq",
"default" : " ",
"keywords" : ["Maintenance", "Nominal Frequency"]
},
{
"oid": "0, 1, 6",
"return_type": "str",
"description": "fuelType",
"default" : " ",
"keywords" : ["Maintenance", "Fuel Type"]
},
{
"oid": "0, 1, 7",
"return_type": "str",
"integer": true,
"description": "fuelLevelSensor",
"default" : " ",
"keywords" : ["Maintenance", "Fuel Level Sensor"]
},
{
"oid": "0, 1, 8",
"return_type": "str",
"description": "fuelInTank",
"default" : " ",
"keywords" : ["Maintenance", "Fuel In Tank (Sensor)"]
},
{
"oid": "0, 1, 9",
"return_type": "str",
"integer": true,
"description": "calVolts",
"default" : " ",
"keywords" : ["Maintenances", "Calibrate Volts"]
},
{
"oid": "0, 1, 10",
"return_type": "str",
"integer": true,
"description": "ratedMaxPower",
"default" : " ",
"keywords" : ["Maintenances", "Rated Max Power"]
},
{
"oid": "0, 1, 11",
"return_type": "str",
"integer": true,
"description": "paramGroup",
"default" : " ",
"keywords" : ["Maintenances", "Param Group"]
},
{
"oid": "0, 1, 12",
"return_type": "str",
"integer": true,
"description": "voltageCode",
"default" : " ",
"keywords" : ["Maintenances", "Voltage Code"]
},
{
"oid": "0, 1, 13",
"return_type": "str",
"integer": true,
"description": "hoursProtection",
"default" : " ",
"keywords" : ["Maintenances", "Hours of Protection"]
},
{
"oid": "0, 1, 14",
"return_type": "str",
"integer": true,
"description": "voltsPerHz",
"default" : " ",
"keywords" : ["Maintenances", "Volts Per Hertz"]
},
{
"oid": "0, 1, 15",
"return_type": "str",
"integer": true,
"description": "gain",
"default" : " ",
"keywords" : ["Maintenances", "Gain"]
},
{
"oid": "0, 1, 16",
"return_type": "str",
"integer": true,
"description": "targetFreq",
"default" : " ",
"keywords" : ["Maintenances", "Target Frequency"]
},
{
"oid": "0, 1, 17",
"return_type": "str",
"integer": true,
"description": "targetVolts",
"default" : " ",
"keywords" : ["Maintenances", "Target Voltage"]
},
{
"oid": "1, 3, 8",
"return_type": "str",
"description": "TotalRunHours",
"default" : " ",
"keywords" : ["Maintenance", "Total Run Hours"]
}
]
}