cpqMeAlarmRisingThreshold
CPQTHRSH-MIB ·
.1.3.6.1.4.1.232.10.2.2.2.1.7
Object
A threshold for the sampled object identifier
(cpqMeAlarmVariable).
If the sample type (cpqMeAlarmSampleType) is
absoluteValue(1), then the following describes the
comparison. When the current sampled value is greater
than or equal to this threshold, and the value
(cpqMeAlarmValue) at the last sampling interval was
less than this threshold, a single event will be generated.
If cpqMeAlarmStartupAlarm is equal to risingAlarm(1) or
risingOrFallingAlarm(3), then a single event will be
generated if the first sample after this entry becomes
valid is greater than or equal to this threshold.
After a rising event is generated, another such event
will not be generated until the sampled value
falls below this threshold and reaches the falling
threshold (cpaMeAlarmFallingThreshold).
If the sample type (cpqMeAlarmSampleType) is
deltaValue(2), then the following describes the
comparison. When the most recently sampled value minus
the previous sampled value is greater than or equal to
the threshold (cpqMeAlarmRisingThreshold), and the
current alarm value (cpqMeAlarmValue) is less than the
threshold value (cpqMeAlarmRisingThreshold) a single
event will be generated. After a rising event is
generated, another such event will not be generated
until the most recently sampled value minus the previous
sampled value falls below this threshold
(cpqMeAlarmRisingThreshold) and reaches the falling
threshold (cpqMeAlarmFallingThreshold).
This object may not be modified if the associated
cpqMeAlarmStatus object is equal to valid(1).
Context
- MIB
- CPQTHRSH-MIB
- OID
.1.3.6.1.4.1.232.10.2.2.2.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cpqMeAlarmEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQTHRSH-MIB::cpqMeAlarmRisingThreshold'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQTHRSH-MIB::cpqMeAlarmRisingThreshold.<cpqMeAlarmIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQTHRSH-MIB::cpqMeAlarmRisingThreshold'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647