UCD-SNMP-MIB

MIB Reference — IPNetwork Monitor

All MIBsUCD-SNMP-MIB

Organization: University of California, Davis

Last Updated: 2020-08-21

Category: Net-SNMP and Linux, Routing Protocols

Description:

University of California Davis SNMP extensions for Linux/Unix host monitoring: CPU load averages, memory/swap usage, disk utilization, running processes, and extensible script execution.

Imported Objects

From HCNUM-TC

CounterBasedGauge64

From SNMPv2-SMI

Counter32
Integer32
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
Opaque
Unsigned32
enterprises

From SNMPv2-TC

DisplayString
TEXTUAL-CONVENTION
TruthValue

What Is UCD-SNMP-MIB?

UCD-SNMP-MIB is a widely used private MIB module originating from the University of California, Davis SNMP project (the precursor to Net-SNMP), often still called simply the ucd snmp mib by longtime administrators, providing host-monitoring extensions for Unix/Linux systems beyond standard MIB-II. It exposes categories including CPU load averages, memory and swap usage, disk space utilization, running-process monitoring, and an extensible mechanism for executing custom shell scripts and reporting their output/exit codes via SNMP. Its purpose is squarely hardware/software status monitoring: the process table (prTable/prEntry) lets an operator confirm a named process is running and within expected min/max instance counts, prErrorFlag/prErrMessage surface failures (with prErrFixCmd able to trigger an automatic remediation command), and the broader UCD extensions cover load average, memory, and disk thresholds that are classic leading indicators of a Unix/Linux host running into resource exhaustion. It has no formal dependency on other MIBs beyond standard SNMPv2-SMI conventions, since it was designed as a self-contained set of practical host-monitoring extensions layered on top of standard MIB-II. It is ubiquitously deployed on Linux/Unix servers running the Net-SNMP agent (net-snmp/snmpd), making it one of the most common private MIBs encountered in general server monitoring.

IPNetwork Monitor allows you to monitor SNMP objects defined in UCD-SNMP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • CPU load averages
  • memory and swap usage
  • disk space utilization
  • running process count/status vs. thresholds
  • custom script execution results/exit codes

Supported Devices

  • Unix/Linux servers running the Net-SNMP (net-snmp/snmpd) agent

Monitoring Examples

An administrator would configure prTable/prEntry entries (prNames, prMin, prMax) to watch that a critical daemon process stays within its expected running-instance count, and poll prErrorFlag/prErrMessage to detect when that check fails - for example a crashed web server process dropping the running count below prMin, with prErrFixCmd able to automatically attempt a restart. Beyond the process table, the module's well-known load-average, memory, and disk objects (grouped under ucdInternal/ucdExperimental in this listing) are commonly polled to catch a Linux host approaching CPU saturation, swap exhaustion, or a full disk partition before it causes an outage.

