MIBs Depot

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

FromSymbols
HCNUM-TCCounterBasedGauge64
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Opaque, Unsigned32, enterprises, iso
SNMPv2-TCDisplayString, 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.

ArcNameModule
1.3.6.1.4.1.2021.13ucdExperimental
1.3.6.1.4.1.2021.14ucdDemoMIBUCD-DEMO-MIB

Textual conventions

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.2not-accessiblecurrent
prEntry
OBJECT-TYPE
An entry containing a process and its statistics.
1.3.6.1.4.1.2021.2.1not-accessiblecurrent
prIndex
OBJECT-TYPE
Reference Index for each observed process.
1.3.6.1.4.1.2021.2.1.1Integer32 (0..65535)read-onlycurrent
prNames
OBJECT-TYPE
The process name we're counting/checking on.
1.3.6.1.4.1.2021.2.1.2DisplayStringread-onlycurrent
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.3Integer32read-onlycurrent
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.4Integer32read-onlycurrent
prCount
OBJECT-TYPE
The number of current processes running with the name in question.
1.3.6.1.4.1.2021.2.1.5Integer32read-onlycurrent
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.100UCDErrorFlagread-onlycurrent
prErrMessage
OBJECT-TYPE
An error message describing the problem (if one exists).
1.3.6.1.4.1.2021.2.1.101DisplayStringread-onlycurrent
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.102UCDErrorFixread-writecurrent
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.103DisplayStringread-onlycurrent
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.1Integer32read-onlycurrent
memErrorName
OBJECT-TYPE
Bogus Name. This should always return the string 'swap'.
1.3.6.1.4.1.2021.4.2DisplayStringread-onlycurrent
memTotalSwap
OBJECT-TYPE
The total amount of swap space configured for this host.
1.3.6.1.4.1.2021.4.3Integer32read-onlycurrent
memAvailSwap
OBJECT-TYPE
The amount of swap space currently unused or available.
1.3.6.1.4.1.2021.4.4Integer32read-onlycurrent
memTotalReal
OBJECT-TYPE
The total amount of real/physical memory installed on this host.
1.3.6.1.4.1.2021.4.5Integer32read-onlycurrent
memAvailReal
OBJECT-TYPE
The amount of real/physical memory currently unused or available.
1.3.6.1.4.1.2021.4.6Integer32read-onlycurrent
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.7Integer32read-onlycurrent
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.8Integer32read-onlydeprecated
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.9Integer32read-onlycurrent
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.10Integer32read-onlydeprecated
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.11Integer32read-onlycurrent
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.12Integer32read-onlycurrent
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.13Integer32read-onlycurrent
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.14Integer32read-onlycurrent
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.15Integer32read-onlycurrent
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.16Integer32read-onlycurrent
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.17Integer32read-onlycurrent
memTotalSwapX
OBJECT-TYPE
The total amount of swap space configured for this host.
1.3.6.1.4.1.2021.4.18CounterBasedGauge64read-onlycurrent
memAvailSwapX
OBJECT-TYPE
The amount of swap space currently unused or available.
1.3.6.1.4.1.2021.4.19CounterBasedGauge64read-onlycurrent
memTotalRealX
OBJECT-TYPE
The total amount of real/physical memory installed on this host.
1.3.6.1.4.1.2021.4.20CounterBasedGauge64read-onlycurrent
memAvailRealX
OBJECT-TYPE
The amount of real/physical memory currently unused or available.
1.3.6.1.4.1.2021.4.21CounterBasedGauge64read-onlycurrent
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.22CounterBasedGauge64read-onlycurrent
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.23CounterBasedGauge64read-onlycurrent
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.24CounterBasedGauge64read-onlycurrent
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.25CounterBasedGauge64read-onlycurrent
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.26CounterBasedGauge64read-onlycurrent
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.100UCDErrorFlagread-onlycurrent
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.101DisplayStringread-onlycurrent
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.8not-accessiblecurrent
extEntry
OBJECT-TYPE
An entry containing an extensible script/program and its output.
1.3.6.1.4.1.2021.8.1not-accessiblecurrent
extIndex
OBJECT-TYPE
Reference Index for extensible scripts. Simply an integer row number.
1.3.6.1.4.1.2021.8.1.1Integer32 (0..65535)read-onlycurrent
extNames
OBJECT-TYPE
A Short, one name description of the extensible command.
1.3.6.1.4.1.2021.8.1.2DisplayStringread-onlycurrent
extCommand
OBJECT-TYPE
The command line to be executed.
1.3.6.1.4.1.2021.8.1.3DisplayStringread-onlycurrent
extResult
OBJECT-TYPE
The result code (exit status) from the executed command.
1.3.6.1.4.1.2021.8.1.100Integer32read-onlycurrent
extOutput
OBJECT-TYPE
The first line of output of the executed command.
1.3.6.1.4.1.2021.8.1.101DisplayStringread-onlycurrent
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.102UCDErrorFixread-writecurrent
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.103DisplayStringread-onlycurrent
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.9not-accessiblecurrent
dskEntry
OBJECT-TYPE
An entry containing a disk and its statistics.
1.3.6.1.4.1.2021.9.1not-accessiblecurrent
dskIndex
OBJECT-TYPE
Integer reference number (row number) for the disk mib.
1.3.6.1.4.1.2021.9.1.1Integer32 (0..65535)read-onlycurrent
dskPath
OBJECT-TYPE
Path where the disk is mounted.
1.3.6.1.4.1.2021.9.1.2DisplayStringread-onlycurrent
dskDevice
OBJECT-TYPE
Path of the device for the partition
1.3.6.1.4.1.2021.9.1.3DisplayStringread-onlycurrent
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.4Integer32read-onlycurrent
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.5Integer32read-onlycurrent
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.6Integer32read-onlycurrent
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.7Integer32read-onlycurrent
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.8Integer32read-onlycurrent
dskPercent
OBJECT-TYPE
Percentage of space used on disk
1.3.6.1.4.1.2021.9.1.9Integer32read-onlycurrent
dskPercentNode
OBJECT-TYPE
Percentage of inodes used on disk
1.3.6.1.4.1.2021.9.1.10Integer32read-onlycurrent
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.11Unsigned32read-onlycurrent
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.12Unsigned32read-onlycurrent
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.13Unsigned32read-onlycurrent
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.14Unsigned32read-onlycurrent
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.15Unsigned32read-onlycurrent
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.16Unsigned32read-onlycurrent
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.100UCDErrorFlagread-onlycurrent
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.101DisplayStringread-onlycurrent
laTable
OBJECT-TYPE
Load average information.
1.3.6.1.4.1.2021.10not-accessiblecurrent
laEntry
OBJECT-TYPE
An entry containing a load average and its values.
1.3.6.1.4.1.2021.10.1not-accessiblecurrent
laIndex
OBJECT-TYPE
reference index/row number for each observed loadave.
1.3.6.1.4.1.2021.10.1.1Integer32 (0..3)read-onlycurrent
laNames
OBJECT-TYPE
The list of loadave names we're watching.
1.3.6.1.4.1.2021.10.1.2DisplayStringread-onlycurrent
laLoad
OBJECT-TYPE
The 1,5 and 15 minute load averages (one per row).
1.3.6.1.4.1.2021.10.1.3DisplayStringread-onlycurrent
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.4DisplayStringread-writecurrent
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.5Integer32read-onlycurrent
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.6Floatread-onlycurrent
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.100UCDErrorFlagread-onlycurrent
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.101DisplayStringread-onlycurrent
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.1Integer32read-onlycurrent
ssErrorName
OBJECT-TYPE
Bogus Name. This should always return the string 'systemStats'.
1.3.6.1.4.1.2021.11.2DisplayStringread-onlycurrent
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.3Integer32read-onlycurrent
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.4Integer32read-onlycurrent
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.5Integer32read-onlydeprecated
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.6Integer32read-onlydeprecated
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.7Integer32read-onlydeprecated
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.8Integer32read-onlydeprecated
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.9Integer32read-onlydeprecated
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.10Integer32read-onlydeprecated
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.11Integer32read-onlydeprecated
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.50Counter32read-onlycurrent
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.51Counter32read-onlycurrent
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.52Counter32read-onlycurrent
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.53Counter32read-onlycurrent
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.54Counter32read-onlycurrent
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.55Counter32read-onlycurrent
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.56Counter32read-onlycurrent
ssIORawSent
OBJECT-TYPE
Number of blocks sent to a block device
1.3.6.1.4.1.2021.11.57Counter32read-onlycurrent
ssIORawReceived
OBJECT-TYPE
Number of blocks received from a block device
1.3.6.1.4.1.2021.11.58Counter32read-onlycurrent
ssRawInterrupts
OBJECT-TYPE
Number of interrupts processed
1.3.6.1.4.1.2021.11.59Counter32read-onlycurrent
ssRawContexts
OBJECT-TYPE
Number of context switches
1.3.6.1.4.1.2021.11.60Counter32read-onlycurrent
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.61Counter32read-onlycurrent
ssRawSwapIn
OBJECT-TYPE
Number of blocks swapped in
1.3.6.1.4.1.2021.11.62Counter32read-onlycurrent
ssRawSwapOut
OBJECT-TYPE
Number of blocks swapped out
1.3.6.1.4.1.2021.11.63Counter32read-onlycurrent
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.64Counter32read-onlycurrent
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.65Counter32read-onlycurrent
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.66Counter32read-onlycurrent
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.67Integer32read-onlycurrent
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.15not-accessiblecurrent
fileEntry
OBJECT-TYPE
Entry of file
1.3.6.1.4.1.2021.15.1not-accessiblecurrent
fileIndex
OBJECT-TYPE
Index of file
1.3.6.1.4.1.2021.15.1.1Integer32 (0..2147483647)read-onlycurrent
fileName
OBJECT-TYPE
Filename
1.3.6.1.4.1.2021.15.1.2DisplayStringread-onlycurrent
fileSize
OBJECT-TYPE
Size of file (kB)
1.3.6.1.4.1.2021.15.1.3Integer32read-onlycurrent
fileMax
OBJECT-TYPE
Limit of filesize (kB)
1.3.6.1.4.1.2021.15.1.4Integer32read-onlycurrent
fileErrorFlag
OBJECT-TYPE
Limit exceeded flag
1.3.6.1.4.1.2021.15.1.100UCDErrorFlagread-onlycurrent
fileErrorMsg
OBJECT-TYPE
Filesize error message
1.3.6.1.4.1.2021.15.1.101DisplayStringread-onlycurrent
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.1Integer32read-onlycurrent
logMatchTable
OBJECT-TYPE
Table of monitored files.
1.3.6.1.4.1.2021.16.2not-accessiblecurrent
logMatchEntry
OBJECT-TYPE
Entry of file
1.3.6.1.4.1.2021.16.2.1not-accessiblecurrent
logMatchIndex
OBJECT-TYPE
Index of logmatch
1.3.6.1.4.1.2021.16.2.1.1Integer32 (1..2147483647)read-onlycurrent
logMatchName
OBJECT-TYPE
logmatch instance name
1.3.6.1.4.1.2021.16.2.1.2DisplayStringread-onlycurrent
logMatchFilename
OBJECT-TYPE
filename to be logmatched
1.3.6.1.4.1.2021.16.2.1.3DisplayStringread-onlycurrent
logMatchRegEx
OBJECT-TYPE
regular expression
1.3.6.1.4.1.2021.16.2.1.4DisplayStringread-onlycurrent
logMatchGlobalCounter
OBJECT-TYPE
global count of matches
1.3.6.1.4.1.2021.16.2.1.5Counter32read-onlycurrent
logMatchGlobalCount
OBJECT-TYPE
Description.
1.3.6.1.4.1.2021.16.2.1.6Integer32read-onlycurrent
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.7Counter32read-onlycurrent
logMatchCurrentCount
OBJECT-TYPE
Description.
1.3.6.1.4.1.2021.16.2.1.8Integer32read-onlycurrent
logMatchCounter
OBJECT-TYPE
Regex match counter. This counter will be reset with each read
1.3.6.1.4.1.2021.16.2.1.9Counter32read-onlycurrent
logMatchCount
OBJECT-TYPE
Description.
1.3.6.1.4.1.2021.16.2.1.10Integer32read-onlycurrent
logMatchCycle
OBJECT-TYPE
time between updates (if not queried) in seconds
1.3.6.1.4.1.2021.16.2.1.11Integer32read-onlycurrent
logMatchErrorFlag
OBJECT-TYPE
errorflag: is this line configured correctly?
1.3.6.1.4.1.2021.16.2.1.100UCDErrorFlagread-onlycurrent
logMatchRegExCompilation
OBJECT-TYPE
message of regex precompilation
1.3.6.1.4.1.2021.16.2.1.101DisplayStringread-onlycurrent
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.1Integer32read-onlycurrent
versionTag
OBJECT-TYPE
CVS tag keyword
1.3.6.1.4.1.2021.100.2DisplayStringread-onlycurrent
versionDate
OBJECT-TYPE
Date string from RCS keyword
1.3.6.1.4.1.2021.100.3DisplayStringread-onlycurrent
versionCDate
OBJECT-TYPE
Date string from ctime()
1.3.6.1.4.1.2021.100.4DisplayStringread-onlycurrent
versionIdent
OBJECT-TYPE
Id string from RCS keyword
1.3.6.1.4.1.2021.100.5DisplayStringread-onlycurrent
versionConfigureOptions
OBJECT-TYPE
Options passed to the configure script when this agent was built.
1.3.6.1.4.1.2021.100.6DisplayStringread-onlycurrent
versionClearCache
OBJECT-TYPE
Set to 1 to clear the exec cache, if enabled
1.3.6.1.4.1.2021.100.10Integer32read-writecurrent
versionUpdateConfig
OBJECT-TYPE
Set to 1 to read-read the config file(s).
1.3.6.1.4.1.2021.100.11Integer32read-writecurrent
versionRestartAgent
OBJECT-TYPE
Set to 1 to restart the agent.
1.3.6.1.4.1.2021.100.12Integer32read-writecurrent
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.13Integer32read-writecurrent
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.20Integer32read-writecurrent
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.1Integer32read-onlycurrent
snmperrNames
OBJECT-TYPE
snmp
1.3.6.1.4.1.2021.101.2DisplayStringread-onlycurrent
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.100UCDErrorFlagread-onlycurrent
snmperrErrMessage
OBJECT-TYPE
An error message describing the problem (if one exists).
1.3.6.1.4.1.2021.101.101DisplayStringread-onlycurrent
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.102not-accessiblecurrent
mrEntry
OBJECT-TYPE
An entry containing a registered mib oid.
1.3.6.1.4.1.2021.102.1not-accessiblecurrent
mrIndex
OBJECT-TYPE
The registry slot of a mibmodule.
1.3.6.1.4.1.2021.102.1.1OBJECT IDENTIFIERread-onlycurrent
mrModuleName
OBJECT-TYPE
The module name that registered this OID.
1.3.6.1.4.1.2021.102.1.2DisplayStringread-onlycurrent
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

NameOIDStatus
ucdStart
NOTIFICATION-TYPE
This trap could in principle be sent when the agent start
1.3.6.1.4.1.2021.251.1current
ucdShutdown
NOTIFICATION-TYPE
This trap is sent when the agent terminates
1.3.6.1.4.1.2021.251.2current