JAILS-MIB
AI MIB Summary
The JAILS-MIB module facilitates SNMP monitoring of FreeBSD jail instances via the bsnmp daemon, exposing operational metrics such as jail status, resource utilization limits, and process counts for container isolation management.
The MIB for the bsnmp-jail module.
Main OID:
jails.1.3.6.1.4.1.12325.1.1111
15
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
15 total| Object Name |
|---|
jailsThe MIB for the bsnmp-jail module. MODULE-IDENTITY .1.3.6.1.4.1.12325.1.1111 |
jailCountThe number jails running on the system.ro Integer32 .1.3.6.1.4.1.12325.1.1111.1 |
jailTableA list of entries representing jails running on the system. The number of entries is given by the value of jailCount. SEQUENCE OF JailEntry .1.3.6.1.4.1.12325.1.1111.2 |
jailEntryAn entry containing information about a running jail. JailEntry .1.3.6.1.4.1.12325.1.1111.2.1 |
jailIndexIndex of this jailEntry.ro Integer32 .1.3.6.1.4.1.12325.1.1111.2.1.0 |
jailHostThe host name of this jail.ro OCTET STRING .1.3.6.1.4.1.12325.1.1111.2.1.1 |
jailInOctetsNumber of octets received by this jail.ro Counter64 .1.3.6.1.4.1.12325.1.1111.2.1.10 |
jailInPacketsNumber of packets received by this jail.ro Counter64 .1.3.6.1.4.1.12325.1.1111.2.1.11 |
jailOutOctetsNumber of octets sent by this jail.ro Counter64 .1.3.6.1.4.1.12325.1.1111.2.1.12 |
jailOutPacketsNumber of packets sent by this jail.ro Counter64 .1.3.6.1.4.1.12325.1.1111.2.1.13 |
jailProcessesNumber of processes running in this jail.ro Integer32 .1.3.6.1.4.1.12325.1.1111.2.1.20 |
jailThreadsNumber of threads running in this jail.ro Integer32 .1.3.6.1.4.1.12325.1.1111.2.1.21 |
jailCpuTimeAmount of CPU time taken by this jail.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.12325.1.1111.2.1.25 |
jailDiskSpaceAmount of disk space taken by this jail. Zero means unknown.ro Counter64 .1.3.6.1.4.1.12325.1.1111.2.1.30 |
jailDiskFilesNumber of files (inodes) in this jail. Zero means unknown.ro Counter64 .1.3.6.1.4.1.12325.1.1111.2.1.31 |