laErrorFlag
UCD-SNMP-MIB ·
.1.3.6.1.4.1.2021.10.1.100
Object
column
UCDErrorFlag
A Error flag to indicate the load-average has crossed its threshold value defined in the snmpd.conf file. It is set to 1 if the threshold is crossed, 0 otherwise.
Context
- MIB
- UCD-SNMP-MIB
- OID
.1.3.6.1.4.1.2021.10.1.100- Type
- column
- Access
- readonly
- Status
- current
- Parent
- laEntry
- Table
- laTable
- Siblings
- 7
Syntax
UCDErrorFlag
- Source
- UCDErrorFlag
- Base type
Enumeration
Values & Constraints
Type Values
0 | noError |
1 | error |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| laIndex reference index/row number for each observed loadave. | column | Integer32 | .1.3.6.1.4.1.2021.10.1.1 |
| laErrMessage An error message describing the load-average and its
surpased watch-point value. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.2021.10.1.101 |
| laNames The list of loadave names we're watching. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.2021.10.1.2 |
| laLoad The 1,5 and 15 minute load averages (one per row). | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.2021.10.1.3 |
| laConfig The watch point for load-averages to signal an
error. If the load averages rises above this value,
the laErrorFlag below is set. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.2021.10.1.4 |
| laLoadInt The 1,5 and 15 minute load averages as an integer.
This is computed by taking the floating point
loadaverage value and multiplying by 100, then
converting the value to an integer. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2021.10.1.5 |
| laLoadFloat The 1,5 and 15 minute load averages as an opaquely
wrapped floating point number. | column | Float | .1.3.6.1.4.1.2021.10.1.6 |