Hi,
I would like to know if is it possible to configure multiple target in this section :
#######################
# SNMP Adapter
#
# ================
# Set to true to enable the SNMP Adapter
# Default is false
introscope.enterprisemanager.snmp.enable=true
# The port used by the SNMP Agent. Defaults to 161.
introscope.enterprisemanager.snmp.agent.port=
# This property supports hot config
# Set to true to enable Notifications (Traps).
# Default is true.
introscope.enterprisemanager.snmp.notification.enable=true
# The target port for Notifications.
# Default is 162.
introscope.agent.enterprisemanager.snmp.target.port=
# The target host (hostname or IP address) for Notifications.
# Default is localhost.
introscope.agent.enterprisemanager.snmp.target.host=
# The target SNMPv2 community for Notifications.
# Default is public.
introscope.agent.enterprisemanager.snmp.target.community=public
Thanks in advance.