UCD-SNMP-MIB

File: UCD-SNMP-MIB.mib (51349 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

OBJECT-TYPE NOTIFICATION-TYPE MODULE-IDENTITY
Integer32 Opaque enterprises
Counter32 Unsigned32 TEXTUAL-CONVENTION
DisplayString TruthValue

Defined Types

Float  
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.
TEXTUAL-CONVENTION    
  Opaque Size(7)  

UCDErrorFlag  
Represents a possible error condition
TEXTUAL-CONVENTION    
  INTEGER noError(0), error(1)  

UCDErrorFix  
Represents a 'push-button' object, to invoke a suitable configured action. Will always return 0 when read.
TEXTUAL-CONVENTION    
  INTEGER noError(0), runFix(1)  

PrEntry  
SEQUENCE    
  prIndex Integer32
  prNames DisplayString
  prMin Integer32
  prMax Integer32
  prCount Integer32
  prErrorFlag UCDErrorFlag
  prErrMessage DisplayString
  prErrFix UCDErrorFix
  prErrFixCmd DisplayString

ExtEntry  
SEQUENCE    
  extIndex Integer32
  extNames DisplayString
  extCommand DisplayString
  extResult Integer32
  extOutput DisplayString
  extErrFix UCDErrorFix
  extErrFixCmd DisplayString

DskEntry  
SEQUENCE    
  dskIndex Integer32
  dskPath DisplayString
  dskDevice DisplayString
  dskMinimum Integer32
  dskMinPercent Integer32
  dskTotal Integer32
  dskAvail Integer32
  dskUsed Integer32
  dskPercent Integer32
  dskPercentNode Integer32
  dskErrorFlag UCDErrorFlag
  dskErrorMsg DisplayString
  dskTotalLow Unsigned32
  dskTotalHigh Unsigned32
  dskAvailLow Unsigned32
  dskAvailHigh Unsigned32
  dskUsedLow Unsigned32
  dskUsedHigh Unsigned32

LaEntry  
SEQUENCE    
  laIndex Integer32
  laNames DisplayString
  laLoad DisplayString
  laConfig DisplayString
  laLoadInt Integer32
  laLoadFloat Float
  laErrorFlag UCDErrorFlag
  laErrMessage DisplayString

MrEntry  
SEQUENCE    
  mrIndex OBJECT IDENTIFIER
  mrModuleName DisplayString

FileEntry  
SEQUENCE    
  fileIndex Integer32
  fileName DisplayString
  fileSize Integer32
  fileMax Integer32
  fileErrorFlag UCDErrorFlag
  fileErrorMsg DisplayString

LogMatchEntry  
SEQUENCE    
  logMatchIndex Integer32
  logMatchName DisplayString
  logMatchFilename DisplayString
  logMatchRegEx DisplayString
  logMatchGlobalCounter Counter32
  logMatchGlobalCount Integer32
  logMatchCurrentCounter Counter32
  logMatchCurrentCount Integer32
  logMatchCounter Counter32
  logMatchCount Integer32
  logMatchCycle Integer32
  logMatchErrorFlag UCDErrorFlag
  logMatchRegExCompilation DisplayString

Defined Values

ucdavis 1.3.6.1.4.1.2021
This file defines the private UCD SNMP MIB extensions.
MODULE-IDENTITY    

ucdInternal 1.3.6.1.4.1.2021.12
OBJECT IDENTIFIER    

ucdExperimental 1.3.6.1.4.1.2021.13
OBJECT IDENTIFIER    

ucdSnmpAgent 1.3.6.1.4.1.2021.250
OBJECT IDENTIFIER    

hpux9 1.3.6.1.4.1.2021.250.1
OBJECT IDENTIFIER    

sunos4 1.3.6.1.4.1.2021.250.2
OBJECT IDENTIFIER    

solaris 1.3.6.1.4.1.2021.250.3
OBJECT IDENTIFIER    

osf 1.3.6.1.4.1.2021.250.4
OBJECT IDENTIFIER    

ultrix 1.3.6.1.4.1.2021.250.5
OBJECT IDENTIFIER    

hpux10 1.3.6.1.4.1.2021.250.6
OBJECT IDENTIFIER    

netbsd1 1.3.6.1.4.1.2021.250.7
OBJECT IDENTIFIER    

freebsd 1.3.6.1.4.1.2021.250.8
OBJECT IDENTIFIER    

irix 1.3.6.1.4.1.2021.250.9
OBJECT IDENTIFIER    

linux 1.3.6.1.4.1.2021.250.10
OBJECT IDENTIFIER    

bsdi 1.3.6.1.4.1.2021.250.11
OBJECT IDENTIFIER    

openbsd 1.3.6.1.4.1.2021.250.12
OBJECT IDENTIFIER    

win32 1.3.6.1.4.1.2021.250.13
OBJECT IDENTIFIER    

hpux11 1.3.6.1.4.1.2021.250.14
OBJECT IDENTIFIER    

aix 1.3.6.1.4.1.2021.250.15
OBJECT IDENTIFIER    

macosx 1.3.6.1.4.1.2021.250.16
OBJECT IDENTIFIER    

dragonfly 1.3.6.1.4.1.2021.250.17
OBJECT IDENTIFIER    

unknown 1.3.6.1.4.1.2021.250.255
OBJECT IDENTIFIER    

prTable 1.3.6.1.4.1.2021.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrEntry

prEntry 1.3.6.1.4.1.2021.2.1
An entry containing a process and its statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrEntry  

prIndex 1.3.6.1.4.1.2021.2.1.1
Reference Index for each observed process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

prNames 1.3.6.1.4.1.2021.2.1.2
The process name we're counting/checking on.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

prMin 1.3.6.1.4.1.2021.2.1.3
The minimum number of processes that should be running. An error flag is generated if the number of running processes is < the minimum.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prMax 1.3.6.1.4.1.2021.2.1.4
The maximum number of processes that should be running. An error flag is generated if the number of running processes is > the maximum.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prCount 1.3.6.1.4.1.2021.2.1.5
The number of current processes running with the name in question.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prErrorFlag 1.3.6.1.4.1.2021.2.1.100
A Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error.
Status: current Access: read-only
OBJECT-TYPE    
  UCDErrorFlag  

prErrMessage 1.3.6.1.4.1.2021.2.1.101
An error message describing the problem (if one exists).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

prErrFix 1.3.6.1.4.1.2021.2.1.102
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.
Status: current Access: read-write
OBJECT-TYPE    
  UCDErrorFix  

prErrFixCmd 1.3.6.1.4.1.2021.2.1.103
The command that gets run when the prErrFix column is set to 1.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

extTable 1.3.6.1.4.1.2021.8
A table of extensible commands returning output and result codes. These commands are configured via the agent's snmpd.conf file.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtEntry

extEntry 1.3.6.1.4.1.2021.8.1
An entry containing an extensible script/program and its output.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtEntry  

extIndex 1.3.6.1.4.1.2021.8.1.1
Reference Index for extensible scripts. Simply an integer row number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

extNames 1.3.6.1.4.1.2021.8.1.2
A Short, one name description of the extensible command.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

extCommand 1.3.6.1.4.1.2021.8.1.3
The command line to be executed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

extResult 1.3.6.1.4.1.2021.8.1.100
The result code (exit status) from the executed command.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extOutput 1.3.6.1.4.1.2021.8.1.101
The first line of output of the executed command.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

extErrFix 1.3.6.1.4.1.2021.8.1.102
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.
Status: current Access: read-write
OBJECT-TYPE    
  UCDErrorFix  

extErrFixCmd 1.3.6.1.4.1.2021.8.1.103
The command that gets run when the extErrFix column is set to 1.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

memory 1.3.6.1.4.1.2021.4
OBJECT IDENTIFIER    

memIndex 1.3.6.1.4.1.2021.4.1
Bogus Index. This should always return the integer 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memErrorName 1.3.6.1.4.1.2021.4.2
Bogus Name. This should always return the string 'swap'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

memTotalSwap 1.3.6.1.4.1.2021.4.3
The total amount of swap space configured for this host.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memAvailSwap 1.3.6.1.4.1.2021.4.4
The amount of swap space currently unused or available.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memTotalReal 1.3.6.1.4.1.2021.4.5
The total amount of real/physical memory installed on this host.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memAvailReal 1.3.6.1.4.1.2021.4.6
The amount of real/physical memory currently unused or available.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memTotalSwapTXT 1.3.6.1.4.1.2021.4.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memAvailSwapTXT 1.3.6.1.4.1.2021.4.8
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).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

