changeset 49:46eb873607e8

Bug 2793: MIB object type name fix Reviewed-by: ykubota, ysuenaga Contributed-by: Hinemos development team <https://osdn.jp/projects/hinemos/>
author Yasumasa Suenaga <yasuenag@gmail.com>
date Mon, 18 Jan 2016 21:28:27 +0900
parents 5e137ea0f4ee
children eecc75027c25
files agent/ChangeLog agent/mib/HeapStatsMibs.txt
diffstat 2 files changed, 22 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/agent/ChangeLog	Thu Jul 16 23:17:37 2015 +0900
+++ b/agent/ChangeLog	Mon Jan 18 21:28:27 2016 +0900
@@ -1,3 +1,7 @@
+2016-01-18 Yasumasa Suenaga  <yasuenag@gmail.com>
+
+	* Bug 2793: MIB object type name fix
+
 2015-07-16 Yasumasa Suenaga  <yasuenag@gmail.com>
 
 	* Bug 2529: HeapStats agent should hook InstanceClassLoaderKlass after JDK-6964458
--- a/agent/mib/HeapStatsMibs.txt	Thu Jul 16 23:17:37 2015 +0900
+++ b/agent/mib/HeapStatsMibs.txt	Mon Jan 18 21:28:27 2016 +0900
@@ -23,6 +23,9 @@
    REVISION "201307221630Z"
    DESCRIPTION
        "Append javaMetaspaceAlert."
+   REVISION "201601181200Z"
+   DESCRIPTION
+       "Change object type name."
    -- REVISION "revision date"
    -- DESCRIPTION
    --     "about Revision"
@@ -32,12 +35,12 @@
  
  heapAlert OBJECT IDENTIFIER ::= { heapStats 1 }
  
- alertDateTime OBJECT-TYPE
+ heapAlertDateTime OBJECT-TYPE
    -- 
    SYNTAX	Counter64
    MAX-ACCESS	read-only
    STATUS	mandatory
-   DESCRIPTION	"alertDateTime is timestamp was generated alert by JVM agent
+   DESCRIPTION	"heapAlertDateTime is timestamp was generated alert by JVM agent
               	 is milli-second from A.D. 01/01/1970 00:00:00."
  ::= { heapAlert 1 }
  
@@ -140,7 +143,7 @@
  
  threadCount OBJECT-TYPE
    -- 
-   SYNTAX	Counter
+   SYNTAX	Counter32
    MAX-ACCESS	read-only
    STATUS	mandatory
    DESCRIPTION	"Count of dead-locked threads."
@@ -163,29 +166,29 @@
  
  javaHeapAlert OBJECT IDENTIFIER ::= { heapStats 5 }
  
- alertDateTime OBJECT-TYPE
+ javaHeapAlertDateTime OBJECT-TYPE
    -- 
    SYNTAX	Counter64
    MAX-ACCESS	read-only
    STATUS	mandatory
-   DESCRIPTION	"alertDateTime is timestamp was generated alert by JVM agent
+   DESCRIPTION	"javaHeapAlertDateTime is timestamp was generated alert by JVM agent
               	 is milli-second from A.D. 01/01/1970 00:00:00."
  ::= { javaHeapAlert 1 }
  
- usage OBJECT-TYPE
+ javaHeapUsage OBJECT-TYPE
    -- 
    SYNTAX	Counter64
    MAX-ACCESS	read-only
    STATUS	mandatory
-   DESCRIPTION	"usage is Java heap usage when alert is generated."
+   DESCRIPTION	"javaHeapUsage is Java heap usage when alert is generated."
  ::= { javaHeapAlert 2 }
 
- maxCapacity OBJECT-TYPE
+ javaHeapMaxCapacity OBJECT-TYPE
    -- 
    SYNTAX	Counter64
    MAX-ACCESS	read-only
    STATUS	mandatory
-   DESCRIPTION	"maxCapacity is max capacity of java heap."
+   DESCRIPTION	"javaHeapMaxCapacity is max capacity of java heap."
  ::= { javaHeapAlert 3 }
  
  heapRegionAlertTrap NOTIFICATION-TYPE
@@ -197,29 +200,29 @@
  
  javaMetaspaceAlert OBJECT IDENTIFIER ::= { heapStats 6 }
  
- alertDateTime OBJECT-TYPE
+ javaMetaspaceAlertDateTime OBJECT-TYPE
    -- 
    SYNTAX	Counter64
    MAX-ACCESS	read-only
    STATUS	mandatory
-   DESCRIPTION	"alertDateTime is timestamp was generated alert by JVM agent
+   DESCRIPTION	"javaMetaspaceAlertDateTime is timestamp was generated alert by JVM agent
               	 is milli-second from A.D. 01/01/1970 00:00:00."
  ::= { javaMetaspaceAlert 1 }
  
- usage OBJECT-TYPE
+ javaMetaspaceUsage OBJECT-TYPE
    -- 
    SYNTAX	Counter64
    MAX-ACCESS	read-only
    STATUS	mandatory
-   DESCRIPTION	"usage is PermGen or Metaspace usage when alert is generated."
+   DESCRIPTION	"javaMetaspaceUsage is PermGen or Metaspace usage when alert is generated."
  ::= { javaMetaspaceAlert 2 }
 
- maxCapacity OBJECT-TYPE
+ javaMetaspaceMaxCapacity OBJECT-TYPE
    -- 
    SYNTAX	Counter64
    MAX-ACCESS	read-only
    STATUS	mandatory
-   DESCRIPTION	"maxCapacity is max capacity of PermGen or Metaspace."
+   DESCRIPTION	"javaMetaspaceMaxCapacity is max capacity of PermGen or Metaspace."
  ::= { javaMetaspaceAlert 3 }
  
  javaMetaspaceAlertTrap NOTIFICATION-TYPE