Welcome: Guest
NOTE: This site is no longer maintained. Upgrade to the latest version of ipMonitor ยป

SNMP Legend
Partial Branch
String
Counter
Integer
Enumerated Value
IP Address
Gauge
Time-Ticks
Object Identifier
Table
Row
Row Extension
Row-Key
Object Group
Trap
SNMP Center > Mibs > Oid-Tree View
UCD-SNMP-MIB: Net SNMP Coders UCD SNMP MIB Extensions

This MIB defines the private UCD SNMP MIB extensions.

 iso (1)
 org (3)
 dod (6)
 internet (1)
 private (4)
 enterprises (1)
 
 ucdavis (2021)
 prTable (2)
 prEntry (1)
 prIndex (1)
 prNames (2)
 prMin (3)
 prMax (4)
 prCount (5)
 prErrorFlag (100)
 prErrMessage (101)
 prErrFix (102)
 prErrFixCmd (103)
 memory (4)
 memIndex (1)
 memErrorName (2)
 memTotalSwap (3)
 memAvailSwap (4)
 memTotalReal (5)
 memAvailReal (6)
 memTotalSwapTXT (7)
 memAvailSwapTXT (8)
 memTotalRealTXT (9)
 memAvailRealTXT (10)
 memTotalFree (11)
 memMinimumSwap (12)
 memShared (13)
 memBuffer (14)
 memCached (15)
 memSwapError (100)
 memSwapErrorMsg (101)
 extTable (8)
 extEntry (1)
 extIndex (1)
 extNames (2)
 extCommand (3)
 extResult (100)
 extOutput (101)
 extErrFix (102)
 extErrFixCmd (103)
 dskTable (9)
 dskEntry (1)
 dskIndex (1)
 dskPath (2)
 dskDevice (3)
 dskMinimum (4)
 dskMinPercent (5)
 dskTotal (6)
 dskAvail (7)
 dskUsed (8)
 dskPercent (9)
 dskPercentNode (10)
 dskErrorFlag (100)
 dskErrorMsg (101)
 laTable (10)
 laEntry (1)
 laIndex (1)
 laNames (2)
 laLoad (3)
 laConfig (4)
 laLoadInt (5)
 laLoadFloat (6)
 laErrorFlag (100)
 laErrMessage (101)
 systemStats (11)
 ssIndex (1)
 ssErrorName (2)
 ssSwapIn (3)
 ssSwapOut (4)
 ssIOSent (5)
 ssIOReceive (6)
 ssSysInterrupts (7)
 ssSysContext (8)
 ssCpuUser (9)
 ssCpuSystem (10)
 ssCpuIdle (11)
 ssCpuRawUser (50)
 ssCpuRawNice (51)
 ssCpuRawSystem (52)
 ssCpuRawIdle (53)
 ssCpuRawWait (54)
 ssCpuRawKernel (55)
 ssCpuRawInterrupt (56)
 ssIORawSent (57)
 ssIORawReceived (58)
 ssRawInterrupts (59)
 ssRawContexts (60)
 ssCpuRawSoftIRQ (61)
 ssRawSwapIn (62)
 ssRawSwapOut (63)
 ucdInternal (12)
 ucdExperimental (13)
 fileTable (15)
 fileEntry (1)
 fileIndex (1)
 fileName (2)
 fileSize (3)
 fileMax (4)
 fileErrorFlag (100)
 fileErrorMsg (101)
 logMatch (16)
 logMatchMaxEntries (1)
 logMatchTable (2)
 logMatchEntry (1)
 logMatchIndex (1)
 logMatchName (2)
 logMatchFilename (3)
 logMatchRegEx (4)
 logMatchGlobalCounter (5)
 logMatchGlobalCount (6)
 logMatchCurrentCounter (7)
 logMatchCurrentCount (8)
 logMatchCounter (9)
 logMatchCount (10)
 logMatchCycle (11)
 logMatchErrorFlag (100)
 logMatchRegExCompilation (101)
 version (100)
 versionIndex (1)
 versionTag (2)
 versionDate (3)
 versionCDate (4)
 versionIdent (5)
 versionConfigureOptions (6)
 versionClearCache (10)
 versionUpdateConfig (11)
 versionRestartAgent (12)
 versionSavePersistentData (13)
 versionDoDebugging (20)
 snmperrs (101)
 snmperrIndex (1)
 snmperrNames (2)
 snmperrErrorFlag (100)
 snmperrErrMessage (101)
 mrTable (102)
 mrEntry (1)
 mrIndex (1)
 mrModuleName (2)
 ucdSnmpAgent (250)
 hpux9 (1)
 sunos4 (2)
 solaris (3)
 osf (4)
 ultrix (5)
 hpux10 (6)
 netbsd1 (7)
 freebsd (8)
 irix (9)
 linux (10)
 bsdi (11)
 openbsd (12)
 win32 (13)
 hpux11 (14)
 unknown (255)
 ucdTraps (251)
 ucdStart (1)
 ucdShutdown (2)
