externalSensorStateChangeDelay
PDU2-MIB ·
.1.3.6.1.4.1.13742.6.3.6.3.1.24
Object
column
r/w
Unsigned32
The delay measured in samples before a state is asserted. If the value is zero, then the state is asserted as soon as it is detected; if it is non-zero, say n, then the assertion condition must exist for n+1 consecutive samples before the event is reported. This parameter does not apply to sensors without numerical reading.
Context
- MIB
- PDU2-MIB
- OID
.1.3.6.1.4.1.13742.6.3.6.3.1.24- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- externalSensorConfigurationEntry
- Table
- externalSensorConfigurationTable
- Siblings
- 28
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-300
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sensorID A unique value for each sensor. Its value
ranges between 1 and the value of externalSensorCount. | column | Integer32 | .1.3.6.1.4.1.13742.6.3.6.3.1.1 |
| externalOnOffSensorSubtype The subtype of the binary sensor. | column | SensorTypeEnumeration | .1.3.6.1.4.1.13742.6.3.6.3.1.10 |
| externalSensorLogAvailable Is data logging enabled for this sensor? | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.13742.6.3.6.3.1.14 |
| externalSensorUnits The unit in which the sensor reading is reported.
This parameter does not apply to sensors without numerical reading. | column | SensorUnitsEnumeration | .1.3.6.1.4.1.13742.6.3.6.3.1.16 |
| externalSensorDecimalDigits The number of digits displayed to the right of the decimal point.
This parameter does not apply to sensors without numerical reading. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.13742.6.3.6.3.1.17 |
| externalSensorAccuracy deprecated The accuracy: the maximum relative difference (in percent) between
measurement and the actual value.
This parameter does not apply to sensors without numerical reading. | column | HundredthsOfAPercentage | .1.3.6.1.4.1.13742.6.3.6.3.1.18 |
| externalSensorResolution The resolution: the minimum difference between any two measured values
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value i… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.13742.6.3.6.3.1.19 |
| externalSensorType The type of sensor. | column | SensorTypeEnumeration | .1.3.6.1.4.1.13742.6.3.6.3.1.2 |
| externalSensorTolerance deprecated The tolerance: the maximum difference between measurement and the
actual value. The value of this OID variable should be scaled by
(externalSensorDecimalDigits + 1). For example,… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.13742.6.3.6.3.1.20 |
| externalSensorMaximum The largest possible value
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value is 1 and
externalSensorDecimalDigits is 2, th… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.13742.6.3.6.3.1.21 |
| externalSensorMinimum The smallest possible value
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value is 1 and
externalSensorDecimalDigits is 2, t… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.13742.6.3.6.3.1.22 |
| externalSensorHysteresis The hysteresis used when crossing a threshold towards the normal state.
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value … | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.13742.6.3.6.3.1.23 |
| externalSensorSerialNumber The sensor serial number. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.13742.6.3.6.3.1.3 |
| externalSensorLowerCriticalThreshold The lower critical threshold
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value is 1 and
externalSensorDecimalDigits is 2, … | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.13742.6.3.6.3.1.31 |
| externalSensorLowerWarningThreshold The lower warning threshold
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value is 1 and
externalSensorDecimalDigits is 2, t… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.13742.6.3.6.3.1.32 |
| externalSensorUpperCriticalThreshold The upper critical threshold
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value is 1 and
externalSensorDecimalDigits is 2, … | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.13742.6.3.6.3.1.33 |
| externalSensorUpperWarningThreshold The upper warning threshold
The value of this OID variable should be scaled by
externalSensorDecimalDigits. For example, if the value is 1 and
externalSensorDecimalDigits is 2, t… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.13742.6.3.6.3.1.34 |
| externalSensorEnabledThresholds A bit string indicating which thresholds are enabled.
This parameter does not apply to sensors without numerical reading. | column | Bits | .1.3.6.1.4.1.13742.6.3.6.3.1.35 |
| externalSensorIsActuator Indicates whether the sensor is an actuator. | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.13742.6.3.6.3.1.36 |
| externalSensorPosition The position of the sensor in the bus topology.
The format is a semicolon separated list of Keyword:value pairs.
Keyword can be one of the following:
ONBOARD, DEVICE-1WIREPORT… | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.13742.6.3.6.3.1.37 |
| externalSensorUseDefaultThresholds Use default thresholds for this sensor?
True: Use default thresholds from externalSensorTypeDefaultThresholdsTable
False: Use sensor-specific thresholds from this table | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.13742.6.3.6.3.1.38 |
| externalSensorAlarmedToNormalDelay The delay (in seconds) before the sensor returns from alarmed to normal.
This is supported for motion detectors only. For all other sensors the
value is 0 and cannot be set to any… | column | Integer32 | .1.3.6.1.4.1.13742.6.3.6.3.1.39 |
| externalSensorName The user-defined name. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.13742.6.3.6.3.1.4 |
| externalSensorDescription The user-defined description. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.13742.6.3.6.3.1.5 |
| externalSensorXCoordinate The X coordinate. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.13742.6.3.6.3.1.6 |
| externalSensorYCoordinate The Y coordinate. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.13742.6.3.6.3.1.7 |
| externalSensorZCoordinate The Z coordinate. The value must be a number if
externalSensorsZCoordinateUnits is rackUnits. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.13742.6.3.6.3.1.8 |
| externalSensorChannelNumber The channel number.
This applies only to contact sensors, -1 for other sensors. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.13742.6.3.6.3.1.9 |