diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | configure.in | 4 | ||||
| -rw-r--r-- | doc/JAILS-MIB.txt | 2 | ||||
| -rw-r--r-- | doc/bsnmp-jails.8 | 2 | ||||
| -rw-r--r-- | module/jails-tree.def | 2 | 
5 files changed, 8 insertions, 5 deletions
@@ -1,3 +1,6 @@ +0.6 + - Use allocated OID from begemot +  0.5   - Add support for monitoring CPU time of a jail.   - Number of threads in jail exposed via SNMP. diff --git a/configure.in b/configure.in index 3391c52..b788a49 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@  # Process this file with autoconf to produce a configure script. -AC_INIT(bsnmp-jails, 0.5, stef@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-jails, 0.5) +AC_INIT(bsnmp-jails, 0.6, stef@memberwebs.com) +AM_INIT_AUTOMAKE(bsnmp-jails, 0.6)  AC_CONFIG_SRCDIR([module/bsnmp-jails.c])  AM_CONFIG_HEADER([config.h]) diff --git a/doc/JAILS-MIB.txt b/doc/JAILS-MIB.txt index 0b07843..3ce3a61 100644 --- a/doc/JAILS-MIB.txt +++ b/doc/JAILS-MIB.txt @@ -37,7 +37,7 @@ jails MODULE-IDENTITY      CONTACT-INFO "stef@memberwebs.com"      DESCRIPTION "The MIB for the bsnmp-jail module." -    ::= { begemot 1111 } +    ::= { begemot 205 }  -- -------------------------------------------------------------------------- diff --git a/doc/bsnmp-jails.8 b/doc/bsnmp-jails.8 index d0aa2ec..9f35ea5 100644 --- a/doc/bsnmp-jails.8 +++ b/doc/bsnmp-jails.8 @@ -50,7 +50,7 @@ These statistics are gathered by the module.  .Sh MIBS  The counters will be available as a table under the following MIB:  .Bd -literal -offset indent - .1.3.6.1.4.1.12325.1.204 + .1.3.6.1.4.1.12325.1.205  .Ed  .Pp   Or if the appropriate MIB.txt files have been installed: diff --git a/module/jails-tree.def b/module/jails-tree.def index c89e07f..61cf3ae 100644 --- a/module/jails-tree.def +++ b/module/jails-tree.def @@ -40,7 +40,7 @@      (1 enterprises        (12325 fokus          (1 begemot -          (1111 jails +          (205 jails              (1 jailCount INTEGER op_jail GET)              (2 jailTable                (1 jailEntry : INTEGER op_jailentry  | 
