Close
 Brekeke Website | Bekeke SIP Server | Brekeke PBX   
Notification:  
v2.4.18 Professional
Login
Loading

Monitoring Brekeke SIP Server with Java's SNMP Monitoring featurte

For details about the feature, please refer to http://download.oracle.com/javase/1.5.0/docs/guide/management/SNMP.html


Setup: 

  * Replace red part with an IP address

  1. In Brekeke SIP Server, set the following at the [Configuration] -> [System] -> [Java VM arguments].
    ------------------------------------------------------------
    -Dcom.sun.management.snmp.port=161
    -Dcom.sun.management.snmp.interface=Interface_IP_address
    ------------------------------------------------------------


  2. Edit the ACL file such as "snmp.acl".
    For example:
    ------------------------------------------------------------
    acl = { 
      { 
        communities = public, private 
        access = read-only
        managers = SNMP_Manager_IP_address
      }
    }
    ---------------------------------------------------------

MIB:

http://download.oracle.com/javase/1.5.0/docs/guide/management/JVM-MANAGEMENT-MIB.mib


Related Links: