-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEATON-SENSOR-MIB.txt
1579 lines (1395 loc) · 48 KB
/
EATON-SENSOR-MIB.txt
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
EATON-SENSOR-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
Counter32, Integer32
FROM SNMPv2-SMI
NOTIFICATION-GROUP, OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
TEXTUAL-CONVENTION
FROM SNMPv2-TC
sensorAgent
FROM EATON-OIDS;
eatonSensor MODULE-IDENTITY
LAST-UPDATED "202205061200Z"
ORGANIZATION
"Eaton Corporation"
CONTACT-INFO
"http://powerquality.eaton.com"
DESCRIPTION
"The MIB module for Eaton Sensors."
REVISION "202205061200Z"
DESCRIPTION
"Fix typo on possible values of AlarmSeverityType and AlarmLevelType."
REVISION "201812171200Z"
DESCRIPTION
"Initial release."
::= { sensorAgent 1 }
-- eatonSensor { iso org(3) dod(6) internet(1) private(4)
-- enterprises(1) eaton(534) products(6) sensorAgent(8) (1) }
sensor OBJECT IDENTIFIER ::= { eatonSensor 1 }
temperature OBJECT IDENTIFIER ::= { eatonSensor 2 }
humidity OBJECT IDENTIFIER ::= { eatonSensor 3 }
digitalInput OBJECT IDENTIFIER ::= { eatonSensor 4 }
conformance OBJECT IDENTIFIER ::= { eatonSensor 10 }
-- Textual Conventions
UnixTimeStamp ::= TEXTUAL-CONVENTION
DISPLAY-HINT "dddddddddd"
STATUS current
DESCRIPTION
"Unix time stamp. Measured in seconds since January 1, 1970."
SYNTAX Counter32
PositionType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the position by reference to the data center aisle."
SYNTAX INTEGER {
undefined(0),
other(1),
rackRear(2),
rackFront(3),
batteryRoom(4)
}
ElevationType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the elevation in the rack."
SYNTAX INTEGER {
undefined(0),
other(1),
bottom(2),
middle(3),
top(4)
}
CommunicationStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the communication sensor status or probe status."
SYNTAX INTEGER {
unknown(0),
communicationOK(2),
communicationLost(3)
}
ProbeConnectionType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the probe connection to the sensor or probe."
SYNTAX INTEGER {
undefined(0),
internal(1),
wired(2),
wireless(3)
}
EnableType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes enable/disable."
SYNTAX INTEGER {
disabled(0),
enabled(1)
}
AlarmType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the alarm according to a measured value by reference to the triggers."
SYNTAX INTEGER {
good(0),
lowWarning(1),
lowCritical(2),
highWarning(3),
highCritical(4)
}
ResetCommandType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Commands a reset."
SYNTAX INTEGER {
none(0),
reset(1)
}
PolarityType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the polarity configuration."
SYNTAX INTEGER {
normallyOpened(0),
normallyClosed(1)
}
AlarmSeverityType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the alarm severity."
SYNTAX INTEGER {
informational(1),
warning(2),
critical(3)
}
AlarmLevelType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the alarm level."
SYNTAX INTEGER {
good(0),
informational(1),
warning(2),
critical(3)
}
StateType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the state of a digital input that depends on its measure
and the polrity configuration."
SYNTAX INTEGER {
inactive(0),
active(1)
}
TemperatureUnitType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Describes the temperature unit used to read/write the temperature data."
SYNTAX INTEGER {
tenthOfDegKelvin(0),
tenthOfDegCelsius(1),
tenthOfDegFarhenheit(2)
}
-- -----------------------------------------------------------------------------
sensorCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of sensor managed on this device."
::= { sensor 1 }
sensorIdentificationTable OBJECT-TYPE
SYNTAX SEQUENCE OF SensorIdentificationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of sensor devices identification data.
The number of entries is given by sensorCount."
::= { sensor 2}
sensorIdentificationEntry OBJECT-TYPE
SYNTAX SensorIdentificationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a sensor device identification."
INDEX { sensorIndex }
::= { sensorIdentificationTable 1 }
SensorIdentificationEntry ::= SEQUENCE {
sensorIndex
Integer32,
sensorUuid
OCTET STRING,
sensorConnectionType
ProbeConnectionType,
sensorAddress
OCTET STRING,
sensorMonitoredBy
OBJECT IDENTIFIER,
sensorManufacturer
OCTET STRING,
sensorModel
OCTET STRING,
sensorPartNumber
OCTET STRING,
sensorSerialNumber
OCTET STRING,
sensorFirmwareVersion
OCTET STRING
}
sensorIndex OBJECT-TYPE
SYNTAX Integer32 (1..3)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"A unique value for each sensor device. Its value
ranges from 1 to sensorCount."
::= { sensorIdentificationEntry 1 }
sensorUuid OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique uuid value for each sensor device."
::= { sensorIdentificationEntry 2 }
sensorConnectionType OBJECT-TYPE
SYNTAX ProbeConnectionType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Sensor connection type with the device that monitors it."
::= { sensorIdentificationEntry 3 }
sensorAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Depending of the connection implementation : Modbus Slave Id, BT Mac address, ..."
::= { sensorIdentificationEntry 4 }
sensorMonitoredBy OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Parent oid device where the sensor is connected to and monitored by."
::= { sensorIdentificationEntry 5 }
sensorManufacturer OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vendor name of the sensor device."
::= { sensorIdentificationEntry 6 }
sensorModel OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The model name of the sensor device."
::= { sensorIdentificationEntry 7 }
sensorPartNumber OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The catalog part number of the sensor device."
::= { sensorIdentificationEntry 8 }
sensorSerialNumber OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The serial number of the sensor device."
::= { sensorIdentificationEntry 9 }
sensorFirmwareVersion OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The firmware version of the sensor device."
::= { sensorIdentificationEntry 10 }
sensorConfigurationTable OBJECT-TYPE
SYNTAX SEQUENCE OF SensorConfigurationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of sensor devices configuration data.
The number of entries is given by sensorCount."
::= { sensor 3 }
sensorConfigurationEntry OBJECT-TYPE
SYNTAX SensorConfigurationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a sensor device configuration."
INDEX { sensorIndex }
::= { sensorConfigurationTable 1 }
SensorConfigurationEntry ::= SEQUENCE {
sensorName
OCTET STRING,
sensorLocation
OCTET STRING,
sensorPosition
PositionType,
sensorElevation
ElevationType,
sensorUElevation
Integer32
}
sensorName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The friendly name of the sensor device."
::= { sensorConfigurationEntry 1 }
sensorLocation OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The location of the sensor device."
::= { sensorConfigurationEntry 2 }
sensorPosition OBJECT-TYPE
SYNTAX PositionType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Position by reference to the data center aisle."
::= { sensorConfigurationEntry 3 }
sensorElevation OBJECT-TYPE
SYNTAX ElevationType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Elevation in the rack."
::= { sensorConfigurationEntry 4 }
sensorUElevation OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The elevation in the rack in count of U position from the bottom."
::= { sensorConfigurationEntry 5 }
sensorMonitoringTable OBJECT-TYPE
SYNTAX SEQUENCE OF SensorMonitoringEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of sensor devices monitoring data.
The number of entries is given by sensorCount."
::= { sensor 4 }
sensorMonitoringEntry OBJECT-TYPE
SYNTAX SensorMonitoringEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a sensor device monitoring."
INDEX { sensorIndex }
::= { sensorMonitoringTable 1 }
SensorMonitoringEntry ::= SEQUENCE {
sensorStatus
CommunicationStatus,
sensorStatusSince
UnixTimeStamp,
sensorTemperatureCount
Integer32,
sensorHumidityCount
Integer32,
sensorDigitalInputCount
Integer32,
sensorAnalogInputCount
Integer32
}
sensorStatus OBJECT-TYPE
SYNTAX CommunicationStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates how the sensor is communicating or not."
::= { sensorMonitoringEntry 1 }
sensorStatusSince OBJECT-TYPE
SYNTAX UnixTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UTC time in seconds since 1970/01/01 dating the sensor status last change."
::= { sensorMonitoringEntry 2 }
sensorTemperatureCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of temperature probes managed by the sensor device."
::= { sensorMonitoringEntry 3 }
sensorHumidityCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of humidity probes managed by the sensor device."
::= { sensorMonitoringEntry 4 }
sensorDigitalInputCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of digital input probes managed by the sensor device."
::= { sensorMonitoringEntry 5 }
sensorAnalogInputCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of analog input probes managed by the sensor device."
::= { sensorMonitoringEntry 6 }
sensorNotification OBJECT IDENTIFIER ::= { sensor 0 }
notifySensorCount NOTIFICATION-TYPE
OBJECTS { sensorCount }
STATUS current
DESCRIPTION
"Sent whenever the sensor count changes after a discovery or removing
from the UI."
::= { sensorNotification 1 }
notifySensorStatus NOTIFICATION-TYPE
OBJECTS { sensorIndex,
sensorUuid,
sensorStatus,
sensorStatusSince }
STATUS current
DESCRIPTION
"Sent whenever the sensor status changes."
::= { sensorNotification 2 }
-- -----------------------------------------------------------------------------
temperatureIdentificationTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureIdentificationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of temperature probe measurements. the number of entries
is given by the temperature count."
::= { temperature 1 }
temperatureIdentificationEntry OBJECT-TYPE
SYNTAX TemperatureIdentificationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a temperature probe identification."
INDEX { sensorIndex, temperatureIndex }
::= { temperatureIdentificationTable 1 }
TemperatureIdentificationEntry ::= SEQUENCE {
temperatureIndex
Integer32,
temperatureUuid
OCTET STRING,
temperatureConnectionType
ProbeConnectionType
}
temperatureIndex OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"A unique value for each temperature probe measurement. Its value
ranges from 1 to sensorTemperatureCount."
::= { temperatureIdentificationEntry 1 }
temperatureUuid OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique uuid value for each temperature."
::= { temperatureIdentificationEntry 2 }
temperatureConnectionType OBJECT-TYPE
SYNTAX ProbeConnectionType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Probe connection type with the sensor that monitors it."
::= { temperatureIdentificationEntry 3 }
temperatureConfigurationTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureConfigurationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of temperature probe configuration. The number of entries is
given by sensorTemperatureCount."
::= { temperature 2 }
temperatureConfigurationEntry OBJECT-TYPE
SYNTAX TemperatureConfigurationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a temperature probe configuration."
INDEX { sensorIndex, temperatureIndex }
::= { temperatureConfigurationTable 1 }
TemperatureConfigurationEntry ::= SEQUENCE {
temperatureName
OCTET STRING,
temperatureEnable
EnableType,
temperatureOffset
Integer32,
temperatureAlarmEnable
EnableType,
temperatureThresholdLowWarning
Integer32,
temperatureThresholdLowCritical
Integer32,
temperatureThresholdHighWarning
Integer32,
temperatureThresholdHighCritical
Integer32,
temperatureThresholdHysteresis
Integer32,
temperatureAlarmGracePeriod
Integer32
}
temperatureName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The friendly name of the sensor temperature probe."
::= { temperatureConfigurationEntry 1 }
temperatureEnable OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configure the temperature acquired or not.
0:disabled, 1:enabled"
::= { temperatureConfigurationEntry 2 }
temperatureOffset OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configure the offset (Minus or Plus) to be added to the acquired value
in order to correct the probe measurement error.
See temperatureUnit data for the units."
::= { temperatureConfigurationEntry 3 }
temperatureAlarmEnable OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configure the temperature alarm depending on the thresholds evaluated or not.
0:disabled, 1:enabled"
::= { temperatureConfigurationEntry 4 }
temperatureThresholdLowWarning OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Low warning temperature threshold.
See temperatureUnit data for the units."
::= { temperatureConfigurationEntry 5 }
temperatureThresholdLowCritical OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Low critical temperature threshold.
See temperatureUnit data for the units."
::= { temperatureConfigurationEntry 6 }
temperatureThresholdHighWarning OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"High warning temperature threshold.
See temperatureUnit data for the units."
::= { temperatureConfigurationEntry 7 }
temperatureThresholdHighCritical OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"High critical temperature threshold.
See temperatureUnit data for the units."
::= { temperatureConfigurationEntry 8 }
temperatureThresholdHysteresis OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Temperature threshold hysteresis.
See temperatureUnit data for the units."
::= { temperatureConfigurationEntry 9 }
temperatureAlarmGracePeriod OBJECT-TYPE
SYNTAX Integer32 (1..60)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The grace period the alarm triggers after the acquired value crosses
a trigger value (in seconds)."
::= { temperatureConfigurationEntry 10 }
temperatureMonitoringTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureMonitoringEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of temperature probe monitoring. The number of entries is
given by sensorTemperatureCount."
::= { temperature 3 }
temperatureMonitoringEntry OBJECT-TYPE
SYNTAX TemperatureMonitoringEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a temperature probe monitoring."
INDEX { sensorIndex, temperatureIndex }
::= { temperatureMonitoringTable 1 }
TemperatureMonitoringEntry ::= SEQUENCE {
temperatureAlarm
AlarmType,
temperatureAlarmChangeSince
UnixTimeStamp,
temperatureValue
Integer32,
temperatureCommunicationStatus
CommunicationStatus,
temperatureCommunicationStatusSince
UnixTimeStamp
}
temperatureAlarm OBJECT-TYPE
SYNTAX AlarmType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Alarm set according to the realtime measure compared to the thresholds."
::= { temperatureMonitoringEntry 1 }
temperatureAlarmChangeSince OBJECT-TYPE
SYNTAX UnixTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UTC time in seconds since 1970/01/01 dating the temperature alarm last change."
::= { temperatureMonitoringEntry 2 }
temperatureValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Realtime measured value after correction with the offset.
See temperatureUnit data for the units."
::= { temperatureMonitoringEntry 3 }
temperatureCommunicationStatus OBJECT-TYPE
SYNTAX CommunicationStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates how the temperature probe is communicating or not."
::= { temperatureMonitoringEntry 4 }
temperatureCommunicationStatusSince OBJECT-TYPE
SYNTAX UnixTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UTC time in seconds since 1970/01/01 dating the temperature communication status last change."
::= { temperatureMonitoringEntry 5 }
temperatureMonitoringMinMaxTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureMonitoringMinMaxEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of temperature probe monitoring Min and Max. The number of entries is
given by sensorTemperatureCount."
::= { temperature 4 }
temperatureMonitoringMinMaxEntry OBJECT-TYPE
SYNTAX TemperatureMonitoringMinMaxEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a temperature probe monitoring Min and Max."
INDEX { sensorIndex, temperatureIndex }
::= { temperatureMonitoringMinMaxTable 1 }
TemperatureMonitoringMinMaxEntry ::= SEQUENCE {
temperatureMinValue
Integer32,
temperatureMinValueSince
UnixTimeStamp,
temperatureMaxValue
Integer32,
temperatureMaxValueSince
UnixTimeStamp,
temperatureResetMinMax
ResetCommandType
}
temperatureMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Minimum value registered since the 1st connection of the sensor or the last reset.
See temperatureUnit data for the units."
::= { temperatureMonitoringMinMaxEntry 1 }
temperatureMinValueSince OBJECT-TYPE
SYNTAX UnixTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UTC time in seconds since 1970/01/01 dating the temperature min value last change."
::= { temperatureMonitoringMinMaxEntry 2 }
temperatureMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum value registered since the 1st connection of the sensor or the last reset.
See temperatureUnit data for the units."
::= { temperatureMonitoringMinMaxEntry 3 }
temperatureMaxValueSince OBJECT-TYPE
SYNTAX UnixTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UTC time in seconds since 1970/01/01 dating the temperature max value last change."
::= { temperatureMonitoringMinMaxEntry 4 }
temperatureResetMinMax OBJECT-TYPE
SYNTAX ResetCommandType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Command that resets the min and max data with the current measure.
0:None, 1:Reset"
::= { temperatureMonitoringMinMaxEntry 5 }
temperatureUnit OBJECT-TYPE
SYNTAX TemperatureUnitType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Temperature unit configuration. It is a global setting for all the v1
and v3 SNMP client. It does not involve the temperature unit of data
stored and managed in the card. But it does configure the unit the temperatures
data are red and written in this Mib.
The possible values are tenthOfDegCelsius(0), tenthOfDegFarhenheit(1),
tenthOfDegKelvin(2)."
::= { temperature 5 }
temperatureNotification OBJECT IDENTIFIER ::= { temperature 0 }
notifyTemperatureAlarm NOTIFICATION-TYPE
OBJECTS { sensorIndex,
temperatureIndex,
temperatureUuid,
temperatureAlarm,
temperatureAlarmChangeSince,
temperatureValue }
STATUS current
DESCRIPTION
"Sent whenever the temperature alarm changes."
::= { temperatureNotification 1 }
notifyTemperatureCommunicationStatus NOTIFICATION-TYPE
OBJECTS { sensorIndex,
temperatureIndex,
temperatureUuid,
temperatureCommunicationStatus,
temperatureCommunicationStatusSince }
STATUS current
DESCRIPTION
"Sent whenever the temperature communication status changes.
Is not implemented when the probe is internal (see temperatureConnectionType)."
::= { temperatureNotification 2 }
-- -----------------------------------------------------------------------------
humidityIdentificationTable OBJECT-TYPE
SYNTAX SEQUENCE OF HumidityIdentificationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of humidity probe measurements. the number of entries
is given by the humidity count."
::= { humidity 1 }
humidityIdentificationEntry OBJECT-TYPE
SYNTAX HumidityIdentificationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a humidity probe identification."
INDEX { sensorIndex, humidityIndex }
::= { humidityIdentificationTable 1 }
HumidityIdentificationEntry ::= SEQUENCE {
humidityIndex
Integer32,
humidityUuid
OCTET STRING,
humidityConnectionType
ProbeConnectionType
}
humidityIndex OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"A unique value for each humidity probe measurement. Its value
ranges from 1 to sensorhumidityCount."
::= { humidityIdentificationEntry 1 }
humidityUuid OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique uuid value for each humidity."
::= { humidityIdentificationEntry 2 }
humidityConnectionType OBJECT-TYPE
SYNTAX ProbeConnectionType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Probe connection type with the sensor that monitors it."
::= { humidityIdentificationEntry 3 }
humidityConfigurationTable OBJECT-TYPE
SYNTAX SEQUENCE OF HumidityConfigurationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of humidity probe configuration. The number of entries is
given by sensorhumidityCount."
::= { humidity 2 }
humidityConfigurationEntry OBJECT-TYPE
SYNTAX HumidityConfigurationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a humidity probe configuration."
INDEX { sensorIndex, humidityIndex }
::= { humidityConfigurationTable 1 }
HumidityConfigurationEntry ::= SEQUENCE {
humidityName
OCTET STRING,
humidityEnable
EnableType,
humidityOffset
Integer32,
humidityAlarmEnable
EnableType,
humidityThresholdLowWarning
Integer32,
humidityThresholdLowCritical
Integer32,
humidityThresholdHighWarning
Integer32,
humidityThresholdHighCritical
Integer32,
humidityThresholdHysteresis
Integer32,
humidityAlarmGracePeriod
Integer32
}
humidityName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The friendly name of the sensor humidity probe."
::= { humidityConfigurationEntry 1 }
humidityEnable OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configure the humidity acquired or not.
0:disabled, 1:enabled"
::= { humidityConfigurationEntry 2 }
humidityOffset OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configure the offset (Minus or Plus) to be added to the acquired value
in order to correct the probe measurement error. in tenth of % units."
::= { humidityConfigurationEntry 3 }
humidityAlarmEnable OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configure the humidity alarm depending on the thresholds evaluated or not.
0:disabled, 1:enabled"
::= { humidityConfigurationEntry 4 }
humidityThresholdLowWarning OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Low warning humidity threshold in tenth of % units."
::= { humidityConfigurationEntry 5 }
humidityThresholdLowCritical OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Low critical humidity threshold in tenth of % units."
::= { humidityConfigurationEntry 6 }
humidityThresholdHighWarning OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"High warning humidity threshold in tenth of % units."
::= { humidityConfigurationEntry 7 }
humidityThresholdHighCritical OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write