thresholdType
PERFORMANCE-MIB ·
.1.3.6.1.4.1.1038.102.7.1.5
Object
column Enumeration
When set to `raise' the event threshold exceded is generated when one of the corresponding counter cross its theshold. When set to `clear', the event threshold exceded is cleared when there is no counters above of its corresponding threshold. The `clear'thresholds are optionnal(the standard value is zero)
Context
- MIB
- PERFORMANCE-MIB
- OID
.1.3.6.1.4.1.1038.102.7.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- thresholdEntry
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 'PERFORMANCE-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PERFORMANCE-MIB::thresholdType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PERFORMANCE-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PERFORMANCE-MIB::thresholdType.<thresholdObject>.<thresholdNearFar>.<thresholdDuration>.<thresholdType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PERFORMANCE-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PERFORMANCE-MIB::thresholdType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | raise |
2 | clear |