UCD-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: U.C. DAVIS, ECE DEPT. TOM


 Home MIB: UCD-SNMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ucdavis 1.3.6.1.4.1.2021
This file defines the private UCD SNMP MIB extensions.
           prTable 1.3.6.1.4.1.2021.2 no-access
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.
               prEntry 1.3.6.1.4.1.2021.2.1 no-access
An entry containing a process and its statistics.
                   prIndex 1.3.6.1.4.1.2021.2.1.1 integer32 read-only
Reference Index for each observed process.
                   prNames 1.3.6.1.4.1.2021.2.1.2 displaystring read-only
The process name we're counting/checking on.
                   prMin 1.3.6.1.4.1.2021.2.1.3 integer32 read-only
The minimum number of processes that should be running. An error flag is generated if the number of running processes is < the minimum.
                   prMax 1.3.6.1.4.1.2021.2.1.4 integer32 read-only
The maximum number of processes that should be running. An error flag is generated if the number of running processes is > the maximum.
                   prCount 1.3.6.1.4.1.2021.2.1.5 integer32 read-only
The number of current processes running with the name in question.
                   prErrorFlag 1.3.6.1.4.1.2021.2.1.100 ucderrorflag read-only
A Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error.
                   prErrMessage 1.3.6.1.4.1.2021.2.1.101 displaystring read-only
An error message describing the problem (if one exists).
                   prErrFix 1.3.6.1.4.1.2021.2.1.102 ucderrorfix read-write
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.
                   prErrFixCmd 1.3.6.1.4.1.2021.2.1.103 displaystring read-only
The command that gets run when the prErrFix column is set to 1.
           memory 1.3.6.1.4.1.2021.4
               memIndex 1.3.6.1.4.1.2021.4.1 integer32 read-only
Bogus Index. This should always return the integer 0.
               memErrorName 1.3.6.1.4.1.2021.4.2 displaystring read-only
Bogus Name. This should always return the string 'swap'.
               memTotalSwap 1.3.6.1.4.1.2021.4.3 integer32 read-only
The total amount of swap space configured for this host.
               memAvailSwap 1.3.6.1.4.1.2021.4.4 integer32 read-only
The amount of swap space currently unused or available.
               memTotalReal 1.3.6.1.4.1.2021.4.5 integer32 read-only
The total amount of real/physical memory installed on this host.
               memAvailReal 1.3.6.1.4.1.2021.4.6 integer32 read-only
The amount of real/physical memory currently unused or available.
               memTotalSwapTXT 1.3.6.1.4.1.2021.4.7 integer32 read-only
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.
               memAvailSwapTXT 1.3.6.1.4.1.2021.4.8 integer32 read-only
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).
               memTotalRealTXT 1.3.6.1.4.1.2021.4.9 integer32 read-only
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.
               memAvailRealTXT 1.3.6.1.4.1.2021.4.10 integer32 read-only
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).
               memTotalFree 1.3.6.1.4.1.2021.4.11 integer32 read-only
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.
               memMinimumSwap 1.3.6.1.4.1.2021.4.12 integer32 read-only
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)'.
               memShared 1.3.6.1.4.1.2021.4.13 integer32 read-only
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.
               memBuffer 1.3.6.1.4.1.2021.4.14 integer32 read-only
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.
               memCached 1.3.6.1.4.1.2021.4.15 integer32 read-only
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.
               memUsedSwapTXT 1.3.6.1.4.1.2021.4.16 integer32 read-only
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.
               memUsedRealTXT 1.3.6.1.4.1.2021.4.17 integer32 read-only
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.
               memTotalSwapX 1.3.6.1.4.1.2021.4.18 counterbasedgauge64 read-only
The total amount of swap space configured for this host.
               memAvailSwapX 1.3.6.1.4.1.2021.4.19 counterbasedgauge64 read-only
The amount of swap space currently unused or available.
               memTotalRealX 1.3.6.1.4.1.2021.4.20 counterbasedgauge64 read-only
The total amount of real/physical memory installed on this host.
               memAvailRealX 1.3.6.1.4.1.2021.4.21 counterbasedgauge64 read-only
