Page created: 4 Feb 2020
|
Page updated: 22 Jul 2020
| 1 min read
Product PingDirectory 8.1 Directory Capability Product documentation Content Type Administration User task Monitoring and Management IT Administrator Administrator Audience Software Deployment Method Configuration PingDirectoryProxy System Administrator
-
Use dsconfig to configure the SNMP subagent alert handler.
The
server-host-name
is the address of the system running the SNMP subagent. Theserver-port
is the port number on which the subagent is running. Thecommunity-name
is the name of the SNMP community that is used for the traps.The Directory Proxy Server also supports a SNMP Alert Handler, which is used in deployments that do not enable an SNMP subagent.$ bin/dsconfig set-alert-handler-prop \ --handler-name "SNMP Subagent Alert Handler" \ --set enabled:true \ --set server-host-name:host2 \ --set server-port:162 \ --set community-name:public