This is a summary of information regarding objects below the ucdavis MIB object, which is defined within the UCD-SNMP-MIB MIB document as .1.3.6.1.4.1.2021.
Name | Type | Access | OID | Description |
---|---|---|---|---|
1
memIndex | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.4.1 |
Bogus Index. This should always return the integer 0. |
2
memErrorName |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.4.2 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Bogus Name. This should always return the string 'swap'. |
3
memTotalSwap | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.4.3 |
The total amount of swap space configured for this host. |
4
memAvailSwap | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.4.4 |
The amount of swap space currently unused or available. |
5
memTotalReal | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.4.5 |
The total amount of real/physical memory installed on this host. |
6
memAvailReal | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.4.6 |
The amount of real/physical memory currently unused or available. |
7
memTotalSwapTXT | INTEGER32 | ReadOnly | .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. |
9
memTotalRealTXT | INTEGER32 | ReadOnly | .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. |
11
memTotalFree | INTEGER32 | ReadOnly | .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. |
12
memMinimumSwap | INTEGER32 | ReadOnly | .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)'. |
13
memShared | INTEGER32 | ReadOnly | .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. |
14
memBuffer | INTEGER32 | ReadOnly | .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. |
15
memCached | INTEGER32 | ReadOnly | .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. |
16
memUsedSwapTXT | INTEGER32 | ReadOnly | .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. |
17
memUsedRealTXT | INTEGER32 | ReadOnly | .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. |
100
memSwapError |
INTEGER
UCDErrorFlag (ENUM list below) | ReadOnly | .1.3.6.1.4.1.2021.4.100 |
Note: this object is based on the UCDErrorFlag TEXTUAL-CONVENTION. Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)'). |
101
memSwapErrorMsg |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.4.101 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)'). |
1
ssIndex | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.11.1 |
Bogus Index. This should always return the integer 1. |
2
ssErrorName |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.11.2 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Bogus Name. This should always return the string 'systemStats'. |
3
ssSwapIn | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.11.3 |
The average amount of memory swapped in from disk, calculated over the last minute. |
4
ssSwapOut | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.11.4 |
The average amount of memory swapped out to disk, calculated over the last minute. |
50
ssCpuRawUser | COUNTER | ReadOnly | .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). |
51
ssCpuRawNice | COUNTER | ReadOnly | .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). |
52
ssCpuRawSystem | COUNTER | ReadOnly | .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. |
53
ssCpuRawIdle | COUNTER | ReadOnly | .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). |
54
ssCpuRawWait | COUNTER | ReadOnly | .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). |
55
ssCpuRawKernel | COUNTER | ReadOnly | .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). |
56
ssCpuRawInterrupt | COUNTER | ReadOnly | .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). |
57
ssIORawSent | COUNTER | ReadOnly | .1.3.6.1.4.1.2021.11.57 |
Number of blocks sent to a block device |
58
ssIORawReceived | COUNTER | ReadOnly | .1.3.6.1.4.1.2021.11.58 |
Number of blocks received from a block device |
59
ssRawInterrupts | COUNTER | ReadOnly | .1.3.6.1.4.1.2021.11.59 |
Number of interrupts processed |
60
ssRawContexts | COUNTER | ReadOnly | .1.3.6.1.4.1.2021.11.60 |
Number of context switches |
61
ssCpuRawSoftIRQ | COUNTER | ReadOnly | .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). |
62
ssRawSwapIn | COUNTER | ReadOnly | .1.3.6.1.4.1.2021.11.62 |
Number of blocks swapped in |
63
ssRawSwapOut | COUNTER | ReadOnly | .1.3.6.1.4.1.2021.11.63 |
Number of blocks swapped out |
64
ssCpuRawSteal | COUNTER | ReadOnly | .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). |
65
ssCpuRawGuest | COUNTER | ReadOnly | .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). |
66
ssCpuRawGuestNice | COUNTER | ReadOnly | .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). |
1
logMatchMaxEntries | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.16.1 |
The maximum number of logmatch entries this snmpd daemon can support. |
1
versionIndex | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.100.1 |
Index to mib (always 0) |
2
versionTag |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.100.2 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. CVS tag keyword |
3
versionDate |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.100.3 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Date string from RCS keyword |
4
versionCDate |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.100.4 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Date string from ctime() |
5
versionIdent |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.100.5 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Id string from RCS keyword |
6
versionConfigureOptions |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.100.6 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Options passed to the configure script when this agent was built. |
10
versionClearCache | INTEGER32 | ReadWrite | .1.3.6.1.4.1.2021.100.10 |
Set to 1 to clear the exec cache, if enabled |
11
versionUpdateConfig | INTEGER32 | ReadWrite | .1.3.6.1.4.1.2021.100.11 |
Set to 1 to read-read the config file(s). |
12
versionRestartAgent | INTEGER32 | ReadWrite | .1.3.6.1.4.1.2021.100.12 |
Set to 1 to restart the agent. |
13
versionSavePersistentData | INTEGER32 | ReadWrite | .1.3.6.1.4.1.2021.100.13 |
Set to 1 to force the agent to save it's persistent data immediately. |
20
versionDoDebugging | INTEGER32 | ReadWrite | .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. |
1
snmperrIndex | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.101.1 |
Bogus Index for snmperrs (always 0). |
2
snmperrNames |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.101.2 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. snmp |
100
snmperrErrorFlag |
INTEGER
UCDErrorFlag (ENUM list below) | ReadOnly | .1.3.6.1.4.1.2021.101.100 |
Note: this object is based on the UCDErrorFlag TEXTUAL-CONVENTION. A Error flag to indicate trouble with the agent. It goes to 1 if there is an error, 0 if no error. |
101
snmperrErrMessage |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly | .1.3.6.1.4.1.2021.101.101 |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. An error message describing the problem (if one exists). |
Name | Type | Access | Description |
---|---|---|---|
1
prIndex |
INTEGER32
Legal values: 0 .. 65535 | ReadOnly |
Reference Index for each observed process. |
Name | Type | Access | Description |
---|---|---|---|
2
prNames |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The process name we're counting/checking on. |
3
prMin | INTEGER32 | ReadOnly |
The minimum number of processes that should be running. An error flag is generated if the number of running processes is < the minimum. |
4
prMax | INTEGER32 | ReadOnly |
The maximum number of processes that should be running. An error flag is generated if the number of running processes is > the maximum. |
5
prCount | INTEGER32 | ReadOnly |
The number of current processes running with the name in question. |
100
prErrorFlag |
INTEGER
UCDErrorFlag (ENUM list below) | ReadOnly |
Note: this object is based on the UCDErrorFlag TEXTUAL-CONVENTION. A Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error. |
101
prErrMessage |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. An error message describing the problem (if one exists). |
102
prErrFix |
INTEGER
UCDErrorFix (ENUM list below) | ReadWrite |
Note: this object is based on the UCDErrorFix TEXTUAL-CONVENTION. 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. |
103
prErrFixCmd |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The command that gets run when the prErrFix column is set to 1. |
Name | Type | Access | Description |
---|---|---|---|
1
extIndex |
INTEGER32
Legal values: 0 .. 65535 | ReadOnly |
Reference Index for extensible scripts. Simply an integer row number. |
Name | Type | Access | Description |
---|---|---|---|
2
extNames |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. A Short, one name description of the extensible command. |
3
extCommand |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The command line to be executed. |
100
extResult | INTEGER32 | ReadOnly |
The result code (exit status) from the executed command. |
101
extOutput |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The first line of output of the executed command. |
102
extErrFix |
INTEGER
UCDErrorFix (ENUM list below) | ReadWrite |
Note: this object is based on the UCDErrorFix TEXTUAL-CONVENTION. 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. |
103
extErrFixCmd |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The command that gets run when the extErrFix column is set to 1. |
Name | Type | Access | Description |
---|---|---|---|
1
dskIndex |
INTEGER32
Legal values: 0 .. 65535 | ReadOnly |
Integer reference number (row number) for the disk mib. |
Name | Type | Access | Description |
---|---|---|---|
2
dskPath |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Path where the disk is mounted. |
3
dskDevice |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Path of the device for the partition |
4
dskMinimum | INTEGER32 | ReadOnly |
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. |
5
dskMinPercent | INTEGER32 | ReadOnly |
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. |
6
dskTotal | INTEGER32 | ReadOnly |
Total size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647). |
7
dskAvail | INTEGER32 | ReadOnly |
Available space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647). |
8
dskUsed | INTEGER32 | ReadOnly |
Used space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647). |
9
dskPercent | INTEGER32 | ReadOnly |
Percentage of space used on disk |
10
dskPercentNode | INTEGER32 | ReadOnly |
Percentage of inodes used on disk |
11
dskTotalLow | UNSIGNED32 | ReadOnly |
Total size of the disk/partion (kBytes). Together with dskTotalHigh composes 64-bit number. |
12
dskTotalHigh | UNSIGNED32 | ReadOnly |
Total size of the disk/partion (kBytes). Together with dskTotalLow composes 64-bit number. |
13
dskAvailLow | UNSIGNED32 | ReadOnly |
Available space on the disk (kBytes). Together with dskAvailHigh composes 64-bit number. |
14
dskAvailHigh | UNSIGNED32 | ReadOnly |
Available space on the disk (kBytes). Together with dskAvailLow composes 64-bit number. |
15
dskUsedLow | UNSIGNED32 | ReadOnly |
Used space on the disk (kBytes). Together with dskUsedHigh composes 64-bit number. |
16
dskUsedHigh | UNSIGNED32 | ReadOnly |
Used space on the disk (kBytes). Together with dskUsedLow composes 64-bit number. |
100
dskErrorFlag |
INTEGER
UCDErrorFlag (ENUM list below) | ReadOnly |
Note: this object is based on the UCDErrorFlag TEXTUAL-CONVENTION. Error flag signaling that the disk or partition is under the minimum required space configured for it. |
101
dskErrorMsg |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. A text description providing a warning and the space left on the disk. |
Table Name | laTable |
In MIB | UCD-SNMP-MIB |
Registered at OID | .1.3.6.1.4.1.2021.10 |
Table Description |
Load average information. |
Row Description |
An entry containing a load average and its values. |
Name | Type | Access | Description |
---|---|---|---|
1
laIndex |
INTEGER32
Legal values: 0 .. 3 | ReadOnly |
reference index/row number for each observed loadave. |
Name | Type | Access | Description |
---|---|---|---|
2
laNames |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The list of loadave names we're watching. |
3
laLoad |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The 1,5 and 15 minute load averages (one per row). |
4
laConfig |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadWrite |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The watch point for load-averages to signal an error. If the load averages rises above this value, the laErrorFlag below is set. |
5
laLoadInt | INTEGER32 | ReadOnly |
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. |
6
laLoadFloat |
OPAQUE
Legal values: 7 Float | ReadOnly |
Note: this object is based on the Float TEXTUAL-CONVENTION. The 1,5 and 15 minute load averages as an opaquely wrapped floating point number. |
100
laErrorFlag |
INTEGER
UCDErrorFlag (ENUM list below) | ReadOnly |
Note: this object is based on the UCDErrorFlag TEXTUAL-CONVENTION. 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. |
101
laErrMessage |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. An error message describing the load-average and its surpased watch-point value. |
Table Name | fileTable |
In MIB | UCD-SNMP-MIB |
Registered at OID | .1.3.6.1.4.1.2021.15 |
Table Description |
Table of monitored files. |
Row Description |
Entry of file |
Name | Type | Access | Description |
---|---|---|---|
1
fileIndex |
INTEGER32
Legal values: 0 .. 2147483647 | ReadOnly |
Index of file |
Name | Type | Access | Description |
---|---|---|---|
2
fileName |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Filename |
3
fileSize | INTEGER32 | ReadOnly |
Size of file (kB) |
4
fileMax | INTEGER32 | ReadOnly |
Limit of filesize (kB) |
100
fileErrorFlag |
INTEGER
UCDErrorFlag (ENUM list below) | ReadOnly |
Note: this object is based on the UCDErrorFlag TEXTUAL-CONVENTION. Limit exceeded flag |
101
fileErrorMsg |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. Filesize error message |
Table Name | logMatchTable |
In MIB | UCD-SNMP-MIB |
Registered at OID | .1.3.6.1.4.1.2021.16.2 |
Table Description |
Table of monitored files. |
Row Description |
Entry of file |
Name | Type | Access | Description |
---|---|---|---|
1
logMatchIndex |
INTEGER32
Legal values: 1 .. 2147483647 | ReadOnly |
Index of logmatch |
Name | Type | Access | Description |
---|---|---|---|
2
logMatchName |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. logmatch instance name |
3
logMatchFilename |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. filename to be logmatched |
4
logMatchRegEx |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. regular expression |
5
logMatchGlobalCounter | COUNTER | ReadOnly |
global count of matches |
6
logMatchGlobalCount | INTEGER32 | ReadOnly |
Description. |
7
logMatchCurrentCounter | COUNTER | ReadOnly |
Regex match counter. This counter will be reset with each logfile rotation. |
8
logMatchCurrentCount | INTEGER32 | ReadOnly |
Description. |
9
logMatchCounter | COUNTER | ReadOnly |
Regex match counter. This counter will be reset with each read |
10
logMatchCount | INTEGER32 | ReadOnly |
Description. |
11
logMatchCycle | INTEGER32 | ReadOnly |
time between updates (if not queried) in seconds |
100
logMatchErrorFlag |
INTEGER
UCDErrorFlag (ENUM list below) | ReadOnly |
Note: this object is based on the UCDErrorFlag TEXTUAL-CONVENTION. errorflag: is this line configured correctly? |
101
logMatchRegExCompilation |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. message of regex precompilation |
Name | Type | Access | Description |
---|---|---|---|
1
mrIndex | OBJECTID | ReadOnly |
The registry slot of a mibmodule. |
Name | Type | Access | Description |
---|---|---|---|
2
mrModuleName |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The module name that registered this OID. |
Notification Name | ucdStart |
In MIB | UCD-SNMP-MIB |
Registered at OID | .1.3.6.1.4.1.2021.251.1 |
Notification Description |
This trap could in principle be sent when the agent start |
Mandatory Objects |
|
Notification Name | ucdShutdown |
In MIB | UCD-SNMP-MIB |
Registered at OID | .1.3.6.1.4.1.2021.251.2 |
Notification Description |
This trap is sent when the agent terminates |
Mandatory Objects |
|
These TEXTUAL-CONVENTIONS are used in other parts of the document above. They are SNMP's way of defining a datatype that is used repeatedly by other MIB objects. Any implementation implementing objects that use one of these definitions must follow its DESCRIPTION clause as well as the DESCRIPTION clause of the object itself.
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Float | OPAQUE | 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. | ||||||
DisplayString | OCTETSTR | Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of character codes 0-127 (decimal) - the graphics characters (32-126) are interpreted as US ASCII - NUL, LF, CR, BEL, BS, HT, VT and FF have the special meanings specified in RFC 854 - the other 25 codes have no standard interpretation - the sequence 'CR LF' means newline - the sequence 'CR NUL' means carriage-return - an 'LF' not preceded by a 'CR' means moving to the same column on the next line. - the sequence 'CR x' for any x other than LF or NUL is illegal. (Note that this also means that a string may end with either 'CR LF' or 'CR NUL', but not with CR.) Any object defined using this syntax may not exceed 255 characters in length. | ||||||
UCDErrorFlag | INTEGER
| Represents a possible error condition | ||||||
UCDErrorFix | INTEGER
| Represents a 'push-button' object, to invoke a suitable configured action. Will always return 0 when read. |
Tree view generated by running: snmptranslate -Tp UCD-SNMP-MIB::ucdavis
+--ucdavis(2021) | +--prTable(2) | | | +--prEntry(1) | | Index: prIndex | | | +-- -R-- Integer32 prIndex(1) | | Range: 0..65535 | +-- -R-- String prNames(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Integer32 prMin(3) | +-- -R-- Integer32 prMax(4) | +-- -R-- Integer32 prCount(5) | +-- -R-- EnumVal prErrorFlag(100) | | Textual Convention: UCDErrorFlag | | Values: noError(0), error(1) | +-- -R-- String prErrMessage(101) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -RW- EnumVal prErrFix(102) | | Textual Convention: UCDErrorFix | | Values: noError(0), runFix(1) | +-- -R-- String prErrFixCmd(103) | Textual Convention: DisplayString | Size: 0..255 | +--memory(4) | | | +-- -R-- Integer32 memIndex(1) | +-- -R-- String memErrorName(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Integer32 memTotalSwap(3) | +-- -R-- Integer32 memAvailSwap(4) | +-- -R-- Integer32 memTotalReal(5) | +-- -R-- Integer32 memAvailReal(6) | +-- -R-- Integer32 memTotalSwapTXT(7) | +-- -R-- Integer32 memAvailSwapTXT(8) | +-- -R-- Integer32 memTotalRealTXT(9) | +-- -R-- Integer32 memAvailRealTXT(10) | +-- -R-- Integer32 memTotalFree(11) | +-- -R-- Integer32 memMinimumSwap(12) | +-- -R-- Integer32 memShared(13) | +-- -R-- Integer32 memBuffer(14) | +-- -R-- Integer32 memCached(15) | +-- -R-- Integer32 memUsedSwapTXT(16) | +-- -R-- Integer32 memUsedRealTXT(17) | +-- -R-- EnumVal memSwapError(100) | | Textual Convention: UCDErrorFlag | | Values: noError(0), error(1) | +-- -R-- String memSwapErrorMsg(101) | Textual Convention: DisplayString | Size: 0..255 | +--extTable(8) | | | +--extEntry(1) | | Index: extIndex | | | +-- -R-- Integer32 extIndex(1) | | Range: 0..65535 | +-- -R-- String extNames(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String extCommand(3) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Integer32 extResult(100) | +-- -R-- String extOutput(101) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -RW- EnumVal extErrFix(102) | | Textual Convention: UCDErrorFix | | Values: noError(0), runFix(1) | +-- -R-- String extErrFixCmd(103) | Textual Convention: DisplayString | Size: 0..255 | +--dskTable(9) | | | +--dskEntry(1) | | Index: dskIndex | | | +-- -R-- Integer32 dskIndex(1) | | Range: 0..65535 | +-- -R-- String dskPath(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String dskDevice(3) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Integer32 dskMinimum(4) | +-- -R-- Integer32 dskMinPercent(5) | +-- -R-- Integer32 dskTotal(6) | +-- -R-- Integer32 dskAvail(7) | +-- -R-- Integer32 dskUsed(8) | +-- -R-- Integer32 dskPercent(9) | +-- -R-- Integer32 dskPercentNode(10) | +-- -R-- Unsigned dskTotalLow(11) | +-- -R-- Unsigned dskTotalHigh(12) | +-- -R-- Unsigned dskAvailLow(13) | +-- -R-- Unsigned dskAvailHigh(14) | +-- -R-- Unsigned dskUsedLow(15) | +-- -R-- Unsigned dskUsedHigh(16) | +-- -R-- EnumVal dskErrorFlag(100) | | Textual Convention: UCDErrorFlag | | Values: noError(0), error(1) | +-- -R-- String dskErrorMsg(101) | Textual Convention: DisplayString | Size: 0..255 | +--laTable(10) | | | +--laEntry(1) | | Index: laIndex | | | +-- -R-- Integer32 laIndex(1) | | Range: 0..3 | +-- -R-- String laNames(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String laLoad(3) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -RW- String laConfig(4) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Integer32 laLoadInt(5) | +-- -R-- Opaque laLoadFloat(6) | | Textual Convention: Float | | Size: | +-- -R-- EnumVal laErrorFlag(100) | | Textual Convention: UCDErrorFlag | | Values: noError(0), error(1) | +-- -R-- String laErrMessage(101) | Textual Convention: DisplayString | Size: 0..255 | +--systemStats(11) | | | +-- -R-- Integer32 ssIndex(1) | +-- -R-- String ssErrorName(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Integer32 ssSwapIn(3) | +-- -R-- Integer32 ssSwapOut(4) | +-- -R-- Integer32 ssIOSent(5) | +-- -R-- Integer32 ssIOReceive(6) | +-- -R-- Integer32 ssSysInterrupts(7) | +-- -R-- Integer32 ssSysContext(8) | +-- -R-- Integer32 ssCpuUser(9) | +-- -R-- Integer32 ssCpuSystem(10) | +-- -R-- Integer32 ssCpuIdle(11) | +-- -R-- Counter ssCpuRawUser(50) | +-- -R-- Counter ssCpuRawNice(51) | +-- -R-- Counter ssCpuRawSystem(52) | +-- -R-- Counter ssCpuRawIdle(53) | +-- -R-- Counter ssCpuRawWait(54) | +-- -R-- Counter ssCpuRawKernel(55) | +-- -R-- Counter ssCpuRawInterrupt(56) | +-- -R-- Counter ssIORawSent(57) | +-- -R-- Counter ssIORawReceived(58) | +-- -R-- Counter ssRawInterrupts(59) | +-- -R-- Counter ssRawContexts(60) | +-- -R-- Counter ssCpuRawSoftIRQ(61) | +-- -R-- Counter ssRawSwapIn(62) | +-- -R-- Counter ssRawSwapOut(63) | +-- -R-- Counter ssCpuRawSteal(64) | +-- -R-- Counter ssCpuRawGuest(65) | +-- -R-- Counter ssCpuRawGuestNice(66) | +--ucdInternal(12) | +--ucdExperimental(13) | +--fileTable(15) | | | +--fileEntry(1) | | Index: fileIndex | | | +-- -R-- Integer32 fileIndex(1) | | Range: 0..2147483647 | +-- -R-- String fileName(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Integer32 fileSize(3) | +-- -R-- Integer32 fileMax(4) | +-- -R-- EnumVal fileErrorFlag(100) | | Textual Convention: UCDErrorFlag | | Values: noError(0), error(1) | +-- -R-- String fileErrorMsg(101) | Textual Convention: DisplayString | Size: 0..255 | +--logMatch(16) | | | +-- -R-- Integer32 logMatchMaxEntries(1) | | | +--logMatchTable(2) | | | +--logMatchEntry(1) | | Index: logMatchIndex | | | +-- -R-- Integer32 logMatchIndex(1) | | Range: 1..2147483647 | +-- -R-- String logMatchName(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String logMatchFilename(3) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String logMatchRegEx(4) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- Counter logMatchGlobalCounter(5) | +-- -R-- Integer32 logMatchGlobalCount(6) | +-- -R-- Counter logMatchCurrentCounter(7) | +-- -R-- Integer32 logMatchCurrentCount(8) | +-- -R-- Counter logMatchCounter(9) | +-- -R-- Integer32 logMatchCount(10) | +-- -R-- Integer32 logMatchCycle(11) | +-- -R-- EnumVal logMatchErrorFlag(100) | | Textual Convention: UCDErrorFlag | | Values: noError(0), error(1) | +-- -R-- String logMatchRegExCompilation(101) | Textual Convention: DisplayString | Size: 0..255 | +--version(100) | | | +-- -R-- Integer32 versionIndex(1) | +-- -R-- String versionTag(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String versionDate(3) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String versionCDate(4) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String versionIdent(5) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- String versionConfigureOptions(6) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -RW- Integer32 versionClearCache(10) | +-- -RW- Integer32 versionUpdateConfig(11) | +-- -RW- Integer32 versionRestartAgent(12) | +-- -RW- Integer32 versionSavePersistentData(13) | +-- -RW- Integer32 versionDoDebugging(20) | +--snmperrs(101) | | | +-- -R-- Integer32 snmperrIndex(1) | +-- -R-- String snmperrNames(2) | | Textual Convention: DisplayString | | Size: 0..255 | +-- -R-- EnumVal snmperrErrorFlag(100) | | Textual Convention: UCDErrorFlag | | Values: noError(0), error(1) | +-- -R-- String snmperrErrMessage(101) | Textual Convention: DisplayString | Size: 0..255 | +--mrTable(102) | | | +--mrEntry(1) | | Index: mrIndex | | | +-- -R-- ObjID mrIndex(1) | +-- -R-- String mrModuleName(2) | Textual Convention: DisplayString | Size: 0..255 | +--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) | | | +--aix(15) | | | +--macosx(16) | | | +--dragonfly(17) | | | +--unknown(255) | +--ucdTraps(251) | +--ucdStart(1) +--ucdShutdown(2)
Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.