The amount of real/physical memory currently unused or available.
               memTotalFreeX 1.3.6.1.4.1.2021.4.22 counterbasedgauge64 read-only
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.
               memMinimumSwapX 1.3.6.1.4.1.2021.4.23 counterbasedgauge64 read-only
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)'.
               memSharedX 1.3.6.1.4.1.2021.4.24 counterbasedgauge64 read-only
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.
               memBufferX 1.3.6.1.4.1.2021.4.25 counterbasedgauge64 read-only
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.
               memCachedX 1.3.6.1.4.1.2021.4.26 counterbasedgauge64 read-only
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.
               memSwapError 1.3.6.1.4.1.2021.4.100 ucderrorflag read-only
Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').
               memSwapErrorMsg 1.3.6.1.4.1.2021.4.101 displaystring read-only
Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').
           extTable 1.3.6.1.4.1.2021.8 no-access
A table of extensible commands returning output and result codes. These commands are configured via the agent's snmpd.conf file.
               extEntry 1.3.6.1.4.1.2021.8.1 no-access
An entry containing an extensible script/program and its output.
                   extIndex 1.3.6.1.4.1.2021.8.1.1 integer32 read-only
Reference Index for extensible scripts. Simply an integer row number.
                   extNames 1.3.6.1.4.1.2021.8.1.2 displaystring read-only
A Short, one name description of the extensible command.
                   extCommand 1.3.6.1.4.1.2021.8.1.3 displaystring read-only
The command line to be executed.
                   extResult 1.3.6.1.4.1.2021.8.1.100 integer32 read-only
The result code (exit status) from the executed command.
                   extOutput 1.3.6.1.4.1.2021.8.1.101 displaystring read-only
The first line of output of the executed command.
                   extErrFix 1.3.6.1.4.1.2021.8.1.102 ucderrorfix read-write
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.
                   extErrFixCmd 1.3.6.1.4.1.2021.8.1.103 displaystring read-only
The command that gets run when the extErrFix column is set to 1.
           dskTable 1.3.6.1.4.1.2021.9 no-access
Disk watching information. Partions to be watched are configured by the snmpd.conf file of the agent.
               dskEntry 1.3.6.1.4.1.2021.9.1 no-access
An entry containing a disk and its statistics.
                   dskIndex 1.3.6.1.4.1.2021.9.1.1 integer32 read-only
Integer reference number (row number) for the disk mib.
                   dskPath 1.3.6.1.4.1.2021.9.1.2 displaystring read-only
Path where the disk is mounted.
                   dskDevice 1.3.6.1.4.1.2021.9.1.3 displaystring read-only
Path of the device for the partition
                   dskMinimum 1.3.6.1.4.1.2021.9.1.4 integer32 read-only
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.
                   dskMinPercent 1.3.6.1.4.1.2021.9.1.5 integer32 read-only
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.
                   dskTotal 1.3.6.1.4.1.2021.9.1.6 integer32 read-only
Total size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647).
                   dskAvail 1.3.6.1.4.1.2021.9.1.7 integer32 read-only
Available space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).
                   dskUsed 1.3.6.1.4.1.2021.9.1.8 integer32 read-only
Used space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).
                   dskPercent 1.3.6.1.4.1.2021.9.1.9 integer32 read-only
Percentage of space used on disk
                   dskPercentNode 1.3.6.1.4.1.2021.9.1.10 integer32 read-only
Percentage of inodes used on disk
                   dskTotalLow 1.3.6.1.4.1.2021.9.1.11 unsigned32 read-only
Total size of the disk/partion (kBytes). Together with dskTotalHigh composes 64-bit number.
                   dskTotalHigh 1.3.6.1.4.1.2021.9.1.12 unsigned32 read-only
Total size of the disk/partion (kBytes). Together with dskTotalLow composes 64-bit number.
                   dskAvailLow 1.3.6.1.4.1.2021.9.1.13 unsigned32 read-only
Available space on the disk (kBytes). Together with dskAvailHigh composes 64-bit number.
                   dskAvailHigh 1.3.6.1.4.1.2021.9.1.14 unsigned32 read-only
Available space on the disk (kBytes). Together with dskAvailLow composes 64-bit number.
                   dskUsedLow 1.3.6.1.4.1.2021.9.1.15 unsigned32 read-only
