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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
|
ALPHA-RECTIFIER-SYS-MIB DEFINITIONS ::= BEGIN
--==========================================================================
--
-- Alpha Technologies Ltd.
-- Copyright 2014
--
--==========================================================================
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI
ScaledNumber, simple
FROM ALPHA-RESOURCE-MIB
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF;
rectifierSystem MODULE-IDENTITY
LAST-UPDATED "201704060000Z"
ORGANIZATION "Alpha Technologies Ltd."
CONTACT-INFO
"Alpha Technologies Ltd.
7700 Riverfront Gate
Burnaby, BC V5J 5M4
Canada
Tel: 1-604-436-5900
Fax: 1-604-436-1233"
DESCRIPTION
"This MIB defines the notification block(s) available in system controllers."
REVISION "201704060000Z" -- April 4, 2017
DESCRIPTION
"
Added fields for power save and some battery fields.
Tested with SimpleWeb: http://www.simpleweb.org
Passed highest level of compliance. (level 6)
"
REVISION "201507280000Z" -- July 28, 2015
DESCRIPTION
"
Updated to follow MIB structure conformance rules. Tested with
SimpleWeb: http://www.simpleweb.org
Passed highest level of compliance. (level 6)
"
REVISION "201507230000Z" -- July 23, 2015
DESCRIPTION
"Fixed MIB syntax warnings."
REVISION "201506230000Z" -- June 23, 2015
DESCRIPTION
"General revision."
::= { simple 1 }
-- Tectual convention
rectSysTotalOutputCurrent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Total accumulated output current of all the rectifiers associated with the current system.
"
::= { rectifierSystem 1 }
rectSysTotalOutputPower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total output current of all system rectifiers."
::= { rectifierSystem 2 }
rectSysTotalCapacityInstalledAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A rectifier output current multiplied by the number of rectifiers installed."
::= { rectifierSystem 3 }
rectSysTotalCapacityInstalledPower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A rectifier output power multiplied by the number of rectifiers installed."
::= { rectifierSystem 4 }
rectSysAverageRectifierOutputVoltage OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average rectifier output voltage."
::= { rectifierSystem 5 }
rectSysAverageRectifierACInputVoltage OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average rectifier input voltage."
::= { rectifierSystem 6 }
rectSysAveragePhase1Voltage OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average output voltage of rectifiers in Phase 1."
::= { rectifierSystem 7 }
rectSysAveragePhase2Voltage OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average output voltage of rectifiers in Phase 2."
::= { rectifierSystem 8 }
rectSysAveragePhase3Voltage OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average output voltage of rectifiers in Phase 3."
::= { rectifierSystem 9 }
rectSysSystemVoltage OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System voltage."
::= { rectifierSystem 10 }
rectSysTotalLoadCurrent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total load current."
::= { rectifierSystem 11 }
rectSysBatteryVoltage OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Battery voltage."
::= { rectifierSystem 12 }
rectSysBatteryCurrent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Battery current."
::= { rectifierSystem 13 }
rectSysBatteryTemperature OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Battery temperature."
::= { rectifierSystem 14 }
rectSysSystemNumber OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Snmp ID# assigned to the system."
::= { rectifierSystem 15 }
rectSysEstimatedRequiredCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated required capacity needed in watts."
::= { rectifierSystem 16 }
rectSysEstimatedRequiredCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated required capacity needed in amps."
::= { rectifierSystem 17 }
rectSysEstimatedAvailableCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated available capacity needed in watts."
::= { rectifierSystem 18 }
rectSysEstimatedAvailableCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated available capacity needed in amps."
::= { rectifierSystem 19 }
rectSysEstimatedRedundantCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated redundant capacity needed in watts."
::= { rectifierSystem 20 }
rectSysEstimatedRedundantCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated redundant capacity needed in amps."
::= { rectifierSystem 21 }
rectSysEstimatedStandbyCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated standby capacity needed in watts."
::= { rectifierSystem 22 }
rectSysEstimatedStandbyCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated standby capacity needed in amps."
::= { rectifierSystem 23 }
rectSysPowerAveragePower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average power of all modules supplying power for Power Save in percentage."
::= { rectifierSystem 24 }
rectSysModulesSupplyingPower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of modules supplying power."
::= { rectifierSystem 25 }
rectSysModulesInStandby OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of modules in standby."
::= { rectifierSystem 26 }
rectSysEstimatedCapacityRemainingCurrent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated capacity remaining in amps."
::= { rectifierSystem 28 }
rectSysEstimatedCapacityRemainingPower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated capacity remaining in watts."
::= { rectifierSystem 29 }
rectSysEstimatedSOCPercent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated state of charge percent remaining."
::= { rectifierSystem 30 }
rectSysEstimatedBatteryRuntime OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated battery runtime remaining in hours."
::= { rectifierSystem 31 }
rectSysEstimatedBatteryHealthPercent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated battery health percentage."
::= { rectifierSystem 32 }
-- Conformance
conformance OBJECT IDENTIFIER ::= { rectifierSystem 100 }
compliances OBJECT IDENTIFIER ::= { conformance 1 }
compliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the alpha MIB."
MODULE -- this module
MANDATORY-GROUPS {
rectifierGroup
}
::= { compliances 1 }
rectifierGroups OBJECT IDENTIFIER ::= { conformance 2 }
rectifierGroup OBJECT-GROUP
OBJECTS {
rectSysTotalOutputCurrent,
rectSysTotalOutputPower,
rectSysTotalCapacityInstalledAmps,
rectSysTotalCapacityInstalledPower,
rectSysAverageRectifierOutputVoltage,
rectSysAverageRectifierACInputVoltage,
rectSysAveragePhase1Voltage,
rectSysAveragePhase2Voltage,
rectSysAveragePhase3Voltage,
rectSysSystemVoltage,
rectSysTotalLoadCurrent,
rectSysBatteryVoltage,
rectSysBatteryCurrent,
rectSysBatteryTemperature,
rectSysSystemNumber,
rectSysEstimatedRequiredCapacityInWatts,
rectSysEstimatedRequiredCapacityInAmps,
rectSysEstimatedAvailableCapacityInWatts,
rectSysEstimatedAvailableCapacityInAmps,
rectSysEstimatedRedundantCapacityInWatts,
rectSysEstimatedRedundantCapacityInAmps,
rectSysEstimatedStandbyCapacityInWatts,
rectSysEstimatedStandbyCapacityInAmps,
rectSysPowerAveragePower,
rectSysModulesSupplyingPower,
rectSysModulesInStandby,
rectSysEstimatedCapacityRemainingCurrent,
rectSysEstimatedCapacityRemainingPower,
rectSysEstimatedSOCPercent,
rectSysEstimatedBatteryRuntime,
rectSysEstimatedBatteryHealthPercent
}
STATUS current
DESCRIPTION
"Alpha Rectifier System data list group."
::= { rectifierGroups 1 }
END
|