prTable

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

An entry containing a process and its statistics.
prIndex

Reference Index for each observed process.
prNames

The process name we're counting/checking on.
prMin

The minimum number of processes that should be running.  An error flag is generated if the number of running processes is < the minimum.
prMax

The maximum number of processes that should be running.  An error flag is generated if the number of running processes is > the maximum.
prCount

The number of current processes running with the name in question.
prErrorFlag

A Error flag to indicate trouble with a process.  It goes to 1 if there is an error, 0 if no error.
prErrMessage

An error message describing the problem (if one exists).
prErrFix

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

The command that gets run when the prErrFix column is set to 1.
extTable

A table of extensible commands returning output and result codes.  These commands are configured via the agent's snmpd.conf file.
extEntry

An entry containing an extensible script/program and its output.
extIndex

Reference Index for extensible scripts.  Simply an integer row number.
extNames

A Short, one name description of the extensible command.
extCommand

The command line to be executed.
extResult

The result code (exit status) from the executed command.
extOutput

The first line of output of the executed command.
extErrFix

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

The command that gets run when the extErrFix column is set to 1.
memIndex

Bogus Index.  This should always return the integer 0.
memErrorName

Bogus Name. This should always return the string 'swap'.
memTotalSwap

Total Swap Size configured for the host.
memAvailSwap

Available Swap Space on the host.
memTotalReal

Total Real/Physical Memory Size on the host.
memAvailReal

Available Real/Physical Memory Space on the host.
memTotalSwapTXT

Total virtual memory used by text.
memAvailSwapTXT

Active virtual memory used by text.
memTotalRealTXT

Total Real/Physical Memory Size used by text.
memAvailRealTXT

Active Real/Physical Memory Space used by text.
memTotalFree

Total Available Memory on the host
memMinimumSwap

Minimum amount of free swap required to be free or else memErrorSwap is set to 1 and an error string is returned memSwapErrorMsg.
memShared

Total Shared Memory
memBuffer

Total Buffered Memory
memCached

Total Cached Memory
memSwapError

Error flag.  1 indicates very little swap space left
memSwapErrorMsg

Error message describing the Error Flag condition
dskTable

Disk watching information.  Partions to be watched are configured by the snmpd.conf file of the agent.
dskEntry

An entry containing a disk and its statistics.
dskIndex

Integer reference number (row number) for the disk mib.
dskPath

Path where the disk is mounted.
dskDevice

Path of the device for the partition
dskMinimum

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

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

Total size of the disk/partion (kBytes)
dskAvail

Available space on the disk
dskUsed

Used space on the disk
dskPercent

Percentage of space used on disk
dskPercentNode

Percentage of inodes used on disk
dskErrorFlag

Error flag signaling that the disk or partition is under the minimum required space configured for it.
dskErrorMsg

A text description providing a warning and the space left on the disk.
laTable

Load average information.
laEntry

An entry containing a load average and its values.
laIndex

reference index/row number for each observed loadave.
laNames

The list of loadave names we're watching.
laLoad

The 1,5 and 10 minute load averages (one per row).
laConfig

The watch point for load-averages to signal an error.  If the load averages rises above this value, the laErrorFlag below is set.
laLoadInt

The 1,5 and 10 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

The 1,5 and 10 minute load averages as an opaquely wrapped floating point number.
laErrorFlag

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

An error message describing the load-average and its surpased watch-point value.
versionIndex

Index to mib (always 0)
versionTag

CVS tag keyword
versionDate

Date string from RCS keyword
versionCDate

Date string from ctime()
versionIdent

Id string from RCS keyword
versionConfigureOptions

Options passed to the configure script when this agent was built.
versionClearCache