Used space on the disk (kBytes). Together with dskUsedHigh composes 64-bit number.
                   dskUsedHigh 1.3.6.1.4.1.2021.9.1.16 unsigned32 read-only
Used space on the disk (kBytes). Together with dskUsedLow composes 64-bit number.
                   dskErrorFlag 1.3.6.1.4.1.2021.9.1.100 ucderrorflag read-only
Error flag signaling that the disk or partition is under the minimum required space configured for it.
                   dskErrorMsg 1.3.6.1.4.1.2021.9.1.101 displaystring read-only
A text description providing a warning and the space left on the disk.
           laTable 1.3.6.1.4.1.2021.10 no-access
Load average information.
                 laEntry 1.3.6.1.4.1.2021.10.1 no-access
An entry containing a load average and its values.
                     laIndex 1.3.6.1.4.1.2021.10.1.1 integer32 read-only
reference index/row number for each observed loadave.
                     laNames 1.3.6.1.4.1.2021.10.1.2 displaystring read-only
The list of loadave names we're watching.
                     laLoad 1.3.6.1.4.1.2021.10.1.3 displaystring read-only
The 1,5 and 15 minute load averages (one per row).
                     laConfig 1.3.6.1.4.1.2021.10.1.4 displaystring read-write
The watch point for load-averages to signal an error. If the load averages rises above this value, the laErrorFlag below is set.
                     laLoadInt 1.3.6.1.4.1.2021.10.1.5 integer32 read-only
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.
                     laLoadFloat 1.3.6.1.4.1.2021.10.1.6 float read-only
The 1,5 and 15 minute load averages as an opaquely wrapped floating point number.
                     laErrorFlag 1.3.6.1.4.1.2021.10.1.100 ucderrorflag read-only
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.
                     laErrMessage 1.3.6.1.4.1.2021.10.1.101 displaystring read-only
An error message describing the load-average and its surpased watch-point value.
           systemStats 1.3.6.1.4.1.2021.11
                 ssIndex 1.3.6.1.4.1.2021.11.1 integer32 read-only
Bogus Index. This should always return the integer 1.
                 ssErrorName 1.3.6.1.4.1.2021.11.2 displaystring read-only
Bogus Name. This should always return the string 'systemStats'.
                 ssSwapIn 1.3.6.1.4.1.2021.11.3 integer32 read-only
The average amount of memory swapped in from disk, calculated over the last minute.
                 ssSwapOut 1.3.6.1.4.1.2021.11.4 integer32 read-only
The average amount of memory swapped out to disk, calculated over the last minute.
                 ssIOSent 1.3.6.1.4.1.2021.11.5 integer32 read-only
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.
                 ssIOReceive 1.3.6.1.4.1.2021.11.6 integer32 read-only
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.
                 ssSysInterrupts 1.3.6.1.4.1.2021.11.7 integer32 read-only
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.
                 ssSysContext 1.3.6.1.4.1.2021.11.8 integer32 read-only
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.
                 ssCpuUser 1.3.6.1.4.1.2021.11.9 integer32 read-only
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.
                 ssCpuSystem 1.3.6.1.4.1.2021.11.10 integer32 read-only
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.
                 ssCpuIdle 1.3.6.1.4.1.2021.11.11 integer32 read-only
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.
                 ssCpuRawUser 1.3.6.1.4.1.2021.11.50 counter32 read-only
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).
                 ssCpuRawNice 1.3.6.1.4.1.2021.11.51 counter32 read-only
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).
                 ssCpuRawSystem 1.3.6.1.4.1.2021.11.52 counter32 read-only
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.
                 ssCpuRawIdle 1.3.6.1.4.1.2021.11.53 counter32 read-only
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).
                 ssCpuRawWait 1.3.6.1.4.1.2021.11.54 counter32 read-only
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).
                 ssCpuRawKernel 1.3.6.1.4.1.2021.11.55 counter32 read-only
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).
                 ssCpuRawInterrupt 1.3.6.1.4.1.2021.11.56 counter32 read-only
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).
                 ssIORawSent 1.3.6.1.4.1.2021.11.57 counter32 read-only