memTotalRealTXT 1.3.6.1.4.1.2021.4.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memAvailRealTXT 1.3.6.1.4.1.2021.4.10
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).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

memTotalFree 1.3.6.1.4.1.2021.4.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memMinimumSwap 1.3.6.1.4.1.2021.4.12
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)'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memShared 1.3.6.1.4.1.2021.4.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memBuffer 1.3.6.1.4.1.2021.4.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memCached 1.3.6.1.4.1.2021.4.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memUsedSwapTXT 1.3.6.1.4.1.2021.4.16
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memUsedRealTXT 1.3.6.1.4.1.2021.4.17
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memSwapError 1.3.6.1.4.1.2021.4.100
Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').
Status: current Access: read-only
OBJECT-TYPE    
  UCDErrorFlag  

memSwapErrorMsg 1.3.6.1.4.1.2021.4.101
Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dskTable 1.3.6.1.4.1.2021.9
Disk watching information. Partions to be watched are configured by the snmpd.conf file of the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DskEntry

dskEntry 1.3.6.1.4.1.2021.9.1
An entry containing a disk and its statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  DskEntry  

dskIndex 1.3.6.1.4.1.2021.9.1.1
Integer reference number (row number) for the disk mib.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

dskPath 1.3.6.1.4.1.2021.9.1.2
Path where the disk is mounted.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dskDevice 1.3.6.1.4.1.2021.9.1.3
Path of the device for the partition
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dskMinimum 1.3.6.1.4.1.2021.9.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dskMinPercent 1.3.6.1.4.1.2021.9.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dskTotal 1.3.6.1.4.1.2021.9.1.6
Total size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dskAvail 1.3.6.1.4.1.2021.9.1.7
Available space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dskUsed 1.3.6.1.4.1.2021.9.1.8
Used space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dskPercent 1.3.6.1.4.1.2021.9.1.9
Percentage of space used on disk
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dskPercentNode 1.3.6.1.4.1.2021.9.1.10
Percentage of inodes used on disk
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dskTotalLow 1.3.6.1.4.1.2021.9.1.11
Total size of the disk/partion (kBytes). Together with dskTotalHigh composes 64-bit number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dskTotalHigh 1.3.6.1.4.1.2021.9.1.12
Total size of the disk/partion (kBytes). Together with dskTotalLow composes 64-bit number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dskAvailLow 1.3.6.1.4.1.2021.9.1.13
Available space on the disk (kBytes). Together with dskAvailHigh composes 64-bit number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dskAvailHigh 1.3.6.1.4.1.2021.9.1.14
Available space on the disk (kBytes). Together with dskAvailLow composes 64-bit number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dskUsedLow 1.3.6.1.4.1.2021.9.1.15
Used space on the disk (kBytes). Together with dskUsedHigh composes 64-bit number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dskUsedHigh 1.3.6.1.4.1.2021.9.1.16
Used space on the disk (kBytes). Together with dskUsedLow composes 64-bit number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dskErrorFlag 1.3.6.1.4.1.2021.9.1.100
Error flag signaling that the disk or partition is under the minimum required space configured for it.
Status: current Access: read-only
OBJECT-TYPE    
  UCDErrorFlag  

