JAILS-MIB: View SNMP OID List / Download MIB
VENDOR: FRAUNHOFER FOKUS
Home | MIB: JAILS-MIB | |||
---|---|---|---|---|
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 |
jails | 1.3.6.1.4.1.12325.1.1111 |
The MIB for the bsnmp-jail module. |
||
jailCount | 1.3.6.1.4.1.12325.1.1111.1 | integer32 | read-only |
The number jails running on the system. |
jailTable | 1.3.6.1.4.1.12325.1.1111.2 | no-access |
A list of entries representing jails running on the system. The number of entries is given by the value of jailCount. |
|
1.3.6.1.4.1.12325.1.1111.2.1 | no-access |
An entry containing information about a running jail. |
||
jailIndex | 1.3.6.1.4.1.12325.1.1111.2.1.0 | integer32 | read-only |
Index of this jailEntry. |
jailHost | 1.3.6.1.4.1.12325.1.1111.2.1.1 | octet string | read-only |
The host name of this jail. |
jailInOctets | 1.3.6.1.4.1.12325.1.1111.2.1.10 | counter64 | read-only |
Number of octets received by this jail. |
jailInPackets | 1.3.6.1.4.1.12325.1.1111.2.1.11 | counter64 | read-only |
Number of packets received by this jail. |
jailOutOctets | 1.3.6.1.4.1.12325.1.1111.2.1.12 | counter64 | read-only |
Number of octets sent by this jail. |
jailOutPackets | 1.3.6.1.4.1.12325.1.1111.2.1.13 | counter64 | read-only |
Number of packets sent by this jail. |
jailProcesses | 1.3.6.1.4.1.12325.1.1111.2.1.20 | integer32 | read-only |
Number of processes running in this jail. |
jailThreads | 1.3.6.1.4.1.12325.1.1111.2.1.21 | integer32 | read-only |
Number of threads running in this jail. |
jailCpuTime | 1.3.6.1.4.1.12325.1.1111.2.1.25 | timeticks | read-only |
Amount of CPU time taken by this jail. |
jailDiskSpace | 1.3.6.1.4.1.12325.1.1111.2.1.30 | counter64 | read-only |
Amount of disk space taken by this jail. Zero means unknown. |
jailDiskFiles | 1.3.6.1.4.1.12325.1.1111.2.1.31 | counter64 | read-only |
Number of files (inodes) in this jail. Zero means unknown. |