From 63ef7964dd2927c979be64049f218f76fa2776fd Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Mar 2009 03:42:46 +0000 Subject: Add new jails MIB. --- mibs/JAILS-MIB.txt | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/mibs/JAILS-MIB.txt b/mibs/JAILS-MIB.txt index 3ce3a61..26eb92f 100644 --- a/mibs/JAILS-MIB.txt +++ b/mibs/JAILS-MIB.txt @@ -37,7 +37,7 @@ jails MODULE-IDENTITY CONTACT-INFO "stef@memberwebs.com" DESCRIPTION "The MIB for the bsnmp-jail module." - ::= { begemot 205 } + ::= { begemot 1111 } -- -------------------------------------------------------------------------- @@ -75,8 +75,7 @@ JailEntry ::= jailThreads Integer32, jailCpuTime TimeTicks, jailDiskSpace Counter64, - jailDiskFiles Counter64, - jailResidentSize Counter64 + jailDiskFiles Counter64 } jailIndex OBJECT-TYPE @@ -156,12 +155,4 @@ jailDiskFiles OBJECT-TYPE DESCRIPTION "Number of files (inodes) in this jail. Zero means unknown." ::= { jailEntry 31 } -jailResidentSize OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "The sum of the resident set size (RSS) of all processes in jail. An inaccurate representation of memory usage of the jail." - ::= { jailEntry 40 } - - END -- cgit v1.2.3