This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathCISCO-ENTITY-SENSOR-MIB
874 lines (746 loc) · 27.1 KB
/
CISCO-ENTITY-SENSOR-MIB
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
-- *****************************************************************
-- CISCO-ENTITY-SENSOR-MIB
--
-- November 1997, Cliff L. Sojourner
--
-- Copyright (c) 1998-2003, 2005, 2006 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
--
CISCO-ENTITY-SENSOR-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE,
Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE,
OBJECT-GROUP,
NOTIFICATION-GROUP
FROM SNMPv2-CONF
TEXTUAL-CONVENTION,
TimeStamp,
TruthValue
FROM SNMPv2-TC
entPhysicalIndex
FROM ENTITY-MIB
EntPhysicalIndexOrZero
FROM CISCO-TC
ciscoMgmt
FROM CISCO-SMI;
ciscoEntitySensorMIB MODULE-IDENTITY
LAST-UPDATED "200711120000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Postal: Cisco Systems, Inc.
170 West Tasman Drive
San Jose, CA 95134-1706
USA
Tel: +1 408 526 4000
E-mail: [email protected]"
DESCRIPTION
"The CISCO-ENTITY-SENSOR-MIB is used to monitor
the values of sensors in the Entity-MIB (RFC 2037)
entPhysicalTable."
REVISION "200711120000Z"
DESCRIPTION
"Added entitySensorNotifCtrlGlobalGroup."
REVISION "200601010000Z"
DESCRIPTION
"Add new object entSensorMeasuredEntity to
entSensorValueTable."
REVISION "200509080000Z"
DESCRIPTION
"Change the module descriptor name from entitySensorMIB
to ciscoEntitySensorMIB since ENTITY-SENSOR-MIB also
uses the same name and there is a conflict."
REVISION "200301070000Z"
DESCRIPTION
"[1] Add dBm(14) in SensorDataType."
REVISION "200210160000Z"
DESCRIPTION
"[1] Add critical(30) in CSensorThresholdSeverity.
[2] Change to MAX-ACCESS read-write for 3 objects.
[3] Add entitySensorMIBComplianceV02."
REVISION "200006200000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoMgmt 91 }
entitySensorMIBObjects
OBJECT IDENTIFIER ::= { ciscoEntitySensorMIB 1 }
entitySensorMIBNotificationPrefix
OBJECT IDENTIFIER ::= { ciscoEntitySensorMIB 2 }
entitySensorMIBConformance
OBJECT IDENTIFIER ::= { ciscoEntitySensorMIB 3 }
-- textual conventions
SensorDataType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"sensor measurement data types. valid values are:
other(1): a measure other than those listed below
unknown(2): unknown measurement, or
arbitrary, relative numbers
voltsAC(3): electric potential
voltsDC(4): electric potential
amperes(5): electric current
watts(6): power
hertz(7): frequency
celsius(8): temperature
percentRH(9): percent relative humidity
rpm(10): shaft revolutions per minute
cmm(11),: cubic meters per minute (airflow)
truthvalue(12): value takes { true(1), false(2) }
specialEnum(13): value takes user defined enumerated values
dBm(14): dB relative to 1mW of power
"
SYNTAX INTEGER {
other(1),
unknown(2),
voltsAC(3),
voltsDC(4),
amperes(5),
watts(6),
hertz(7),
celsius(8),
percentRH(9),
rpm(10),
cmm(11),
truthvalue(12),
specialEnum(13),
dBm(14)
}
SensorDataScale ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"International System of Units (SI) prefixes."
SYNTAX INTEGER {
yocto(1), -- 10^-24
zepto(2), -- 10^-21
atto(3), -- 10^-18
femto(4), -- 10^-15
pico(5), -- 10^-12
nano(6), -- 10^-9
micro(7), -- 10^-6
milli(8), -- 10^-3
units(9), -- 10^0
kilo(10), -- 10^3
mega(11), -- 10^6
giga(12), -- 10^9
tera(13), -- 10^12
exa(14), -- 10^15
peta(15), -- 10^18
zetta(16), -- 10^21
yotta(17) -- 10^24
}
SensorPrecision ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"When in the range 1 to 9, SensorPrecision is the number
of decimal places in the fractional part of
a SensorValue fixed-point number. When in the range -8 to
-1, SensorPrecision is the number of accurate digits in
a SensorValue fixed-point number.
SensorPrecision is 0 for non-fixed-point numbers.
Agent implementors must choose a value for SensorPrecision
so that the precision and accuracy of a SensorValue is
correctly indicated.
For example, a temperature sensor that can measure 0o to
100o C in 0.1o increments, +/- 0.05o, would have a
SensorPrecision of 1, a SensorDataScale of units(0), and a
SensorValue ranging from 0 to 1000.
The SensorValue would be interpreted as (degrees C * 10).
If that temperature sensor's precision were 0.1o but its
accuracy were only +/- 0.5o, then the SensorPrecision would
be 0. The SensorValue would be interpreted as degrees C.
Another example: a fan rotation speed sensor that measures RPM
from 0 to 10,000 in 100 RPM increments, with an accuracy of
+50/-37 RPM, would have a SensorPrecision of -2, a
SensorDataScale of units(9), and a SensorValue ranging from 0
to 10000. The 10s and 1s digits of SensorValue would always
be 0.
"
SYNTAX INTEGER (-8..9)
SensorValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"For sensors that measure voltsAC, voltsDC,
amperes, watts, hertz, celsius, cmm
this item is a fixed point number ranging from
-999,999,999 to +999,999,999. Use the value
-1000000000 to indicate underflow. Use the value
+1000000000 to indicate overflow. Use SensorPrecision
to indicate how many fractional digits the SensorValue
has.
For sensors that measure percentRH, this item
is a number ranging from 0 to 100.
For sensors that measure rpm, this item
can take only nonnegative values, 0..999999999.
For sensors of type truthvalue, this item
can take only two values: true(1), false(2).
For sensors of type specialEnum, this item
can take any value in the range (-1000000000..1000000000),
but the meaning of each value is specific to the
sensor.
For sensors of type other and unknown,
this item can take any value in the range
(-1000000000..1000000000), but the meaning of the values
are specific to the sensor.
Use Entity-MIB entPhysicalTable.entPhysicalVendorType
to learn about the sensor type.
"
SYNTAX INTEGER (-1000000000..1000000000)
SensorStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the operational status of the sensor.
ok(1) means the agent can read the sensor
value.
unavailable(2) means that the agent presently
can not report the sensor value.
nonoperational(3) means that the agent believes
the sensor is broken. The sensor could have a
hard failure (disconnected wire), or a soft failure
such as out-of-range, jittery, or wildly fluctuating
readings.
"
SYNTAX INTEGER {
ok(1),
unavailable(2),
nonoperational(3)
}
SensorValueUpdateRate ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the interval in seconds between updates to the
sensor's value.
The value zero indicates:
- the sensor value is updated on demand (when polled by the
agent for a get-request),
- or when the sensor value changes (event-driven),
- or the agent does not know the rate
"
SYNTAX INTEGER (0..999999999)
SensorThresholdSeverity ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"sensor threshold severity. Valid values are:
other(1) : a severity other than those listed below.
minor(10) : Minor Problem threshold.
major(20) : Major Problem threshold.
critical(30): Critical problem threshold. A system might shut
down the sensor associated FRU automatically if
the sensor value reach the critical problem
threshold."
SYNTAX INTEGER {
other(1),
minor(10),
major(20),
critical(30)
}
SensorThresholdRelation ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"sensor threshold relational operator types. valid values are:
lessThan(1): if the sensor value is less than
the threshold value
lessOrEqual(2): if the sensor value is less than or equal to
the threshold value
greaterThan(3): if the sensor value is greater than
the threshold value
greaterOrEqual(4): if the sensor value is greater than or equal
to the threshold value
equalTo(5): if the sensor value is equal to
the threshold value
notEqualTo(6): if the sensor value is not equal to
the threshold value
"
SYNTAX INTEGER {
lessThan(1),
lessOrEqual(2),
greaterThan(3),
greaterOrEqual(4),
equalTo(5),
notEqualTo(6)
}
--
-- MIB variables
--
entSensorValues
OBJECT IDENTIFIER ::= { entitySensorMIBObjects 1 }
entSensorThresholds
OBJECT IDENTIFIER ::= { entitySensorMIBObjects 2 }
entSensorGlobalObjects
OBJECT IDENTIFIER ::= { entitySensorMIBObjects 3 }
--
-- entSensorValueTable
--
entSensorValueTable OBJECT-TYPE
SYNTAX SEQUENCE OF EntSensorValueEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table lists the type, scale, and present value
of a sensor listed in the Entity-MIB entPhysicalTable."
::= { entSensorValues 1 }
entSensorValueEntry OBJECT-TYPE
SYNTAX EntSensorValueEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entSensorValueTable entry describes the
present reading of a sensor, the measurement units
and scale, and sensor operational status."
INDEX { entPhysicalIndex }
::= { entSensorValueTable 1 }
EntSensorValueEntry ::= SEQUENCE {
entSensorType SensorDataType,
entSensorScale SensorDataScale,
entSensorPrecision SensorPrecision,
entSensorValue SensorValue,
entSensorStatus SensorStatus,
entSensorValueTimeStamp TimeStamp,
entSensorValueUpdateRate SensorValueUpdateRate,
entSensorMeasuredEntity EntPhysicalIndexOrZero
}
entSensorType OBJECT-TYPE
SYNTAX SensorDataType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates the type of data
reported by the entSensorValue.
This variable is set by the agent at start-up
and the value does not change during operation."
::= { entSensorValueEntry 1 }
entSensorScale OBJECT-TYPE
SYNTAX SensorDataScale
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates the exponent to apply
to sensor values reported by entSensorValue.
This variable is set by the agent at start-up
and the value does not change during operation."
::= { entSensorValueEntry 2 }
entSensorPrecision OBJECT-TYPE
SYNTAX SensorPrecision
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates the number of decimal
places of precision in fixed-point
sensor values reported by entSensorValue.
This variable is set to 0 when entSensorType
is not a fixed-point type: voltsAC(1), voltsDC(2),
amperes(3), watts(4), hertz(5), celsius(6), or cmm(9).
This variable is set by the agent at start-up
and the value does not change during operation."
::= { entSensorValueEntry 3 }
entSensorValue OBJECT-TYPE
SYNTAX SensorValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable reports the most recent measurement seen
by the sensor.
To correctly display or interpret this variable's value,
you must also know entSensorType, entSensorScale, and
entSensorPrecision.
However, you can compare entSensorValue with the threshold
values given in entSensorThresholdTable without any semantic
knowledge.
"
::= { entSensorValueEntry 4 }
entSensorStatus OBJECT-TYPE
SYNTAX SensorStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates the present operational status
of the sensor."
::= { entSensorValueEntry 5 }
entSensorValueTimeStamp OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates the age of the value reported by
entSensorValue"
::= { entSensorValueEntry 6 }
entSensorValueUpdateRate OBJECT-TYPE
SYNTAX SensorValueUpdateRate
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates the rate that the agent
updates entSensorValue."
::= { entSensorValueEntry 7 }
entSensorMeasuredEntity OBJECT-TYPE
SYNTAX EntPhysicalIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the physical entity for which the
sensor is taking measurements. For example, for a sensor
measuring the voltage output of a power-supply, this object
would be the entPhysicalIndex of that power-supply; for a sensor
measuring the temperature inside one chassis of a multi-chassis
system, this object would be the enPhysicalIndex of that
chassis.
This object has a value of zero when the physical entity
for which the sensor is taking measurements can not be
represented by any one row in the entPhysicalTable, or that
there is no such physical entity."
::= { entSensorValueEntry 8 }
--
-- entSensorThresholdTable
--
entSensorThresholdTable OBJECT-TYPE
SYNTAX SEQUENCE OF EntSensorThresholdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table lists the threshold severity, relation, and
comparison value, for a sensor listed in the Entity-MIB
entPhysicalTable."
::= { entSensorThresholds 1 }
entSensorThresholdEntry OBJECT-TYPE
SYNTAX EntSensorThresholdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entSensorThresholdTable entry describes the
thresholds for a sensor: the threshold severity,
the threshold value, the relation, and the
evaluation of the threshold.
Only entities of type sensor(8) are listed in this table.
Only pre-configured thresholds are listed in this table.
Users can create sensor-value monitoring instruments
in different ways, such as RMON alarms, Expression-MIB, etc.
Entries are created by the agent at system startup and
FRU insertion. Entries are deleted by the agent at
FRU removal."
INDEX { entPhysicalIndex, entSensorThresholdIndex }
::= { entSensorThresholdTable 1 }
EntSensorThresholdEntry ::= SEQUENCE {
entSensorThresholdIndex Integer32,
entSensorThresholdSeverity SensorThresholdSeverity,
entSensorThresholdRelation SensorThresholdRelation,
entSensorThresholdValue SensorValue,
entSensorThresholdEvaluation TruthValue,
entSensorThresholdNotificationEnable TruthValue
}
entSensorThresholdIndex OBJECT-TYPE
SYNTAX Integer32 (1..99999999)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index that uniquely identifies an entry
in the entSensorThresholdTable. This index
permits the same sensor to have several
different thresholds."
::= { entSensorThresholdEntry 1 }
entSensorThresholdSeverity OBJECT-TYPE
SYNTAX SensorThresholdSeverity
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable indicates the severity of this threshold."
::= { entSensorThresholdEntry 2 }
entSensorThresholdRelation OBJECT-TYPE
SYNTAX SensorThresholdRelation
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable indicates the relation between sensor value
(entSensorValue) and threshold value (entSensorThresholdValue),
required to trigger the alarm. when evaluating the relation,
entSensorValue is on the left of entSensorThresholdRelation,
entSensorThresholdValue is on the right.
in pseudo-code, the evaluation-alarm mechanism is:
...
if (entSensorStatus == ok) then
if (evaluate(entSensorValue, entSensorThresholdRelation,
entSensorThresholdValue))
then
if (entSensorThresholdNotificationEnable == true))
then
raise_alarm(sensor's entPhysicalIndex);
endif
endif
endif
...
"
::= { entSensorThresholdEntry 3 }
entSensorThresholdValue OBJECT-TYPE
SYNTAX SensorValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable indicates the value of the threshold.
To correctly display or interpret this variable's value,
you must also know entSensorType, entSensorScale, and
entSensorPrecision.
However, you can directly compare entSensorValue
with the threshold values given in entSensorThresholdTable
without any semantic knowledge.
"
::= { entSensorThresholdEntry 4 }
entSensorThresholdEvaluation OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates the result of the most
recent evaluation of the threshold. If the threshold
condition is true, entSensorThresholdEvaluation
is true(1). If the threshold condition is false,
entSensorThresholdEvaluation is false(2).
Thresholds are evaluated at the rate indicated by
entSensorValueUpdateRate.
"
::= { entSensorThresholdEntry 5 }
entSensorThresholdNotificationEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable controls generation of
entSensorThresholdNotification for this threshold.
When this variable is 'true', generation of
entSensorThresholdNotification is enabled for this
threshold. When this variable is 'false',
generation of entSensorThresholdNotification is
disabled for this threshold.
"
::= { entSensorThresholdEntry 6 }
--
-- Entity Sensor Global Objects
--
entSensorThreshNotifGlobalEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable enables the generation of
entSensorThresholdNotification globally
on the device. If this object value is
'false', then no entSensorThresholdNotification
will be generated on this device. If this object
value is 'true', then whether a
entSensorThresholdNotification for a threshold will
be generated or not depends on the instance value of
entSensorThresholdNotificationEnable for that
threshold.
"
::= { entSensorGlobalObjects 1}
--
-- notifications
--
entitySensorMIBNotifications
OBJECT IDENTIFIER ::= { entitySensorMIBNotificationPrefix 0 }
entSensorThresholdNotification NOTIFICATION-TYPE
OBJECTS { entSensorThresholdValue, entSensorValue }
STATUS current
DESCRIPTION
"The sensor value crossed the threshold
listed in entSensorThresholdTable.
This notification is generated once each time
the sensor value crosses the threshold.
The agent implementation guarantees prompt, timely
evaluation of threshold and generation of this
notification.
"
::= { entitySensorMIBNotifications 1 }
--
-- conformance information
--
entitySensorMIBCompliances
OBJECT IDENTIFIER ::= { entitySensorMIBConformance 1 }
entitySensorMIBGroups
OBJECT IDENTIFIER ::= { entitySensorMIBConformance 2 }
--
-- compliance statements
--
entitySensorMIBComplianceV01 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"An Entity-MIB implementation that lists
sensors in its entPhysicalTable must implement
this group."
MODULE -- this module
MANDATORY-GROUPS {
entitySensorValueGroup,
entitySensorThresholdGroup,
entitySensorThresholdNotificationGroup
}
::= { entitySensorMIBCompliances 1 }
entitySensorMIBComplianceV02 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"An Entity-MIB implementation that lists
sensors in its entPhysicalTable must implement
this group."
MODULE -- this module
MANDATORY-GROUPS {
entitySensorThresholdGroup
}
GROUP entitySensorValueGroup
DESCRIPTION
"This group is mandatory for the systems which don't
support IETF version of ENTITY-SENSOR-MIB."
GROUP entitySensorThresholdNotificationGroup
DESCRIPTION
"This group is mandatory for the systems which support
entitySensorValueGroup group."
OBJECT entSensorThresholdSeverity
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
OBJECT entSensorThresholdRelation
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
OBJECT entSensorThresholdValue
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
::= { entitySensorMIBCompliances 2 }
entitySensorMIBComplianceV03 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"An Entity-MIB implementation that lists
sensors in its entPhysicalTable must implement
this group."
MODULE -- this module
MANDATORY-GROUPS {
entitySensorThresholdGroup
}
GROUP entitySensorValueGroup
DESCRIPTION
"This group is mandatory for the systems which don't
support IETF version of ENTITY-SENSOR-MIB."
GROUP entitySensorThresholdNotificationGroup
DESCRIPTION
"This group is mandatory for the systems which support
entitySensorValueGroup group."
GROUP entitySensorValueGroupSup1
DESCRIPTION
"This group is mandatory for the systems which support
the correlation between sensor and its measured
physical entity."
OBJECT entSensorThresholdSeverity
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
OBJECT entSensorThresholdRelation
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
OBJECT entSensorThresholdValue
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
::= { entitySensorMIBCompliances 3 }
entitySensorMIBComplianceV04 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"An Entity-MIB implementation that lists
sensors in its entPhysicalTable must implement
this group."
MODULE -- this module
MANDATORY-GROUPS {
entitySensorThresholdGroup
}
GROUP entitySensorValueGroup
DESCRIPTION
"This group is mandatory for the systems which don't
support IETF version of ENTITY-SENSOR-MIB."
GROUP entitySensorThresholdNotificationGroup
DESCRIPTION
"This group is mandatory for the systems which support
entitySensorValueGroup group."
GROUP entitySensorValueGroupSup1
DESCRIPTION
"This group is mandatory for the systems which support
the correlation between sensor and its measured
physical entity."
OBJECT entSensorThresholdSeverity
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
OBJECT entSensorThresholdRelation
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
OBJECT entSensorThresholdValue
MIN-ACCESS read-only
DESCRIPTION
" Write access is not required."
GROUP entitySensorNotifCtrlGlobalGroup
DESCRIPTION
"This group is mandatory for the platforms which support
global notification control on
entSensorThresholdNotification."
::= { entitySensorMIBCompliances 4 }
--
-- units of conformance
--
entitySensorValueGroup OBJECT-GROUP
OBJECTS {
entSensorType,
entSensorScale,
entSensorPrecision,
entSensorValue,
entSensorStatus,
entSensorValueTimeStamp,
entSensorValueUpdateRate
}
STATUS current
DESCRIPTION
"The collection of objects which are used
to describe and monitor values of Entity-MIB
entPhysicalTable entries of sensors.
"
::= { entitySensorMIBGroups 1 }
entitySensorThresholdGroup OBJECT-GROUP
OBJECTS {
entSensorThresholdSeverity,
entSensorThresholdRelation,
entSensorThresholdValue,
entSensorThresholdEvaluation,
entSensorThresholdNotificationEnable
}
STATUS current
DESCRIPTION
"The collection of objects which are used
to describe and monitor thresholds for
sensors."
::= { entitySensorMIBGroups 2 }
entitySensorThresholdNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { entSensorThresholdNotification }
STATUS current
DESCRIPTION
"the collection of notifications used for
monitoring sensor threshold activity."
::= { entitySensorMIBGroups 3 }
entitySensorValueGroupSup1 OBJECT-GROUP
OBJECTS {
entSensorMeasuredEntity
}
STATUS current
DESCRIPTION
"The collection of objects which are used to describe and track
the measured entities of ENTITY-MIB entPhysicalTable."
::= { entitySensorMIBGroups 4 }
entitySensorNotifCtrlGlobalGroup OBJECT-GROUP
OBJECTS {
entSensorThreshNotifGlobalEnable
}
STATUS current
DESCRIPTION
"The collection of objects which provide the global
notification control on entSensorThresholdNotification."
::= { entitySensorMIBGroups 5 }
END