dskErrorMsg 1.3.6.1.4.1.2021.9.1.101
A text description providing a warning and the space left on the disk.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

laTable 1.3.6.1.4.1.2021.10
Load average information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LaEntry

laEntry 1.3.6.1.4.1.2021.10.1
An entry containing a load average and its values.
Status: current Access: not-accessible
OBJECT-TYPE    
  LaEntry  

laIndex 1.3.6.1.4.1.2021.10.1.1
reference index/row number for each observed loadave.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

laNames 1.3.6.1.4.1.2021.10.1.2
The list of loadave names we're watching.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

laLoad 1.3.6.1.4.1.2021.10.1.3
The 1,5 and 15 minute load averages (one per row).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

laConfig 1.3.6.1.4.1.2021.10.1.4
The watch point for load-averages to signal an error. If the load averages rises above this value, the laErrorFlag below is set.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

laLoadInt 1.3.6.1.4.1.2021.10.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

laLoadFloat 1.3.6.1.4.1.2021.10.1.6
The 1,5 and 15 minute load averages as an opaquely wrapped floating point number.
Status: current Access: read-only
OBJECT-TYPE    
  Float  

laErrorFlag 1.3.6.1.4.1.2021.10.1.100
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.
Status: current Access: read-only
OBJECT-TYPE    
  UCDErrorFlag  