Number of blocks sent to a block device
                 ssIORawReceived 1.3.6.1.4.1.2021.11.58 counter32 read-only
Number of blocks received from a block device
                 ssRawInterrupts 1.3.6.1.4.1.2021.11.59 counter32 read-only
Number of interrupts processed
                 ssRawContexts 1.3.6.1.4.1.2021.11.60 counter32 read-only
Number of context switches
                 ssCpuRawSoftIRQ 1.3.6.1.4.1.2021.11.61 counter32 read-only
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).
                 ssRawSwapIn 1.3.6.1.4.1.2021.11.62 counter32 read-only
Number of blocks swapped in
                 ssRawSwapOut 1.3.6.1.4.1.2021.11.63 counter32 read-only
Number of blocks swapped out
                 ssCpuRawSteal 1.3.6.1.4.1.2021.11.64 counter32 read-only
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).
                 ssCpuRawGuest 1.3.6.1.4.1.2021.11.65 counter32 read-only
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).
                 ssCpuRawGuestNice 1.3.6.1.4.1.2021.11.66 counter32 read-only
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).
                 ssCpuNumCpus 1.3.6.1.4.1.2021.11.67 integer32 read-only
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.
           ucdInternal 1.3.6.1.4.1.2021.12
           ucdExperimental 1.3.6.1.4.1.2021.13
           fileTable 1.3.6.1.4.1.2021.15 no-access
Table of monitored files.
                 fileEntry 1.3.6.1.4.1.2021.15.1 no-access
Entry of file
                     fileIndex 1.3.6.1.4.1.2021.15.1.1 integer32 read-only
Index of file
                     fileName 1.3.6.1.4.1.2021.15.1.2 displaystring read-only
Filename
                     fileSize 1.3.6.1.4.1.2021.15.1.3 integer32 read-only
Size of file (kB)
                     fileMax 1.3.6.1.4.1.2021.15.1.4 integer32 read-only
Limit of filesize (kB)
                     fileErrorFlag 1.3.6.1.4.1.2021.15.1.100 ucderrorflag read-only
Limit exceeded flag
                     fileErrorMsg 1.3.6.1.4.1.2021.15.1.101 displaystring read-only
Filesize error message
           logMatch 1.3.6.1.4.1.2021.16
                 logMatchMaxEntries 1.3.6.1.4.1.2021.16.1 integer32 read-only
The maximum number of logmatch entries this snmpd daemon can support.
                 logMatchTable 1.3.6.1.4.1.2021.16.2 no-access
Table of monitored files.
                     logMatchEntry 1.3.6.1.4.1.2021.16.2.1 no-access
Entry of file
                         logMatchIndex 1.3.6.1.4.1.2021.16.2.1.1 integer32 read-only
Index of logmatch
                         logMatchName 1.3.6.1.4.1.2021.16.2.1.2 displaystring read-only
logmatch instance name
                         logMatchFilename 1.3.6.1.4.1.2021.16.2.1.3 displaystring read-only
filename to be logmatched
                         logMatchRegEx 1.3.6.1.4.1.2021.16.2.1.4 displaystring read-only
regular expression
                         logMatchGlobalCounter 1.3.6.1.4.1.2021.16.2.1.5 counter32 read-only
global count of matches
                         logMatchGlobalCount 1.3.6.1.4.1.2021.16.2.1.6 integer32 read-only
Description.
                         logMatchCurrentCounter 1.3.6.1.4.1.2021.16.2.1.7 counter32 read-only
Regex match counter. This counter will be reset with each logfile rotation.
                         logMatchCurrentCount 1.3.6.1.4.1.2021.16.2.1.8 integer32 read-only
Description.
                         logMatchCounter 1.3.6.1.4.1.2021.16.2.1.9 counter32 read-only
Regex match counter. This counter will be reset with each read
                         logMatchCount 1.3.6.1.4.1.2021.16.2.1.10 integer32 read-only
Description.
                         logMatchCycle 1.3.6.1.4.1.2021.16.2.1.11 integer32 read-only
time between updates (if not queried) in seconds
                         logMatchErrorFlag 1.3.6.1.4.1.2021.16.2.1.100 ucderrorflag read-only
