Enabling SNMP Notifications for Unwired Platform

Enable the Unwired Platform SNMP plug-in for Sybase Control Center and set up a notification target to receive messages when the status of a local Unwired Server changes.

Prerequisites
Before modifying the SNMP agent-plugin.xml and service-config.xml files, stop the Sybase Control Center X.X service.
Task
Note: The SNMP plug-in for Sybase Control Center detects the status of only the Unwired Server running on the same host computer as your instance of Sybase Control Center.
  1. Stop Sybase Unified Agent.
  2. Enable the SNMP plug-in to run when Sybase Control Center starts:
    1. Open <UnwiredPlatform_InstallDir>\<SCC-X_X>\plugins\com.sybase.supsnmpplugin_X.X.X\agent-plugin.xml.
    2. Set register-on-startup="true".
    3. (Optional) Modify the value of the sup.server.ping.schedule.interval property to specify how often (in seconds) the SNMP plug-in pings Unwired Server to detect the server status. The default is 100.
  3. (Optional) Change the SNMP notification target to a custom destination:
    1. Open <UnwiredPlatform_InstallDir>\<SCC-X_X>\services\Snmp\service-config.xml.
    2. Modify the snmp.notification.targets property as follows:

      set-property property="snmp.notification.targets" value=<hostname or IP>/<port number>

      For example, set-property property="snmp.notification.targets" value="127.0.0.1/162,10.42.33.136/49152". <hostname or IP> indicates the server where the network monitoring station (NMS) is located. <port number> specifies the SNMP notification port of the NMS. The default SNMP notification port is 162. As indicated in the example, you can set multiple SNMP notification targets.

  4. Restart the agent.