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.7 + - Use new allocated OID from begemot + 0.6 - Use allocated OID from begemot diff --git a/configure.in b/configure.in index b788a49..581748f 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.6, stef@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-jails, 0.6) +AC_INIT(bsnmp-jails, 0.7, stef@memberwebs.com) +AM_INIT_AUTOMAKE(bsnmp-jails, 0.7) 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 3ce3a61..0b07843 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 205 } + ::= { begemot 1111 } -- -------------------------------------------------------------------------- diff --git a/doc/bsnmp-jails.8 b/doc/bsnmp-jails.8 index 9f35ea5..ac3a4e1 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.205 + .1.3.6.1.4.1.12325.1.1111 .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 61cf3ae..c89e07f 100644 --- a/module/jails-tree.def +++ b/module/jails-tree.def @@ -40,7 +40,7 @@ (1 enterprises (12325 fokus (1 begemot - (205 jails + (1111 jails (1 jailCount INTEGER op_jail GET) (2 jailTable (1 jailEntry : INTEGER op_jailentry |