errorflag: is this line configured correctly?
                         logMatchRegExCompilation 1.3.6.1.4.1.2021.16.2.1.101 displaystring read-only
message of regex precompilation
           version 1.3.6.1.4.1.2021.100
                   versionIndex 1.3.6.1.4.1.2021.100.1 integer32 read-only
Index to mib (always 0)
                   versionTag 1.3.6.1.4.1.2021.100.2 displaystring read-only
CVS tag keyword
                   versionDate 1.3.6.1.4.1.2021.100.3 displaystring read-only
Date string from RCS keyword
                   versionCDate 1.3.6.1.4.1.2021.100.4 displaystring read-only
Date string from ctime()
                   versionIdent 1.3.6.1.4.1.2021.100.5 displaystring read-only
Id string from RCS keyword
                   versionConfigureOptions 1.3.6.1.4.1.2021.100.6 displaystring read-only
Options passed to the configure script when this agent was built.
                   versionClearCache 1.3.6.1.4.1.2021.100.10 integer32 read-write
Set to 1 to clear the exec cache, if enabled
                   versionUpdateConfig 1.3.6.1.4.1.2021.100.11 integer32 read-write
Set to 1 to read-read the config file(s).
                   versionRestartAgent 1.3.6.1.4.1.2021.100.12 integer32 read-write
Set to 1 to restart the agent.
                   versionSavePersistentData 1.3.6.1.4.1.2021.100.13 integer32 read-write
Set to 1 to force the agent to save it's persistent data immediately.
                   versionDoDebugging 1.3.6.1.4.1.2021.100.20 integer32 read-write
Set to 1 to turn debugging statements on in the agent or 0 to turn it off.
           snmperrs 1.3.6.1.4.1.2021.101
                   snmperrIndex 1.3.6.1.4.1.2021.101.1 integer32 read-only
Bogus Index for snmperrs (always 0).
                   snmperrNames 1.3.6.1.4.1.2021.101.2 displaystring read-only
snmp
                   snmperrErrorFlag 1.3.6.1.4.1.2021.101.100 ucderrorflag read-only
A Error flag to indicate trouble with the agent. It goes to 1 if there is an error, 0 if no error.
                   snmperrErrMessage 1.3.6.1.4.1.2021.101.101 displaystring read-only
An error message describing the problem (if one exists).
           mrTable 1.3.6.1.4.1.2021.102 no-access
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
                   mrEntry 1.3.6.1.4.1.2021.102.1 no-access
An entry containing a registered mib oid.
                       mrIndex 1.3.6.1.4.1.2021.102.1.1 object identifier read-only
The registry slot of a mibmodule.
                       mrModuleName 1.3.6.1.4.1.2021.102.1.2 displaystring read-only
The module name that registered this OID.
           ucdSnmpAgent 1.3.6.1.4.1.2021.250
                   hpux9 1.3.6.1.4.1.2021.250.1
                   sunos4 1.3.6.1.4.1.2021.250.2
                   solaris 1.3.6.1.4.1.2021.250.3
                   osf 1.3.6.1.4.1.2021.250.4
                   ultrix 1.3.6.1.4.1.2021.250.5
                   hpux10 1.3.6.1.4.1.2021.250.6
                   netbsd1 1.3.6.1.4.1.2021.250.7
                   freebsd 1.3.6.1.4.1.2021.250.8
                   irix 1.3.6.1.4.1.2021.250.9
                   linux 1.3.6.1.4.1.2021.250.10
                   bsdi 1.3.6.1.4.1.2021.250.11
                   openbsd 1.3.6.1.4.1.2021.250.12
                   win32 1.3.6.1.4.1.2021.250.13
                   hpux11 1.3.6.1.4.1.2021.250.14
                   aix 1.3.6.1.4.1.2021.250.15
                   macosx 1.3.6.1.4.1.2021.250.16
                   dragonfly 1.3.6.1.4.1.2021.250.17
                   unknown 1.3.6.1.4.1.2021.250.255
           ucdTraps 1.3.6.1.4.1.2021.251
                   ucdStart 1.3.6.1.4.1.2021.251.1
This trap could in principle be sent when the agent start
                   ucdShutdown 1.3.6.1.4.1.2021.251.2
This trap is sent when the agent terminates