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.
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
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).
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.
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?