UCD-SNMP-MIB-OLD: View SNMP OID List / Download MIB
VENDOR: U.C. DAVIS, ECE DEPT. TOM
Home | MIB: UCD-SNMP-MIB-OLD | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
processes | 1.3.6.1.4.1.2021.1 | no-access |
A set of information on running programs/daemons. |
|
processIndex | 1.3.6.1.4.1.2021.1.1 | integer | read-only |
Reference Index for each observed process. |
processNames | 1.3.6.1.4.1.2021.1.2 | displaystring | read-only |
The table of process names we're Counting. |
processMin | 1.3.6.1.4.1.2021.1.3 | integer | read-only |
The minimum number of processes that should be running. An error flag is generated if the number of running processes is < the minimum. |
processMax | 1.3.6.1.4.1.2021.1.4 | integer | read-only |
The maximum number of processes that should be running. An error flag is generated if the number of running processes is > the maximum. |
processCount | 1.3.6.1.4.1.2021.1.5 | integer | read-only |
The number of current processes running with the name in question. |
processErrorFlag | 1.3.6.1.4.1.2021.1.100 | integer | read-only |
A Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error. |
processErrMessage | 1.3.6.1.4.1.2021.1.101 | displaystring | read-only |
An error message describing the problem (if one exists). |
processErrFix | 1.3.6.1.4.1.2021.1.102 | integer | read-write |
Setting this to one will try to fix the problem if possible. |
extensible | 1.3.6.1.4.1.2021.3 | no-access |
Extensible commands returning output and result codes. |
|
extensibleIndex | 1.3.6.1.4.1.2021.3.1 | integer | read-only |
Reference Index for extensible calls. |
extensibleNames | 1.3.6.1.4.1.2021.3.2 | displaystring | read-only |
Short, one name descriptions of the extensible commands. |
extensibleCommand | 1.3.6.1.4.1.2021.3.3 | displaystring | read-only |
The command line to be executed. |
extensibleResult | 1.3.6.1.4.1.2021.3.100 | integer | read-only |
The result code from the executed command. |
extensibleOutput | 1.3.6.1.4.1.2021.3.101 | displaystring | read-only |
The output of the extensible command (top line only). |
extensibleErrFix | 1.3.6.1.4.1.2021.3.102 | integer | read-write |
Set to 1 to fix the problem, if possible. |
disk | 1.3.6.1.4.1.2021.6 | no-access |
Disk watching information. |
|
diskIndex | 1.3.6.1.4.1.2021.6.1 | integer | read-only |
Reference number for the Disk Mib. |
diskPath | 1.3.6.1.4.1.2021.6.2 | displaystring | read-only |
Path where disk is mounted. |
diskDevice | 1.3.6.1.4.1.2021.6.3 | displaystring | read-only |
Device path |
diskMinimum | 1.3.6.1.4.1.2021.6.4 | integer | read-only |
Minimum space required on the disk. |
diskMinPercent | 1.3.6.1.4.1.2021.6.5 | integer | read-only |
Minimum percentage of space required on the disk. |
diskTotal | 1.3.6.1.4.1.2021.6.6 | integer | read-only |
Total Disk Size (kbytes) |
diskAvail | 1.3.6.1.4.1.2021.6.7 | integer | read-only |
Available disk Space |
diskUsed | 1.3.6.1.4.1.2021.6.8 | integer | read-only |
Used Space on Disk |
diskPercent | 1.3.6.1.4.1.2021.6.9 | integer | read-only |
Percentage of space used on disk |
diskErrorFlag | 1.3.6.1.4.1.2021.6.100 | integer | read-only |
Error flag signaling disk is over minimum required space |
diskErrorMsg | 1.3.6.1.4.1.2021.6.101 | displaystring | read-only |
A text description of what caused the error flag to be set. |
loadaves | 1.3.6.1.4.1.2021.7 | no-access |
Load average information. |
|
loadaveIndex | 1.3.6.1.4.1.2021.7.1 | integer | read-only |
Reference Index for each observed loadave. |
loadaveNames | 1.3.6.1.4.1.2021.7.2 | displaystring | read-only |
The list of loadave names we're Counting. |
loadaveLoad | 1.3.6.1.4.1.2021.7.3 | displaystring | read-only |
The 1,5 and 10 minute load averages. |
loadaveConfig | 1.3.6.1.4.1.2021.7.4 | displaystring | read-only |
The watch point for loadaverages to signal an error. |
loadaveErrorFlag | 1.3.6.1.4.1.2021.7.100 | integer | read-only |
A Error flag to indicate trouble with a loadave. It goes to 1 if there is an error, 0 if no error. |
loadaveErrMessage | 1.3.6.1.4.1.2021.7.101 | displaystring | read-only |
An error message describing the problem (if one exists). |