JAILS-MIB

File: JAILS-MIB.mib (4883 bytes)

Imported modules

SNMPv2-SMI BEGEMOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
Integer32 TimeTicks Unsigned32
begemot

Defined Types

JailEntry  
SEQUENCE    
  jailIndex Integer32
  jailHost OCTET STRING
  jailInOctets Counter64
  jailInPackets Counter64
  jailOutOctets Counter64
  jailOutPackets Counter64
  jailProcesses Integer32
  jailThreads Integer32
  jailCpuTime TimeTicks
  jailDiskSpace Counter64
  jailDiskFiles Counter64

Defined Values

jails 1.3.6.1.4.1.12325.1.1111
The MIB for the bsnmp-jail module.
MODULE-IDENTITY    

jailCount 1.3.6.1.4.1.12325.1.1111.1
The number jails running on the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jailTable 1.3.6.1.4.1.12325.1.1111.2
A list of entries representing jails running on the system. The number of entries is given by the value of jailCount.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JailEntry

jailEntry 1.3.6.1.4.1.12325.1.1111.2.1
An entry containing information about a running jail.
Status: current Access: not-accessible
OBJECT-TYPE    
  JailEntry  

jailIndex 1.3.6.1.4.1.12325.1.1111.2.1.0
Index of this jailEntry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jailHost 1.3.6.1.4.1.12325.1.1111.2.1.1
The host name of this jail.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

jailInOctets 1.3.6.1.4.1.12325.1.1111.2.1.10
Number of octets received by this jail.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jailInPackets 1.3.6.1.4.1.12325.1.1111.2.1.11
Number of packets received by this jail.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jailOutOctets 1.3.6.1.4.1.12325.1.1111.2.1.12
Number of octets sent by this jail.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jailOutPackets 1.3.6.1.4.1.12325.1.1111.2.1.13
Number of packets sent by this jail.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jailProcesses 1.3.6.1.4.1.12325.1.1111.2.1.20
Number of processes running in this jail.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jailThreads 1.3.6.1.4.1.12325.1.1111.2.1.21
Number of threads running in this jail.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jailCpuTime 1.3.6.1.4.1.12325.1.1111.2.1.25
Amount of CPU time taken by this jail.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jailDiskSpace 1.3.6.1.4.1.12325.1.1111.2.1.30
Amount of disk space taken by this jail. Zero means unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jailDiskFiles 1.3.6.1.4.1.12325.1.1111.2.1.31
Number of files (inodes) in this jail. Zero means unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64