prErrorFlag
UCD-SNMP-MIB ·
.1.3.6.1.4.1.2021.2.1.100
Object
column
UCDErrorFlag
A Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error.
Context
- MIB
- UCD-SNMP-MIB
- OID
.1.3.6.1.4.1.2021.2.1.100- Type
- column
- Access
- readonly
- Status
- current
- Parent
- prEntry
- Table
- prTable
- Siblings
- 8
Syntax
UCDErrorFlag
- Source
- UCDErrorFlag
- Base type
Enumeration
Values & Constraints
Type Values
0 | noError |
1 | error |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| prIndex Reference Index for each observed process. | column | Integer32 | .1.3.6.1.4.1.2021.2.1.1 |
| prErrMessage An error message describing the problem (if one exists). | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.2021.2.1.101 |
| prErrFix Setting this to one will try to fix the problem if
the agent has been configured with a script to call
to attempt to fix problems automatically using remote
snmp operations. | column | UCDErrorFix | .1.3.6.1.4.1.2021.2.1.102 |
| prErrFixCmd The command that gets run when the prErrFix column is
set to 1. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.2021.2.1.103 |
| prNames The process name we're counting/checking on. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.2021.2.1.2 |
| prMin The minimum number of processes that should be
running. An error flag is generated if the number of
running processes is < the minimum. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2021.2.1.3 |
| prMax The maximum number of processes that should be
running. An error flag is generated if the number of
running processes is > the maximum. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2021.2.1.4 |
| prCount The number of current processes running with the name
in question. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2021.2.1.5 |