laErrMessage 1.3.6.1.4.1.2021.10.1.101
An error message describing the load-average and its surpased watch-point value.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

version 1.3.6.1.4.1.2021.100
OBJECT IDENTIFIER    

versionIndex 1.3.6.1.4.1.2021.100.1
Index to mib (always 0)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

versionTag 1.3.6.1.4.1.2021.100.2
CVS tag keyword
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

versionDate 1.3.6.1.4.1.2021.100.3
Date string from RCS keyword
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

versionCDate 1.3.6.1.4.1.2021.100.4
Date string from ctime()
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

versionIdent 1.3.6.1.4.1.2021.100.5
Id string from RCS keyword
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

versionConfigureOptions 1.3.6.1.4.1.2021.100.6
Options passed to the configure script when this agent was built.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

versionClearCache 1.3.6.1.4.1.2021.100.10
Set to 1 to clear the exec cache, if enabled
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

versionUpdateConfig 1.3.6.1.4.1.2021.100.11
Set to 1 to read-read the config file(s).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

versionRestartAgent 1.3.6.1.4.1.2021.100.12
Set to 1 to restart the agent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

versionSavePersistentData 1.3.6.1.4.1.2021.100.13
Set to 1 to force the agent to save it's persistent data immediately.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

versionDoDebugging 1.3.6.1.4.1.2021.100.20
Set to 1 to turn debugging statements on in the agent or 0 to turn it off.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

snmperrs 1.3.6.1.4.1.2021.101
OBJECT IDENTIFIER    

snmperrIndex 1.3.6.1.4.1.2021.101.1
Bogus Index for snmperrs (always 0).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

snmperrNames 1.3.6.1.4.1.2021.101.2
snmp
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snmperrErrorFlag 1.3.6.1.4.1.2021.101.100
A Error flag to indicate trouble with the agent. It goes to 1 if there is an error, 0 if no error.
Status: current Access: read-only
OBJECT-TYPE    
  UCDErrorFlag  

snmperrErrMessage 1.3.6.1.4.1.2021.101.101
An error message describing the problem (if one exists).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

mrTable 1.3.6.1.4.1.2021.102
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
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MrEntry

mrEntry 1.3.6.1.4.1.2021.102.1
An entry containing a registered mib oid.
Status: current Access: not-accessible
OBJECT-TYPE    
  MrEntry  

mrIndex 1.3.6.1.4.1.2021.102.1.1
The registry slot of a mibmodule.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

mrModuleName 1.3.6.1.4.1.2021.102.1.2
The module name that registered this OID.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

systemStats 1.3.6.1.4.1.2021.11
OBJECT IDENTIFIER    

ssIndex 1.3.6.1.4.1.2021.11.1
Bogus Index. This should always return the integer 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ssErrorName 1.3.6.1.4.1.2021.11.2
Bogus Name. This should always return the string 'systemStats'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ssSwapIn 1.3.6.1.4.1.2021.11.3
The average amount of memory swapped in from disk, calculated over the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ssSwapOut 1.3.6.1.4.1.2021.11.4
The average amount of memory swapped out to disk, calculated over the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ssIOSent 1.3.6.1.4.1.2021.11.5
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

ssIOReceive 1.3.6.1.4.1.2021.11.6
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

ssSysInterrupts 1.3.6.1.4.1.2021.11.7
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

ssSysContext 1.3.6.1.4.1.2021.11.8
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

ssCpuUser 1.3.6.1.4.1.2021.11.9
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

ssCpuSystem 1.3.6.1.4.1.2021.11.10
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

ssCpuIdle 1.3.6.1.4.1.2021.11.11
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

