The Entuity integration module for Oracle Enterprise Manager uses the following:
- a tailored snmpforward configuration to define the event types to forward.
- an additional section to startup_O/S_site_specific.cfg.
snmpforward_oem.cfg
[snmp_route_1]
reader=snmp_reader_1
dest=snmp_dest_1
format=snmp_ent_varbinds
enterprise=1.3.6.1.4.1.2626.1.1
specific=2059
agent_addr=127.0.0.1
eye_server_id=server.id
ssl_enabled=server.ssl_enabled
eye_webportnum=webportnum
eye_hostname=hostname
[snmp_reader_1]
username=admin
view=My Network
[snmp_dest_1]
host1=oracle_em_server:3872
[snmp_ent_varbinds]
${event.PAPIObjectID_index}
${entuity_variables.ENT_OBJ_DESCR}=${event.PAPIEventDescr}
${entuity_variables.ENT_OBJ_PRIORITY}:INT=${event.PAPIPriority}
${entuity_variables.ENT_OBJ_ATTR}:INT=${event.PAPIAttr}
${entuity_variables.ENT_IMPACT_TYPE}:INT=${event.PAPIImpact}
${entuity_variables.ENT_IMPACT_DESCR}=${event.PAPIImpactDescr}
${entuity_variables.ENT_EVENT_DETAILS}=${event.PAPIDetails}
${entuity_variables.ENT_EVENT_ID}=${event.PAPIEventID}
${entuity_variables.ENT_EVENT_DESCR}=${event.PAPIEventStr}
${entuity_variables.ENT_EVENT_SEVERITY}:INT=${event.PAPISeverity}
# new varbinds for use by OEM
${entuity_variables.ENT_CORRELATION_GROUP}=${event.PAPICorrela-
tionGroup}
${entuity_variables.OEM_EVENT_SEVERITY}=${event.PAPIOemSeverity}
# serverId
${entuity_variables.ENT_EVENT_SERVER_ID}=${event.PAPIObjectServerID}
# object summary link only populated for a device and port. Use
PAPIObjectSummaryLink for EM 11 and PAPIObjectSummaryLinkRef for 12c
#${entuity_variables.ENT_EVENT_OBJECT_SUMMARY_LINK}=${event.PAPIOb-
jectSummaryLink}
${entuity_variables.ENT_EVENT_OBJECT_SUMMARY_LINK}=${event.PAPIObject-
SummaryLinkRef}
[entuity_variables]
ENT_OBJ_DESCR=1.3.6.1.4.1.2626.2.1.1.1.6
ENT_OBJ_PRIORITY=1.3.6.1.4.1.2626.2.1.1.1.5
ENT_OBJ_ATTR=1.3.6.1.4.1.2626.2.1.1.1.7
ENT_IMPACT_TYPE=1.3.6.1.4.1.2626.2.2.1.1.6
ENT_IMPACT_DESCR=1.3.6.1.4.1.2626.2.2.1.1.5
ENT_EVENT_DETAILS=1.3.6.1.4.1.2626.2.3.1.1.5.0
ENT_EVENT_DESCR=1.3.6.1.4.1.2626.2.3.1.1.9.0
ENT_EVENT_SEVERITY=1.3.6.1.4.1.2626.2.3.1.1.10.0
ENT_CORRELATION_GROUP=1.3.6.1.4.1.2626.2.3.1.1.11.0
OEM_EVENT_SEVERITY=1.3.6.1.4.1.2626.2.3.1.1.12.0
ENT_EVENT_ID=1.3.6.1.4.1.2626.2.3.1.1.3.0
ENT_EVENT_SERVER_ID=1.3.6.1.4.1.2626.2.3.1.1.13.0
ENT_EVENT_OBJECT_SUMMARY_LINK=1.3.6.1.4.1.2626.2.3.1.1.14.0
[include_events]
Service Down
Service Up
Service State Unknown
Network Outage
Network Outage Cleared
AvailMonitor Low View Device Reachability
AvailMonitor Normal View Device Reachability
Attribute | Description |
---|---|
specific | identifies the trap as an Entuity trap. The default is 2059, and should not be amended. |
agent_addr | IP address used by Entuity to forward traps. It should match the IP address entered when configuring the SNMP trap source in Oracle Enterprise Manager. |
eye_server_id | identifies the particular Entuity server. server.id is set as part of Entuity's installation process and is available from entuity.cfg. When it is undefined, snmpforward does not run. |
ssl_enabled | identifies whether the Entuity webserver uses HTTPS or HTTP. server.ssl_enabled is set by configure and is available from entuity.cfg. |
eye_webportnum | identifies the port used by the webserver. webportnumb is set by configure and is available from entuity.cfg. |
eye_hostname | identifies the hostname used by the Entuity server. hostname is set by configure and is available from entuity.cfg. When eye_hostname is not set, snmpforward uses the value set in agent_addr. |
username | the Entuity user account used with snmpforward. |
view | the View from which Entuity forwards events. You can only specify one View. |
hostn | specifies the IP address or hostname, and SNMP port number (3872) of the target Oracle Enterprise Manager server. You can specify one or more hosts. |
[include_events] | uses the event name to specify the types of events that Entuity can forward to Oracle Enterprise Manager. Please see this article for further help and information on events. |
startup_O/S_site_specific.cfg
A new section to this file ensures that snmpforward runs when Entuity runs, and the configuration to use.
[oem_snmpforward]
state=normal
capabilities=polling
type=command
start=${ENTUITY_HOME}${FPS}integ${FPS}SNMP${FPS}snmpforward
${ENTUITY_HOME}${FPS}etc${FPS}snmpforward_oem.cfg snmp_route_1
directory=${LOGDIR}
is_critical=n
whereby:
- start defines the location and name of the configuration file and routing section applied to snmpforward.
Comments
0 comments
Please sign in to leave a comment.