OIDs
OID symbolicOID numericTypeAccessDescription
ucdavis1.3.6.1.4.1.2021This file defines the private UCD SNMP MIB extensions.
prTable1.3.6.1.4.1.2021.2not-accessibleA table containing information on running programs/daemons configured for monitoring in the snmpd.conf file of the agent. Processes violating the number of running processes required by the agent's configuration file are flagged with numerical and textual errors.
prEntry1.3.6.1.4.1.2021.2.1not-accessibleAn entry containing a process and its statistics.
I32 prIndex1.3.6.1.4.1.2021.2.1.1Integer32read-onlyReference Index for each observed process.
STR prNames1.3.6.1.4.1.2021.2.1.2DisplayStringread-onlyThe process name we're counting/checking on.
I32 prMin1.3.6.1.4.1.2021.2.1.3Integer32read-onlyThe minimum number of processes that should be running. An error flag is generated if the number of running processes is < the minimum.
I32 prMax1.3.6.1.4.1.2021.2.1.4Integer32read-onlyThe maximum number of processes that should be running. An error flag is generated if the number of running processes is > the maximum.
I32 prCount1.3.6.1.4.1.2021.2.1.5Integer32read-onlyThe number of current processes running with the name in question.
UCD prErrorFlag1.3.6.1.4.1.2021.2.1.100UCDErrorFlagread-onlyA Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error.
STR prErrMessage1.3.6.1.4.1.2021.2.1.101DisplayStringread-onlyAn error message describing the problem (if one exists).
UCD prErrFix1.3.6.1.4.1.2021.2.1.102UCDErrorFixread-writeSetting 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.
STR prErrFixCmd1.3.6.1.4.1.2021.2.1.103DisplayStringread-onlyThe command that gets run when the prErrFix column is set to 1.
memory1.3.6.1.4.1.2021.4
I32 memIndex1.3.6.1.4.1.2021.4.1Integer32read-onlyBogus Index. This should always return the integer 0.
STR memErrorName1.3.6.1.4.1.2021.4.2DisplayStringread-onlyBogus Name. This should always return the string 'swap'.
I32 memTotalSwap1.3.6.1.4.1.2021.4.3Integer32read-onlyThe total amount of swap space configured for this host.
I32 memAvailSwap1.3.6.1.4.1.2021.4.4Integer32read-onlyThe amount of swap space currently unused or available.
I32 memTotalReal1.3.6.1.4.1.2021.4.5Integer32read-onlyThe total amount of real/physical memory installed on this host.
I32 memAvailReal1.3.6.1.4.1.2021.4.6Integer32read-onlyThe amount of real/physical memory currently unused or available.
I32 memTotalSwapTXT1.3.6.1.4.1.2021.4.7Integer32read-onlyThe total amount of swap space or virtual memory allocated for text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of swap space or virtual memory.
I32 memAvailSwapTXT1.3.6.1.4.1.2021.4.8Integer32read-onlyThe amount of swap space or virtual memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of swap space or virtual memory. Note that (despite the name), this value reports the amount used, rather than the amount free or available for use. For clarity, this object is being deprecated in favour of 'memUsedSwapTXT(16).
I32 memTotalRealTXT1.3.6.1.4.1.2021.4.9Integer32read-onlyThe total amount of real/physical memory allocated for text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of physical memory.
I32 memAvailRealTXT1.3.6.1.4.1.2021.4.10Integer32read-onlyThe amount of real/physical memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of physical memory. Note that (despite the name), this value reports the amount used, rather than the amount free or available for use. For clarity, this object is being deprecated in favour of 'memUsedRealTXT(17).
I32 memTotalFree1.3.6.1.4.1.2021.4.11Integer32read-onlyThe total amount of memory free or available for use on this host. This value typically covers both real memory and swap space or virtual memory.
I32 memMinimumSwap1.3.6.1.4.1.2021.4.12Integer32read-onlyThe minimum amount of swap space expected to be kept free or available during normal operation of this host. If this value (as reported by 'memAvailSwap(4)') falls below the specified level, then 'memSwapError(100)' will be set to 1 and an error message made available via 'memSwapErrorMsg(101)'.
I32 memShared1.3.6.1.4.1.2021.4.13Integer32read-onlyThe total amount of real or virtual memory currently allocated for use as shared memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.
I32 memBuffer1.3.6.1.4.1.2021.4.14Integer32read-onlyThe total amount of real or virtual memory currently allocated for use as memory buffers. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.
I32 memCached1.3.6.1.4.1.2021.4.15Integer32read-onlyThe total amount of real or virtual memory currently allocated for use as cached memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.
I32 memUsedSwapTXT1.3.6.1.4.1.2021.4.16Integer32read-onlyThe amount of swap space or virtual memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of swap space or virtual memory.
I32 memUsedRealTXT1.3.6.1.4.1.2021.4.17Integer32read-onlyThe amount of real/physical memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of physical memory.
NUM memTotalSwapX1.3.6.1.4.1.2021.4.18CounterBasedGauge64read-onlyThe total amount of swap space configured for this host.
NUM memAvailSwapX1.3.6.1.4.1.2021.4.19CounterBasedGauge64read-onlyThe amount of swap space currently unused or available.
NUM memTotalRealX1.3.6.1.4.1.2021.4.20CounterBasedGauge64read-onlyThe total amount of real/physical memory installed on this host.
NUM memAvailRealX1.3.6.1.4.1.2021.4.21CounterBasedGauge64read-onlyThe amount of real/physical memory currently unused or available.
NUM memTotalFreeX1.3.6.1.4.1.2021.4.22CounterBasedGauge64read-onlyThe total amount of memory free or available for use on this host. This value typically covers both real memory and swap space or virtual memory.
NUM memMinimumSwapX1.3.6.1.4.1.2021.4.23CounterBasedGauge64read-onlyThe minimum amount of swap space expected to be kept free or available during normal operation of this host. If this value (as reported by 'memAvailSwap(4)') falls below the specified level, then 'memSwapError(100)' will be set to 1 and an error message made available via 'memSwapErrorMsg(101)'.
NUM memSharedX1.3.6.1.4.1.2021.4.24CounterBasedGauge64read-onlyThe total amount of real or virtual memory currently allocated for use as shared memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.
NUM memBufferX1.3.6.1.4.1.2021.4.25CounterBasedGauge64read-onlyThe total amount of real or virtual memory currently allocated for use as memory buffers. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.
NUM memCachedX1.3.6.1.4.1.2021.4.26CounterBasedGauge64read-onlyThe total amount of real or virtual memory currently allocated for use as cached memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.
NUM memSysAvail1.3.6.1.4.1.2021.4.27CounterBasedGauge64read-onlyThe total amount of available memory, which is an estimate of how much memory is available for starting new applications, without swapping. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.
UCD memSwapError1.3.6.1.4.1.2021.4.100UCDErrorFlagread-onlyIndicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').
STR memSwapErrorMsg1.3.6.1.4.1.2021.4.101DisplayStringread-onlyDescribes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').
extTable1.3.6.1.4.1.2021.8not-accessibleA table of extensible commands returning output and result codes. These commands are configured via the agent's snmpd.conf file.
extEntry1.3.6.1.4.1.2021.8.1not-accessibleAn entry containing an extensible script/program and its output.
I32 extIndex1.3.6.1.4.1.2021.8.1.1Integer32read-onlyReference Index for extensible scripts. Simply an integer row number.
STR extNames1.3.6.1.4.1.2021.8.1.2DisplayStringread-onlyA Short, one name description of the extensible command.
STR extCommand1.3.6.1.4.1.2021.8.1.3DisplayStringread-onlyThe command line to be executed.
I32 extResult1.3.6.1.4.1.2021.8.1.100Integer32read-onlyThe result code (exit status) from the executed command.
STR extOutput1.3.6.1.4.1.2021.8.1.101DisplayStringread-onlyThe first line of output of the executed command.
UCD extErrFix1.3.6.1.4.1.2021.8.1.102UCDErrorFixread-writeSetting 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.
STR extErrFixCmd1.3.6.1.4.1.2021.8.1.103DisplayStringread-onlyThe command that gets run when the extErrFix column is set to 1.
dskTable1.3.6.1.4.1.2021.9not-accessibleDisk watching information. Partions to be watched are configured by the snmpd.conf file of the agent.
dskEntry1.3.6.1.4.1.2021.9.1not-accessibleAn entry containing a disk and its statistics.
I32 dskIndex1.3.6.1.4.1.2021.9.1.1Integer32read-onlyInteger reference number (row number) for the disk mib.
STR dskPath1.3.6.1.4.1.2021.9.1.2DisplayStringread-onlyPath where the disk is mounted.
STR dskDevice1.3.6.1.4.1.2021.9.1.3DisplayStringread-onlyPath of the device for the partition
I32 dskMinimum1.3.6.1.4.1.2021.9.1.4Integer32read-onlyMinimum space required on the disk (in kBytes) before the errors are triggered. Either this or dskMinPercent is configured via the agent's snmpd.conf file.
I32 dskMinPercent1.3.6.1.4.1.2021.9.1.5Integer32read-onlyPercentage of minimum space required on the disk before the errors are triggered. Either this or dskMinimum is configured via the agent's snmpd.conf file.
I32 dskTotal1.3.6.1.4.1.2021.9.1.6Integer32read-onlyTotal size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647).
I32 dskAvail1.3.6.1.4.1.2021.9.1.7Integer32read-onlyAvailable space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).
I32 dskUsed1.3.6.1.4.1.2021.9.1.8Integer32read-onlyUsed space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).
I32 dskPercent1.3.6.1.4.1.2021.9.1.9Integer32read-onlyPercentage of space used on disk
I32 dskPercentNode1.3.6.1.4.1.2021.9.1.10Integer32read-onlyPercentage of inodes used on disk
U32 dskTotalLow1.3.6.1.4.1.2021.9.1.11Unsigned32read-onlyTotal size of the disk/partion (kBytes). Together with dskTotalHigh composes 64-bit number.
U32 dskTotalHigh1.3.6.1.4.1.2021.9.1.12Unsigned32read-onlyTotal size of the disk/partion (kBytes). Together with dskTotalLow composes 64-bit number.
U32 dskAvailLow1.3.6.1.4.1.2021.9.1.13Unsigned32read-onlyAvailable space on the disk (kBytes). Together with dskAvailHigh composes 64-bit number.
U32 dskAvailHigh1.3.6.1.4.1.2021.9.1.14Unsigned32read-onlyAvailable space on the disk (kBytes). Together with dskAvailLow composes 64-bit number.
U32 dskUsedLow1.3.6.1.4.1.2021.9.1.15Unsigned32read-onlyUsed space on the disk (kBytes). Together with dskUsedHigh composes 64-bit number.
U32 dskUsedHigh1.3.6.1.4.1.2021.9.1.16Unsigned32read-onlyUsed space on the disk (kBytes). Together with dskUsedLow composes 64-bit number.
UCD dskErrorFlag1.3.6.1.4.1.2021.9.1.100UCDErrorFlagread-onlyError flag signaling that the disk or partition is under the minimum required space configured for it.
STR dskErrorMsg1.3.6.1.4.1.2021.9.1.101DisplayStringread-onlyA text description providing a warning and the space left on the disk.
laTable1.3.6.1.4.1.2021.10not-accessibleLoad average information.
laEntry1.3.6.1.4.1.2021.10.1not-accessibleAn entry containing a load average and its values.
I32 laIndex1.3.6.1.4.1.2021.10.1.1Integer32read-onlyreference index/row number for each observed loadave.
STR laNames1.3.6.1.4.1.2021.10.1.2DisplayStringread-onlyThe list of loadave names we're watching.
STR laLoad1.3.6.1.4.1.2021.10.1.3DisplayStringread-onlyThe 1,5 and 15 minute load averages (one per row).
STR laConfig1.3.6.1.4.1.2021.10.1.4DisplayStringread-writeThe watch point for load-averages to signal an error. If the load averages rises above this value, the laErrorFlag below is set.
I32 laLoadInt1.3.6.1.4.1.2021.10.1.5Integer32read-onlyThe 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.
FLO laLoadFloat1.3.6.1.4.1.2021.10.1.6Floatread-onlyThe 1,5 and 15 minute load averages as an opaquely wrapped floating point number.
UCD laErrorFlag1.3.6.1.4.1.2021.10.1.100UCDErrorFlagread-onlyA 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.
STR laErrMessage1.3.6.1.4.1.2021.10.1.101DisplayStringread-onlyAn error message describing the load-average and its surpased watch-point value.
systemStats1.3.6.1.4.1.2021.11
I32 ssIndex1.3.6.1.4.1.2021.11.1Integer32read-onlyBogus Index. This should always return the integer 1.
STR ssErrorName1.3.6.1.4.1.2021.11.2DisplayStringread-onlyBogus Name. This should always return the string 'systemStats'.
I32 ssSwapIn1.3.6.1.4.1.2021.11.3Integer32read-onlyThe average amount of memory swapped in from disk, calculated over the last minute.
I32 ssSwapOut1.3.6.1.4.1.2021.11.4Integer32read-onlyThe average amount of memory swapped out to disk, calculated over the last minute.
I32 ssIOSent1.3.6.1.4.1.2021.11.5Integer32read-onlyThe average amount of data written to disk or other block device, calculated over the last minute. This object has been deprecated in favour of 'ssIORawSent(57)', which can be used to calculate the same metric, but over any desired time period.
I32 ssIOReceive1.3.6.1.4.1.2021.11.6Integer32read-onlyThe average amount of data read from disk or other block device, calculated over the last minute. This object has been deprecated in favour of 'ssIORawReceived(58)', which can be used to calculate the same metric, but over any desired time period.
I32 ssSysInterrupts1.3.6.1.4.1.2021.11.7Integer32read-onlyThe average rate of interrupts processed (including the clock) calculated over the last minute. This object has been deprecated in favour of 'ssRawInterrupts(59)', which can be used to calculate the same metric, but over any desired time period.
I32 ssSysContext1.3.6.1.4.1.2021.11.8Integer32read-onlyThe average rate of context switches, calculated over the last minute. This object has been deprecated in favour of 'ssRawContext(60)', which can be used to calculate the same metric, but over any desired time period.
I32 ssCpuUser1.3.6.1.4.1.2021.11.9Integer32read-onlyThe percentage of CPU time spent processing user-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawUser(50)', which can be used to calculate the same metric, but over any desired time period.
I32 ssCpuSystem1.3.6.1.4.1.2021.11.10Integer32read-onlyThe percentage of CPU time spent processing system-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawSystem(52)', which can be used to calculate the same metric, but over any desired time period.
I32 ssCpuIdle1.3.6.1.4.1.2021.11.11Integer32read-onlyThe percentage of processor time spent idle, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawIdle(53)', which can be used to calculate the same metric, but over any desired time period.
C32 ssCpuRawUser1.3.6.1.4.1.2021.11.50Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent processing user-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssCpuRawNice1.3.6.1.4.1.2021.11.51Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent processing reduced-priority code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssCpuRawSystem1.3.6.1.4.1.2021.11.52Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent processing system-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors). This object may sometimes be implemented as the combination of the 'ssCpuRawWait(54)' and 'ssCpuRawKernel(55)' counters, so care must be taken when summing the overall raw counters.
C32 ssCpuRawIdle1.3.6.1.4.1.2021.11.53Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent idle. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssCpuRawWait1.3.6.1.4.1.2021.11.54Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent waiting for IO. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssCpuRawKernel1.3.6.1.4.1.2021.11.55Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent processing kernel-level code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssCpuRawInterrupt1.3.6.1.4.1.2021.11.56Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent processing hardware interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssIORawSent1.3.6.1.4.1.2021.11.57Counter32read-onlyNumber of blocks sent to a block device
C32 ssIORawReceived1.3.6.1.4.1.2021.11.58Counter32read-onlyNumber of blocks received from a block device
C32 ssRawInterrupts1.3.6.1.4.1.2021.11.59Counter32read-onlyNumber of interrupts processed
C32 ssRawContexts1.3.6.1.4.1.2021.11.60Counter32read-onlyNumber of context switches
C32 ssCpuRawSoftIRQ1.3.6.1.4.1.2021.11.61Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent processing software interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssRawSwapIn1.3.6.1.4.1.2021.11.62Counter32read-onlyNumber of blocks swapped in
C32 ssRawSwapOut1.3.6.1.4.1.2021.11.63Counter32read-onlyNumber of blocks swapped out
C32 ssCpuRawSteal1.3.6.1.4.1.2021.11.64Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent by the hypervisor code to run other VMs even though the CPU in the current VM had something runnable. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssCpuRawGuest1.3.6.1.4.1.2021.11.65Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual CPU (guest). This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
C32 ssCpuRawGuestNice1.3.6.1.4.1.2021.11.66Counter32read-onlyThe number of 'ticks' (typically 1/100s) spent by the CPU to run a niced virtual CPU (guest). This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).
I32 ssCpuNumCpus1.3.6.1.4.1.2021.11.67Integer32read-onlyThe number of processors, as counted by the agent. This object's value may be useful in the management of certain operating systems where notions such as load average do not take into account the number of processors in the system. For other objects in the systemStats group whose descriptions refer to 'N processors', this object's value is N.
ucdInternal1.3.6.1.4.1.2021.12
ucdExperimental1.3.6.1.4.1.2021.13
fileTable1.3.6.1.4.1.2021.15not-accessibleTable of monitored files.
fileEntry1.3.6.1.4.1.2021.15.1not-accessibleEntry of file
I32 fileIndex1.3.6.1.4.1.2021.15.1.1Integer32read-onlyIndex of file
STR fileName1.3.6.1.4.1.2021.15.1.2DisplayStringread-onlyFilename
I32 fileSize1.3.6.1.4.1.2021.15.1.3Integer32read-onlySize of file (kB)
I32 fileMax1.3.6.1.4.1.2021.15.1.4Integer32read-onlyLimit of filesize (kB)
UCD fileErrorFlag1.3.6.1.4.1.2021.15.1.100UCDErrorFlagread-onlyLimit exceeded flag
STR fileErrorMsg1.3.6.1.4.1.2021.15.1.101DisplayStringread-onlyFilesize error message
logMatch1.3.6.1.4.1.2021.16
I32 logMatchMaxEntries1.3.6.1.4.1.2021.16.1Integer32read-onlyThe maximum number of logmatch entries this snmpd daemon can support.
logMatchTable1.3.6.1.4.1.2021.16.2not-accessibleTable of monitored files.
logMatchEntry1.3.6.1.4.1.2021.16.2.1not-accessibleEntry of file
I32 logMatchIndex1.3.6.1.4.1.2021.16.2.1.1Integer32read-onlyIndex of logmatch
STR logMatchName1.3.6.1.4.1.2021.16.2.1.2DisplayStringread-onlylogmatch instance name
STR logMatchFilename1.3.6.1.4.1.2021.16.2.1.3DisplayStringread-onlyfilename to be logmatched
STR logMatchRegEx1.3.6.1.4.1.2021.16.2.1.4DisplayStringread-onlyregular expression
C32 logMatchGlobalCounter1.3.6.1.4.1.2021.16.2.1.5Counter32read-onlyglobal count of matches
I32 logMatchGlobalCount1.3.6.1.4.1.2021.16.2.1.6Integer32read-onlyDescription.
C32 logMatchCurrentCounter1.3.6.1.4.1.2021.16.2.1.7Counter32read-onlyRegex match counter. This counter will be reset with each logfile rotation.
I32 logMatchCurrentCount1.3.6.1.4.1.2021.16.2.1.8Integer32read-onlyDescription.
C32 logMatchCounter1.3.6.1.4.1.2021.16.2.1.9Counter32read-onlyRegex match counter. This counter will be reset with each read
I32 logMatchCount1.3.6.1.4.1.2021.16.2.1.10Integer32read-onlyDescription.
I32 logMatchCycle1.3.6.1.4.1.2021.16.2.1.11Integer32read-onlytime between updates (if not queried) in seconds
UCD logMatchErrorFlag1.3.6.1.4.1.2021.16.2.1.100UCDErrorFlagread-onlyerrorflag: is this line configured correctly?
STR logMatchRegExCompilation1.3.6.1.4.1.2021.16.2.1.101DisplayStringread-onlymessage of regex precompilation
version1.3.6.1.4.1.2021.100
I32 versionIndex1.3.6.1.4.1.2021.100.1Integer32read-onlyIndex to mib (always 0)
STR versionTag1.3.6.1.4.1.2021.100.2DisplayStringread-onlyCVS tag keyword
STR versionDate1.3.6.1.4.1.2021.100.3DisplayStringread-onlyDate string from RCS keyword
STR versionCDate1.3.6.1.4.1.2021.100.4DisplayStringread-onlyDate string from ctime()
STR versionIdent1.3.6.1.4.1.2021.100.5DisplayStringread-onlyId string from RCS keyword
STR versionConfigureOptions1.3.6.1.4.1.2021.100.6DisplayStringread-onlyOptions passed to the configure script when this agent was built.
I32 versionClearCache1.3.6.1.4.1.2021.100.10Integer32read-writeSet to 1 to clear the exec cache, if enabled
I32 versionUpdateConfig1.3.6.1.4.1.2021.100.11Integer32read-writeSet to 1 to read-read the config file(s).
I32 versionRestartAgent1.3.6.1.4.1.2021.100.12Integer32read-writeSet to 1 to restart the agent.
I32 versionSavePersistentData1.3.6.1.4.1.2021.100.13Integer32read-writeSet to 1 to force the agent to save it's persistent data immediately.
I32 versionDoDebugging1.3.6.1.4.1.2021.100.20Integer32read-writeSet to 1 to turn debugging statements on in the agent or 0 to turn it off.
snmperrs1.3.6.1.4.1.2021.101
I32 snmperrIndex1.3.6.1.4.1.2021.101.1Integer32read-onlyBogus Index for snmperrs (always 0).
STR snmperrNames1.3.6.1.4.1.2021.101.2DisplayStringread-onlysnmp
UCD snmperrErrorFlag1.3.6.1.4.1.2021.101.100UCDErrorFlagread-onlyA Error flag to indicate trouble with the agent. It goes to 1 if there is an error, 0 if no error.
STR snmperrErrMessage1.3.6.1.4.1.2021.101.101DisplayStringread-onlyAn error message describing the problem (if one exists).
mrTable1.3.6.1.4.1.2021.102not-accessibleA table displaying all the oid's registered by mib modules in the agent. Since the agent is modular in nature, this lists each module's OID it is responsible for and the name of the module
mrEntry1.3.6.1.4.1.2021.102.1not-accessibleAn entry containing a registered mib oid.
OID mrIndex1.3.6.1.4.1.2021.102.1.1OBJECT IDENTIFIERread-onlyThe registry slot of a mibmodule.
STR mrModuleName1.3.6.1.4.1.2021.102.1.2DisplayStringread-onlyThe module name that registered this OID.
ucdSnmpAgent1.3.6.1.4.1.2021.250
hpux91.3.6.1.4.1.2021.250.1
sunos41.3.6.1.4.1.2021.250.2
solaris1.3.6.1.4.1.2021.250.3
osf1.3.6.1.4.1.2021.250.4
ultrix1.3.6.1.4.1.2021.250.5
hpux101.3.6.1.4.1.2021.250.6
netbsd11.3.6.1.4.1.2021.250.7
freebsd1.3.6.1.4.1.2021.250.8
irix1.3.6.1.4.1.2021.250.9
linux1.3.6.1.4.1.2021.250.10
bsdi1.3.6.1.4.1.2021.250.11
openbsd1.3.6.1.4.1.2021.250.12
win321.3.6.1.4.1.2021.250.13
hpux111.3.6.1.4.1.2021.250.14
aix1.3.6.1.4.1.2021.250.15
macosx1.3.6.1.4.1.2021.250.16
dragonfly1.3.6.1.4.1.2021.250.17
unknown1.3.6.1.4.1.2021.250.255
ucdTraps1.3.6.1.4.1.2021.251
NTF ucdStart1.3.6.1.4.1.2021.251.1This trap could in principle be sent when the agent start
NTF ucdShutdown1.3.6.1.4.1.2021.251.2This trap is sent when the agent terminates

RFC description

University of California Davis private SNMP MIB extensions maintained by net-snmp project, including process, disk, and load monitoring (OID 1.3.6.1.4.1.2021).

Start monitoring Unix/Linux servers running the Net-SNMP (net-snmp/snmpd) agent (CPU/memory/disk/process-table status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download UCD-SNMP-MIB