changeset 43:02af7ec6063e

Bug 2382: Update Private Enterprise Number for SNMP. reviewed-by: yasuenag
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Thu, 28 May 2015 15:12:11 +0900
parents 6dd54555d3bb
children e6d8b7111e5c
files agent/ChangeLog agent/mib/HeapStatsMibs.txt agent/src/trapSender.hpp
diffstat 3 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/agent/ChangeLog	Sun May 24 18:32:48 2015 +0900
+++ b/agent/ChangeLog	Thu May 28 15:12:11 2015 +0900
@@ -1,3 +1,7 @@
+2015-05-28 KUBOTA Yuji  <kubota.yuji@lab.ntt.co.jp>
+
+	* Bug 2382: Update Private Enterprise Number for SNMP.
+
 2015-05-24 Yasumasa Suenaga  <yasuenag@gmail.com>
 
 	* Bug 2378: JVM may crashe when class unload is occurred.
--- a/agent/mib/HeapStatsMibs.txt	Sun May 24 18:32:48 2015 +0900
+++ b/agent/mib/HeapStatsMibs.txt	Thu May 28 15:12:11 2015 +0900
@@ -5,10 +5,10 @@
      FROM SNMPv2-SMI;
  
  heapStats MODULE-IDENTITY
-   LAST-UPDATED "201307221630Z"
-   ORGANIZATION "Heapstats MIB"
+   LAST-UPDATED "201505232200Z"
+   ORGANIZATION "The IcedTea project (HeapStats)"
    CONTACT-INFO
-       "Email: oss-java-support@lab.ntt.co.jp"
+       "Email: heapstats@icedtea.classpath.org"
    DESCRIPTION
        "Mib of Heapstats agent information."
    REVISION "201203161200Z"
@@ -26,7 +26,7 @@
    -- REVISION "revision date"
    -- DESCRIPTION
    --     "about Revision"
- ::= { enterprises 123456 }
+ ::= { enterprises 45156 }
  
  -- heapAlert Define ===========================================================
  
--- a/agent/src/trapSender.hpp	Sun May 24 18:32:48 2015 +0900
+++ b/agent/src/trapSender.hpp	Thu May 28 15:12:11 2015 +0900
@@ -1,7 +1,7 @@
 /*!
  * \file trapSender.hpp
  * \brief This file is used to send SNMP trap.
- * Copyright (C) 2011-2014 Nippon Telegraph and Telephone Corporation
+ * Copyright (C) 2011-2015 Nippon Telegraph and Telephone Corporation
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -94,7 +94,7 @@
 /*!
  * \brief OID of heapstats's PEN.
  */
-#define SNMP_OID_PEN           SNMP_OID_ENTERPRICE, 123456
+#define SNMP_OID_PEN           SNMP_OID_ENTERPRICE, 45156
 
 /*!
  * \brief OID of heap alert trap.
@@ -124,7 +124,7 @@
 /*!
  * \brief OID string of enterprice.
  */
-#define OID_PEN          "1.3.6.1.4.1.123456"
+#define OID_PEN          "1.3.6.1.4.1.45156"
 
 /*!
  * \brief OID string of heap alert trap.