Set to 1 to clear the exec cache, if enabled
versionUpdateConfig

Set to 1 to read-read the config file(s).
versionRestartAgent

Set to 1 to restart the agent.
versionSavePersistentData

Set to 1 to force the agent to save it's persistent data immediately.
versionDoDebugging

Set to 1 to turn debugging statements on in the agent or 0 to turn it off.
snmperrIndex

Bogus Index for snmperrs (always 0).
snmperrNames

snmp
snmperrErrorFlag

A Error flag to indicate trouble with the agent.  It goes to 1 if there is an error, 0 if no error.
snmperrErrMessage

An error message describing the problem (if one exists).
mrTable

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

An entry containing a registered mib oid.
mrIndex

The registry slot of a mibmodule.
mrModuleName

The module name that registered this OID.
ssIndex

Reference Index for each observed systemStat (1).
ssErrorName

The list of systemStats names (vmstat) we're Counting.
ssSwapIn

Amount of memory swapped in from disk (kB/s).
ssSwapOut

Amount of memory swapped to disk (kB/s).
ssIOSent

Blocks sent to a block device (blocks/s). Deprecated, replaced by the ssIORawSent object
ssIOReceive

Blocks received from a block device (blocks/s). Deprecated, replaced by the ssIORawReceived object
ssSysInterrupts

The number of interrupts per second, including the clock. Deprecated, replaced by ssRawInterrupts
ssSysContext

The number of context switches per second. Deprecated, replaced by ssRawContext
ssCpuUser

percentages of user CPU time. Deprecated, replaced by the ssCpuRawUser object
ssCpuSystem

percentages of system CPU time. Deprecated, replaced by of the ssCpuRawSystem object
ssCpuIdle

percentages of idle CPU time. Deprecated, replaced by of the ssCpuRawIdle object
ssCpuRawUser

user CPU time.
ssCpuRawNice

nice CPU time.
ssCpuRawSystem

system CPU time.
ssCpuRawIdle

idle CPU time.
ssCpuRawWait

iowait CPU time. This is primarily a SysV thingie
ssCpuRawKernel

kernel CPU time.
ssCpuRawInterrupt

interruptlevel CPU time. This is primarily a BSD thingie
ssIORawSent

Number of blocks sent to a block device
ssIORawReceived

Number of blocks received from a block device
ssRawInterrupts

Number of interrupts processed
ssRawContexts

Number of context switches
ssCpuRawSoftIRQ

Soft IRQ CPU time. This is for Linux 2.6
ssRawSwapIn

Number of blocks swapped in
ssRawSwapOut

Number of blocks swapped out
ucdShutdown

This trap is sent when the agent terminates
fileTable

Table of monitored files.
fileEntry

Entry of file
fileIndex

Index of file
fileName

Filename
fileSize

Size of file (kB)
fileMax

Limit of filesize (kB)
fileErrorFlag

Limit exceeded flag
fileErrorMsg

Filesize error message
logMatchMaxEntries

The maximum number of logmatch entries this snmpd daemon can support.
logMatchTable

Table of monitored files.
logMatchEntry

Entry of file
logMatchIndex

Index of logmatch
logMatchName

logmatch instance name
logMatchFilename

filename to be logmatched
logMatchRegEx

regular expression
logMatchGlobalCounter

global count of matches
logMatchGlobalCount

Description.
logMatchCurrentCounter

Regex match counter. This counter will be reset with each logfile rotation.
logMatchCurrentCount

Description.
logMatchCounter

Regex match counter. This counter will be reset with each read
logMatchCount

Description.
logMatchCycle

time between updates (if not queried) in seconds
logMatchErrorFlag

errorflag: is this line configured correctly?
logMatchRegExCompilation

message of regex precompilation

< Back (UCD-SNMP-MIB)

What did you think of this topic?

Privacy Statement | Terms of Use | EULA | Contact | Site Map

Prices displayed do not reflect international pricing unless otherwise stated. Please see our international price list for current pricing specific to your location. All prices are subject to change without notice.

© 2003-2008 SolarWinds.net, Inc. All Rights Reserved. SolarWinds®, the SolarWinds logo, ipMonitor®, LANsurveyor®, and Orion® are among the trademarks or registered trademarks of the company in the United States and/or other countries. All other trademarks are property of their respective owners.