ssCpuRawUser 1.3.6.1.4.1.2021.11.50
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawNice 1.3.6.1.4.1.2021.11.51
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawSystem 1.3.6.1.4.1.2021.11.52
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawIdle 1.3.6.1.4.1.2021.11.53
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawWait 1.3.6.1.4.1.2021.11.54
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawKernel 1.3.6.1.4.1.2021.11.55
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawInterrupt 1.3.6.1.4.1.2021.11.56
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssIORawSent 1.3.6.1.4.1.2021.11.57
Number of blocks sent to a block device
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssIORawReceived 1.3.6.1.4.1.2021.11.58
Number of blocks received from a block device
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssRawInterrupts 1.3.6.1.4.1.2021.11.59
Number of interrupts processed
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssRawContexts 1.3.6.1.4.1.2021.11.60
Number of context switches
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawSoftIRQ 1.3.6.1.4.1.2021.11.61
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssRawSwapIn 1.3.6.1.4.1.2021.11.62
Number of blocks swapped in
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssRawSwapOut 1.3.6.1.4.1.2021.11.63
Number of blocks swapped out
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawSteal 1.3.6.1.4.1.2021.11.64
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawGuest 1.3.6.1.4.1.2021.11.65
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuRawGuestNice 1.3.6.1.4.1.2021.11.66
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ssCpuNumCpus 1.3.6.1.4.1.2021.11.67
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ucdTraps 1.3.6.1.4.1.2021.251
OBJECT IDENTIFIER    

ucdStart 1.3.6.1.4.1.2021.251.1
This trap could in principle be sent when the agent start
Status: current Access: read-only
NOTIFICATION-TYPE    

ucdShutdown 1.3.6.1.4.1.2021.251.2
This trap is sent when the agent terminates
Status: current Access: read-only
NOTIFICATION-TYPE    

fileTable 1.3.6.1.4.1.2021.15
Table of monitored files.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FileEntry

fileEntry 1.3.6.1.4.1.2021.15.1
Entry of file
Status: current Access: not-accessible
OBJECT-TYPE    
  FileEntry  

fileIndex 1.3.6.1.4.1.2021.15.1.1
Index of file
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

fileName 1.3.6.1.4.1.2021.15.1.2
Filename
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fileSize 1.3.6.1.4.1.2021.15.1.3
Size of file (kB)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fileMax 1.3.6.1.4.1.2021.15.1.4
Limit of filesize (kB)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fileErrorFlag 1.3.6.1.4.1.2021.15.1.100
Limit exceeded flag
Status: current Access: read-only
OBJECT-TYPE    
  UCDErrorFlag  

fileErrorMsg 1.3.6.1.4.1.2021.15.1.101
Filesize error message
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logMatch 1.3.6.1.4.1.2021.16
OBJECT IDENTIFIER    

logMatchMaxEntries 1.3.6.1.4.1.2021.16.1
The maximum number of logmatch entries this snmpd daemon can support.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

logMatchTable 1.3.6.1.4.1.2021.16.2
Table of monitored files.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LogMatchEntry

logMatchEntry 1.3.6.1.4.1.2021.16.2.1
Entry of file
Status: current Access: not-accessible
OBJECT-TYPE    
  LogMatchEntry  

logMatchIndex 1.3.6.1.4.1.2021.16.2.1.1
Index of logmatch
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

logMatchName 1.3.6.1.4.1.2021.16.2.1.2
logmatch instance name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logMatchFilename 1.3.6.1.4.1.2021.16.2.1.3
filename to be logmatched
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logMatchRegEx 1.3.6.1.4.1.2021.16.2.1.4
regular expression
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logMatchGlobalCounter 1.3.6.1.4.1.2021.16.2.1.5
global count of matches
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

logMatchGlobalCount 1.3.6.1.4.1.2021.16.2.1.6
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

logMatchCurrentCounter 1.3.6.1.4.1.2021.16.2.1.7
Regex match counter. This counter will be reset with each logfile rotation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

logMatchCurrentCount 1.3.6.1.4.1.2021.16.2.1.8
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

logMatchCounter 1.3.6.1.4.1.2021.16.2.1.9
Regex match counter. This counter will be reset with each read
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

logMatchCount 1.3.6.1.4.1.2021.16.2.1.10
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

logMatchCycle 1.3.6.1.4.1.2021.16.2.1.11
time between updates (if not queried) in seconds
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

logMatchErrorFlag 1.3.6.1.4.1.2021.16.2.1.100
errorflag: is this line configured correctly?
Status: current Access: read-only
OBJECT-TYPE    
  UCDErrorFlag  

logMatchRegExCompilation 1.3.6.1.4.1.2021.16.2.1.101
message of regex precompilation
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString