Send SNMP (Notification) when job completes or fails from CA WA DE (dSeries)
book
Article ID: 186300
calendar_today
Updated On:
Products
CA Workload Automation DE - Business Agents (dSeries)CA Workload Automation DEDSERIES- SERVERCA Workload Automation DE - System Agent (dSeries)CA Workload Automation DE - Scheduler (dSeries)
Issue/Introduction
Setup a notification to send an SNMP trap when job is in certain state, e.g. COMPLETE or FAILED
Environment
Release : 12.x
Component : CA WORKLOAD AUTOMATION DE (DSERIES) Component : CA WORKLOAD AUTOMATION AGENT
Resolution
The Workload Automation DE (dSeries) is capable of sending several types of notifications when job is in specific state. This allows users to get notified about the jobs status and can intervene if any action is needed.
Setup the WA Agent to be able to forward and send the traps to SNMP manager. Add the management plugin related parameters in the agentparm.txt. For example;
plugins.start_internal_6=management management.snmp.community=<public | private> management.snmp.host=<IP/host of SNMP> management.snmp.mibfile=<path to CA WA Agent install>\cybermation.mib> management.snmp.port=162
See KD link for more details setting up the plugin and sequence for the management plugin.
Restart WA Agent once the parameters have been added.
In DE side, add the notification to job or application.
Open the job properties
Select Notifications
Select SNMP and setup New SNMP Trap Notification.
Click Ok, and upload the application again.
Notes:
In Desktop Client, Admin -> Topology -> Agent definition, select 'true' in the "SNMP Enabled Agent" drop-down list, and save the change.
In 12.4 Desktop Client, use Admin -> Agent Inventory tab.