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 Unified Agent service.
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.
-
Stop Sybase Unified Agent.
-
Enable the SNMP plug-in to run when Sybase Control Center starts:
-
Open <UnwiredPlatform_InstallDir>\<SCC-XX>\plugins\com.sybase.supsnmpplugin_1.5.2\agent-plugin.xml.
-
Set register-on-startup="true".
-
(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.
-
(Optional) Change the SNMP notification target to a custom destination:
-
Open <UnwiredPlatform_InstallDir>\<SCC-XX>\services\Snmp\service-config.xml.
-
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.
-
Restart the agent.