eltexEntitySensorThresholdTable
ELTEX-ENTITY-SENSOR-MIB ·
.1.3.6.1.4.1.35265.40.1.2.3
Object
table
This table lists the thresholds severity, relation, and comparison
value, for a sensor listed in the ENTITY-SENSOR-MIB.
List of notification sending conditions:
Val - entPhySensorValue
Thr - eltexEntitySensorThresholdValue
Int - eltexEntitySensorThresholdFlappingInterval
abs - absolute value
+----------------+------------------------+------------------------+
| Relation | Notification Condition | Recovery Condition |
+----------------+------------------------+------------------------+
| greaterThan | Val > Thr | Val < (Thr - Int) |
| greaterOrEqual | Val >= Thr | Val <= (Thr - Int) |
| lessThan | Val < Thr | Val > (Thr + Int) |
| lessOrEqual | Val <= Thr | Val >= (Thr + Int) |
| equalTo | Val == Thr | abs(Val - Thr) > Int |
| notEqualTo | abs(Val - Thr) > Int | Val == Thr |
+----------------+------------------------+------------------------+
Context
- MIB
- ELTEX-ENTITY-SENSOR-MIB
- OID
.1.3.6.1.4.1.35265.40.1.2.3- Type
- table
- Status
- current
- Parent
- eltexEntitySensorThresholds
- Siblings
- 2
- Children
- 1
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| eltexEntitySensorThresholdNotificationGlobalEnable This field enables the generation of
eltexEntitySensorThresholdNotification globally
on the device.
If this object value is 'false', then
no eltexEntitySensorThresholdN… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.35265.40.1.2.1 |
| eltexEntitySensorThresholdRecoveryNotificationGlobalEnable This field enables the generation of
eltexEntitySensorThresholdRecoveryNotification globally
on the device.
If this object value is 'false', then
no eltexEntitySensorTh… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.35265.40.1.2.2 |
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| eltexEntitySensorThresholdEntry An entry describes the threshold for a sensor:
the threshold severity, the threshold value,
the relation, and the evaluation of the threshold. | row | - | .1.3.6.1.4.1.35265.40.1.2.3.1 |