UCD-SNMP-MIB
- Registered at
- 1.3.6.1.4.1.2021
- Last updated
- 2016-06-10 00:00
- Organization
- University of California, Davis
- Revisions
- 2016-06-10 00:00, 2014-07-31 00:00, 2011-05-14 00:00, 2009-01-19 00:00, 2006-11-22 00:00, 2004-04-07 00:00, 2002-09-05 00:00, 2001-09-20 00:00, 2001-01-17 00:00, 1999-12-09 00:00
- Namespace
- netsnmp
- Source file
UCD-SNMP-MIB- Digest
sha256:06b96e575b9ac4ea69bb562958fb8e9222a77569bf8ecbb8c38876794d174a8f
Description
This file defines the private UCD SNMP MIB extensions.
Contact
This mib is no longer being maintained by the University of California and is now in life-support-mode and being maintained by the net-snmp project. The best place to write for public questions about the net-snmp-coders mailing list at net-snmp-coders@lists.sourceforge.net. postal: Wes Hardaker P.O. Box 382 Davis CA 95617 email: net-snmp-coders@lists.sourceforge.net
Imports
| From | Symbols |
|---|---|
| HCNUM-TC | CounterBasedGauge64 |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Opaque, Unsigned32, enterprises, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
6 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HCNUM-TC SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UCD-SNMP-MIB
Under this module's arcs
Where the registration tree carries on below this module.
| Arc | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2021.13 | ucdExperimental | |
| 1.3.6.1.4.1.2021.14 | ucdDemoMIB | UCD-DEMO-MIB |
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Float TEXTUAL-CONVENTION A single precision floating-point number. The semantics and encoding are identical for type 'single' defined in IEEE Standard for Binary Floating-Point, ANSI/IEEE Std 754-1985. The value is restricted to the BER serialization of the following ASN.1 type: FLOATTYPE ::= [120] IMPLICIT FloatType (note: the value 120 is the sum of '30'h and '48'h) The BER serialization of the length for values of this type must use the definite length, short encoding form. For example, the BER serialization of value 123 of type FLOATTYPE is '9f780442f60000'h. (The tag is '9f78'h; the length is '04'h; and the value is '42f60000'h.) The BER serialization of value '9f780442f60000'h of data type Opaque is '44079f780442f60000'h. (The tag is '44'h; the length is '07'h; and the value is '9f780442f60000'h. | current | |||
| UCDErrorFix TEXTUAL-CONVENTION Represents a 'push-button' object, to invoke a suitable configured action. Will always return 0 when read. | current | |||
| UCDErrorFlag TEXTUAL-CONVENTION Represents a possible error condition | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| prTable OBJECT-TYPE A 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. | 1.3.6.1.4.1.2021.2 | not-accessible | current | |
| prEntry OBJECT-TYPE An entry containing a process and its statistics. | 1.3.6.1.4.1.2021.2.1 | not-accessible | current | |
| prIndex OBJECT-TYPE Reference Index for each observed process. | 1.3.6.1.4.1.2021.2.1.1 | Integer32 (0..65535) | read-only | current |
| prNames OBJECT-TYPE The process name we're counting/checking on. | 1.3.6.1.4.1.2021.2.1.2 | DisplayString | read-only | current |
| prMin OBJECT-TYPE The minimum number of processes that should be running. An error flag is generated if the number of running processes is < the minimum. | 1.3.6.1.4.1.2021.2.1.3 | Integer32 | read-only | current |
| prMax OBJECT-TYPE The maximum number of processes that should be running. An error flag is generated if the number of running processes is > the maximum. | 1.3.6.1.4.1.2021.2.1.4 | Integer32 | read-only | current |
| prCount OBJECT-TYPE The number of current processes running with the name in question. | 1.3.6.1.4.1.2021.2.1.5 | Integer32 | read-only | current |
| prErrorFlag OBJECT-TYPE A Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error. | 1.3.6.1.4.1.2021.2.1.100 | UCDErrorFlag | read-only | current |
| prErrMessage OBJECT-TYPE An error message describing the problem (if one exists). | 1.3.6.1.4.1.2021.2.1.101 | DisplayString | read-only | current |
| prErrFix OBJECT-TYPE 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. | 1.3.6.1.4.1.2021.2.1.102 | UCDErrorFix | read-write | current |
| prErrFixCmd OBJECT-TYPE The command that gets run when the prErrFix column is set to 1. | 1.3.6.1.4.1.2021.2.1.103 | DisplayString | read-only | current |
| memory OBJECT-IDENTITY | 1.3.6.1.4.1.2021.4 | |||
| memIndex OBJECT-TYPE Bogus Index. This should always return the integer 0. | 1.3.6.1.4.1.2021.4.1 | Integer32 | read-only | current |
| memErrorName OBJECT-TYPE Bogus Name. This should always return the string 'swap'. | 1.3.6.1.4.1.2021.4.2 | DisplayString | read-only | current |
| memTotalSwap OBJECT-TYPE The total amount of swap space configured for this host. | 1.3.6.1.4.1.2021.4.3 | Integer32 | read-only | current |
| memAvailSwap OBJECT-TYPE The amount of swap space currently unused or available. | 1.3.6.1.4.1.2021.4.4 | Integer32 | read-only | current |
| memTotalReal OBJECT-TYPE The total amount of real/physical memory installed on this host. | 1.3.6.1.4.1.2021.4.5 | Integer32 | read-only | current |
| memAvailReal OBJECT-TYPE The amount of real/physical memory currently unused or available. | 1.3.6.1.4.1.2021.4.6 | Integer32 | read-only | current |
| memTotalSwapTXT OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.7 | Integer32 | read-only | current |
| memAvailSwapTXT OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.4.8 | Integer32 | read-only | deprecated |
| memTotalRealTXT OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.9 | Integer32 | read-only | current |
| memAvailRealTXT OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.4.10 | Integer32 | read-only | deprecated |
| memTotalFree OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.11 | Integer32 | read-only | current |
| memMinimumSwap OBJECT-TYPE The 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)'. | 1.3.6.1.4.1.2021.4.12 | Integer32 | read-only | current |
| memShared OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.13 | Integer32 | read-only | current |
| memBuffer OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.14 | Integer32 | read-only | current |
| memCached OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.15 | Integer32 | read-only | current |
| memUsedSwapTXT OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.16 | Integer32 | read-only | current |
| memUsedRealTXT OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.17 | Integer32 | read-only | current |
| memTotalSwapX OBJECT-TYPE The total amount of swap space configured for this host. | 1.3.6.1.4.1.2021.4.18 | CounterBasedGauge64 | read-only | current |
| memAvailSwapX OBJECT-TYPE The amount of swap space currently unused or available. | 1.3.6.1.4.1.2021.4.19 | CounterBasedGauge64 | read-only | current |
| memTotalRealX OBJECT-TYPE The total amount of real/physical memory installed on this host. | 1.3.6.1.4.1.2021.4.20 | CounterBasedGauge64 | read-only | current |
| memAvailRealX OBJECT-TYPE The amount of real/physical memory currently unused or available. | 1.3.6.1.4.1.2021.4.21 | CounterBasedGauge64 | read-only | current |
| memTotalFreeX OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.22 | CounterBasedGauge64 | read-only | current |
| memMinimumSwapX OBJECT-TYPE The 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)'. | 1.3.6.1.4.1.2021.4.23 | CounterBasedGauge64 | read-only | current |
| memSharedX OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.24 | CounterBasedGauge64 | read-only | current |
| memBufferX OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.25 | CounterBasedGauge64 | read-only | current |
| memCachedX OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.4.26 | CounterBasedGauge64 | read-only | current |
| memSwapError OBJECT-TYPE Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)'). | 1.3.6.1.4.1.2021.4.100 | UCDErrorFlag | read-only | current |
| memSwapErrorMsg OBJECT-TYPE Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)'). | 1.3.6.1.4.1.2021.4.101 | DisplayString | read-only | current |
| extTable OBJECT-TYPE A table of extensible commands returning output and result codes. These commands are configured via the agent's snmpd.conf file. | 1.3.6.1.4.1.2021.8 | not-accessible | current | |
| extEntry OBJECT-TYPE An entry containing an extensible script/program and its output. | 1.3.6.1.4.1.2021.8.1 | not-accessible | current | |
| extIndex OBJECT-TYPE Reference Index for extensible scripts. Simply an integer row number. | 1.3.6.1.4.1.2021.8.1.1 | Integer32 (0..65535) | read-only | current |
| extNames OBJECT-TYPE A Short, one name description of the extensible command. | 1.3.6.1.4.1.2021.8.1.2 | DisplayString | read-only | current |
| extCommand OBJECT-TYPE The command line to be executed. | 1.3.6.1.4.1.2021.8.1.3 | DisplayString | read-only | current |
| extResult OBJECT-TYPE The result code (exit status) from the executed command. | 1.3.6.1.4.1.2021.8.1.100 | Integer32 | read-only | current |
| extOutput OBJECT-TYPE The first line of output of the executed command. | 1.3.6.1.4.1.2021.8.1.101 | DisplayString | read-only | current |
| extErrFix OBJECT-TYPE 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. | 1.3.6.1.4.1.2021.8.1.102 | UCDErrorFix | read-write | current |
| extErrFixCmd OBJECT-TYPE The command that gets run when the extErrFix column is set to 1. | 1.3.6.1.4.1.2021.8.1.103 | DisplayString | read-only | current |
| dskTable OBJECT-TYPE Disk watching information. Partions to be watched are configured by the snmpd.conf file of the agent. | 1.3.6.1.4.1.2021.9 | not-accessible | current | |
| dskEntry OBJECT-TYPE An entry containing a disk and its statistics. | 1.3.6.1.4.1.2021.9.1 | not-accessible | current | |
| dskIndex OBJECT-TYPE Integer reference number (row number) for the disk mib. | 1.3.6.1.4.1.2021.9.1.1 | Integer32 (0..65535) | read-only | current |
| dskPath OBJECT-TYPE Path where the disk is mounted. | 1.3.6.1.4.1.2021.9.1.2 | DisplayString | read-only | current |
| dskDevice OBJECT-TYPE Path of the device for the partition | 1.3.6.1.4.1.2021.9.1.3 | DisplayString | read-only | current |
| dskMinimum OBJECT-TYPE Minimum 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. | 1.3.6.1.4.1.2021.9.1.4 | Integer32 | read-only | current |
| dskMinPercent OBJECT-TYPE Percentage 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. | 1.3.6.1.4.1.2021.9.1.5 | Integer32 | read-only | current |
| dskTotal OBJECT-TYPE Total size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647). | 1.3.6.1.4.1.2021.9.1.6 | Integer32 | read-only | current |
| dskAvail OBJECT-TYPE Available space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647). | 1.3.6.1.4.1.2021.9.1.7 | Integer32 | read-only | current |
| dskUsed OBJECT-TYPE Used space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647). | 1.3.6.1.4.1.2021.9.1.8 | Integer32 | read-only | current |
| dskPercent OBJECT-TYPE Percentage of space used on disk | 1.3.6.1.4.1.2021.9.1.9 | Integer32 | read-only | current |
| dskPercentNode OBJECT-TYPE Percentage of inodes used on disk | 1.3.6.1.4.1.2021.9.1.10 | Integer32 | read-only | current |
| dskTotalLow OBJECT-TYPE Total size of the disk/partion (kBytes). Together with dskTotalHigh composes 64-bit number. | 1.3.6.1.4.1.2021.9.1.11 | Unsigned32 | read-only | current |
| dskTotalHigh OBJECT-TYPE Total size of the disk/partion (kBytes). Together with dskTotalLow composes 64-bit number. | 1.3.6.1.4.1.2021.9.1.12 | Unsigned32 | read-only | current |
| dskAvailLow OBJECT-TYPE Available space on the disk (kBytes). Together with dskAvailHigh composes 64-bit number. | 1.3.6.1.4.1.2021.9.1.13 | Unsigned32 | read-only | current |
| dskAvailHigh OBJECT-TYPE Available space on the disk (kBytes). Together with dskAvailLow composes 64-bit number. | 1.3.6.1.4.1.2021.9.1.14 | Unsigned32 | read-only | current |
| dskUsedLow OBJECT-TYPE Used space on the disk (kBytes). Together with dskUsedHigh composes 64-bit number. | 1.3.6.1.4.1.2021.9.1.15 | Unsigned32 | read-only | current |
| dskUsedHigh OBJECT-TYPE Used space on the disk (kBytes). Together with dskUsedLow composes 64-bit number. | 1.3.6.1.4.1.2021.9.1.16 | Unsigned32 | read-only | current |
| dskErrorFlag OBJECT-TYPE Error flag signaling that the disk or partition is under the minimum required space configured for it. | 1.3.6.1.4.1.2021.9.1.100 | UCDErrorFlag | read-only | current |
| dskErrorMsg OBJECT-TYPE A text description providing a warning and the space left on the disk. | 1.3.6.1.4.1.2021.9.1.101 | DisplayString | read-only | current |
| laTable OBJECT-TYPE Load average information. | 1.3.6.1.4.1.2021.10 | not-accessible | current | |
| laEntry OBJECT-TYPE An entry containing a load average and its values. | 1.3.6.1.4.1.2021.10.1 | not-accessible | current | |
| laIndex OBJECT-TYPE reference index/row number for each observed loadave. | 1.3.6.1.4.1.2021.10.1.1 | Integer32 (0..3) | read-only | current |
| laNames OBJECT-TYPE The list of loadave names we're watching. | 1.3.6.1.4.1.2021.10.1.2 | DisplayString | read-only | current |
| laLoad OBJECT-TYPE The 1,5 and 15 minute load averages (one per row). | 1.3.6.1.4.1.2021.10.1.3 | DisplayString | read-only | current |
| laConfig OBJECT-TYPE The watch point for load-averages to signal an error. If the load averages rises above this value, the laErrorFlag below is set. | 1.3.6.1.4.1.2021.10.1.4 | DisplayString | read-write | current |
| laLoadInt OBJECT-TYPE 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. | 1.3.6.1.4.1.2021.10.1.5 | Integer32 | read-only | current |
| laLoadFloat OBJECT-TYPE The 1,5 and 15 minute load averages as an opaquely wrapped floating point number. | 1.3.6.1.4.1.2021.10.1.6 | Float | read-only | current |
| laErrorFlag OBJECT-TYPE 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. | 1.3.6.1.4.1.2021.10.1.100 | UCDErrorFlag | read-only | current |
| laErrMessage OBJECT-TYPE An error message describing the load-average and its surpased watch-point value. | 1.3.6.1.4.1.2021.10.1.101 | DisplayString | read-only | current |
| systemStats OBJECT-IDENTITY | 1.3.6.1.4.1.2021.11 | |||
| ssIndex OBJECT-TYPE Bogus Index. This should always return the integer 1. | 1.3.6.1.4.1.2021.11.1 | Integer32 | read-only | current |
| ssErrorName OBJECT-TYPE Bogus Name. This should always return the string 'systemStats'. | 1.3.6.1.4.1.2021.11.2 | DisplayString | read-only | current |
| ssSwapIn OBJECT-TYPE The average amount of memory swapped in from disk, calculated over the last minute. | 1.3.6.1.4.1.2021.11.3 | Integer32 | read-only | current |
| ssSwapOut OBJECT-TYPE The average amount of memory swapped out to disk, calculated over the last minute. | 1.3.6.1.4.1.2021.11.4 | Integer32 | read-only | current |
| ssIOSent OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.5 | Integer32 | read-only | deprecated |
| ssIOReceive OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.6 | Integer32 | read-only | deprecated |
| ssSysInterrupts OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.7 | Integer32 | read-only | deprecated |
| ssSysContext OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.8 | Integer32 | read-only | deprecated |
| ssCpuUser OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.9 | Integer32 | read-only | deprecated |
| ssCpuSystem OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.10 | Integer32 | read-only | deprecated |
| ssCpuIdle OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.11 | Integer32 | read-only | deprecated |
| ssCpuRawUser OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.50 | Counter32 | read-only | current |
| ssCpuRawNice OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.51 | Counter32 | read-only | current |
| ssCpuRawSystem OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.52 | Counter32 | read-only | current |
| ssCpuRawIdle OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.53 | Counter32 | read-only | current |
| ssCpuRawWait OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.54 | Counter32 | read-only | current |
| ssCpuRawKernel OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.55 | Counter32 | read-only | current |
| ssCpuRawInterrupt OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.56 | Counter32 | read-only | current |
| ssIORawSent OBJECT-TYPE Number of blocks sent to a block device | 1.3.6.1.4.1.2021.11.57 | Counter32 | read-only | current |
| ssIORawReceived OBJECT-TYPE Number of blocks received from a block device | 1.3.6.1.4.1.2021.11.58 | Counter32 | read-only | current |
| ssRawInterrupts OBJECT-TYPE Number of interrupts processed | 1.3.6.1.4.1.2021.11.59 | Counter32 | read-only | current |
| ssRawContexts OBJECT-TYPE Number of context switches | 1.3.6.1.4.1.2021.11.60 | Counter32 | read-only | current |
| ssCpuRawSoftIRQ OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.61 | Counter32 | read-only | current |
| ssRawSwapIn OBJECT-TYPE Number of blocks swapped in | 1.3.6.1.4.1.2021.11.62 | Counter32 | read-only | current |
| ssRawSwapOut OBJECT-TYPE Number of blocks swapped out | 1.3.6.1.4.1.2021.11.63 | Counter32 | read-only | current |
| ssCpuRawSteal OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.64 | Counter32 | read-only | current |
| ssCpuRawGuest OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.65 | Counter32 | read-only | current |
| ssCpuRawGuestNice OBJECT-TYPE The 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). | 1.3.6.1.4.1.2021.11.66 | Counter32 | read-only | current |
| ssCpuNumCpus OBJECT-TYPE The 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. | 1.3.6.1.4.1.2021.11.67 | Integer32 | read-only | current |
| ucdInternal OBJECT-IDENTITY | 1.3.6.1.4.1.2021.12 | |||
| ucdExperimental OBJECT-IDENTITY | 1.3.6.1.4.1.2021.13 | |||
| fileTable OBJECT-TYPE Table of monitored files. | 1.3.6.1.4.1.2021.15 | not-accessible | current | |
| fileEntry OBJECT-TYPE Entry of file | 1.3.6.1.4.1.2021.15.1 | not-accessible | current | |
| fileIndex OBJECT-TYPE Index of file | 1.3.6.1.4.1.2021.15.1.1 | Integer32 (0..2147483647) | read-only | current |
| fileName OBJECT-TYPE Filename | 1.3.6.1.4.1.2021.15.1.2 | DisplayString | read-only | current |
| fileSize OBJECT-TYPE Size of file (kB) | 1.3.6.1.4.1.2021.15.1.3 | Integer32 | read-only | current |
| fileMax OBJECT-TYPE Limit of filesize (kB) | 1.3.6.1.4.1.2021.15.1.4 | Integer32 | read-only | current |
| fileErrorFlag OBJECT-TYPE Limit exceeded flag | 1.3.6.1.4.1.2021.15.1.100 | UCDErrorFlag | read-only | current |
| fileErrorMsg OBJECT-TYPE Filesize error message | 1.3.6.1.4.1.2021.15.1.101 | DisplayString | read-only | current |
| logMatch OBJECT-IDENTITY | 1.3.6.1.4.1.2021.16 | |||
| logMatchMaxEntries OBJECT-TYPE The maximum number of logmatch entries this snmpd daemon can support. | 1.3.6.1.4.1.2021.16.1 | Integer32 | read-only | current |
| logMatchTable OBJECT-TYPE Table of monitored files. | 1.3.6.1.4.1.2021.16.2 | not-accessible | current | |
| logMatchEntry OBJECT-TYPE Entry of file | 1.3.6.1.4.1.2021.16.2.1 | not-accessible | current | |
| logMatchIndex OBJECT-TYPE Index of logmatch | 1.3.6.1.4.1.2021.16.2.1.1 | Integer32 (1..2147483647) | read-only | current |
| logMatchName OBJECT-TYPE logmatch instance name | 1.3.6.1.4.1.2021.16.2.1.2 | DisplayString | read-only | current |
| logMatchFilename OBJECT-TYPE filename to be logmatched | 1.3.6.1.4.1.2021.16.2.1.3 | DisplayString | read-only | current |
| logMatchRegEx OBJECT-TYPE regular expression | 1.3.6.1.4.1.2021.16.2.1.4 | DisplayString | read-only | current |
| logMatchGlobalCounter OBJECT-TYPE global count of matches | 1.3.6.1.4.1.2021.16.2.1.5 | Counter32 | read-only | current |
| logMatchGlobalCount OBJECT-TYPE Description. | 1.3.6.1.4.1.2021.16.2.1.6 | Integer32 | read-only | current |
| logMatchCurrentCounter OBJECT-TYPE Regex match counter. This counter will be reset with each logfile rotation. | 1.3.6.1.4.1.2021.16.2.1.7 | Counter32 | read-only | current |
| logMatchCurrentCount OBJECT-TYPE Description. | 1.3.6.1.4.1.2021.16.2.1.8 | Integer32 | read-only | current |
| logMatchCounter OBJECT-TYPE Regex match counter. This counter will be reset with each read | 1.3.6.1.4.1.2021.16.2.1.9 | Counter32 | read-only | current |
| logMatchCount OBJECT-TYPE Description. | 1.3.6.1.4.1.2021.16.2.1.10 | Integer32 | read-only | current |
| logMatchCycle OBJECT-TYPE time between updates (if not queried) in seconds | 1.3.6.1.4.1.2021.16.2.1.11 | Integer32 | read-only | current |
| logMatchErrorFlag OBJECT-TYPE errorflag: is this line configured correctly? | 1.3.6.1.4.1.2021.16.2.1.100 | UCDErrorFlag | read-only | current |
| logMatchRegExCompilation OBJECT-TYPE message of regex precompilation | 1.3.6.1.4.1.2021.16.2.1.101 | DisplayString | read-only | current |
| version OBJECT-IDENTITY | 1.3.6.1.4.1.2021.100 | |||
| versionIndex OBJECT-TYPE Index to mib (always 0) | 1.3.6.1.4.1.2021.100.1 | Integer32 | read-only | current |
| versionTag OBJECT-TYPE CVS tag keyword | 1.3.6.1.4.1.2021.100.2 | DisplayString | read-only | current |
| versionDate OBJECT-TYPE Date string from RCS keyword | 1.3.6.1.4.1.2021.100.3 | DisplayString | read-only | current |
| versionCDate OBJECT-TYPE Date string from ctime() | 1.3.6.1.4.1.2021.100.4 | DisplayString | read-only | current |
| versionIdent OBJECT-TYPE Id string from RCS keyword | 1.3.6.1.4.1.2021.100.5 | DisplayString | read-only | current |
| versionConfigureOptions OBJECT-TYPE Options passed to the configure script when this agent was built. | 1.3.6.1.4.1.2021.100.6 | DisplayString | read-only | current |
| versionClearCache OBJECT-TYPE Set to 1 to clear the exec cache, if enabled | 1.3.6.1.4.1.2021.100.10 | Integer32 | read-write | current |
| versionUpdateConfig OBJECT-TYPE Set to 1 to read-read the config file(s). | 1.3.6.1.4.1.2021.100.11 | Integer32 | read-write | current |
| versionRestartAgent OBJECT-TYPE Set to 1 to restart the agent. | 1.3.6.1.4.1.2021.100.12 | Integer32 | read-write | current |
| versionSavePersistentData OBJECT-TYPE Set to 1 to force the agent to save it's persistent data immediately. | 1.3.6.1.4.1.2021.100.13 | Integer32 | read-write | current |
| versionDoDebugging OBJECT-TYPE Set to 1 to turn debugging statements on in the agent or 0 to turn it off. | 1.3.6.1.4.1.2021.100.20 | Integer32 | read-write | current |
| snmperrs OBJECT-IDENTITY | 1.3.6.1.4.1.2021.101 | |||
| snmperrIndex OBJECT-TYPE Bogus Index for snmperrs (always 0). | 1.3.6.1.4.1.2021.101.1 | Integer32 | read-only | current |
| snmperrNames OBJECT-TYPE snmp | 1.3.6.1.4.1.2021.101.2 | DisplayString | read-only | current |
| snmperrErrorFlag OBJECT-TYPE A Error flag to indicate trouble with the agent. It goes to 1 if there is an error, 0 if no error. | 1.3.6.1.4.1.2021.101.100 | UCDErrorFlag | read-only | current |
| snmperrErrMessage OBJECT-TYPE An error message describing the problem (if one exists). | 1.3.6.1.4.1.2021.101.101 | DisplayString | read-only | current |
| mrTable OBJECT-TYPE A 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 | 1.3.6.1.4.1.2021.102 | not-accessible | current | |
| mrEntry OBJECT-TYPE An entry containing a registered mib oid. | 1.3.6.1.4.1.2021.102.1 | not-accessible | current | |
| mrIndex OBJECT-TYPE The registry slot of a mibmodule. | 1.3.6.1.4.1.2021.102.1.1 | OBJECT IDENTIFIER | read-only | current |
| mrModuleName OBJECT-TYPE The module name that registered this OID. | 1.3.6.1.4.1.2021.102.1.2 | DisplayString | read-only | current |
| ucdSnmpAgent OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250 | |||
| hpux9 OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.1 | |||
| sunos4 OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.2 | |||
| solaris OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.3 | |||
| osf OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.4 | |||
| ultrix OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.5 | |||
| hpux10 OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.6 | |||
| netbsd1 OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.7 | |||
| freebsd OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.8 | |||
| irix OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.9 | |||
| linux OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.10 | |||
| bsdi OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.11 | |||
| openbsd OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.12 | |||
| win32 OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.13 | |||
| hpux11 OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.14 | |||
| aix OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.15 | |||
| macosx OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.16 | |||
| dragonfly OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.17 | |||
| unknown OBJECT-IDENTITY | 1.3.6.1.4.1.2021.250.255 | |||
| ucdTraps OBJECT-IDENTITY | 1.3.6.1.4.1.2021.251 |
Notifications
| Name | OID | Status |
|---|---|---|
| ucdStart NOTIFICATION-TYPE This trap could in principle be sent when the agent start | 1.3.6.1.4.1.2021.251.1 | current |
| ucdShutdown NOTIFICATION-TYPE This trap is sent when the agent terminates | 1.3.6.1.4.1.2021.251.2 | current |