The Workload Automation Agent can receive SNMP notifications from scheduling manager and forward the notifications to the SNMP service.
Workload Automation DE
Workload Automation Agent
Setup the Workload Automation Agent to receive SNMP notifications from the scheduling manager by adding the following parameters in agent's agentparm.txt file. The 'management' plugin is needed to forward the SNMP traps to the SNMP service.
plugins.start_internal_6=management
management.snmp.community=public
management.snmp.host=<ip/hostname of SNMP service>
management.snmp.mibfile=<path to CA WA Agent install>\cybermation.mib
management.snmp.port=<SNMP service port>
For example:
management.snmp.community=public
management.snmp.host=##.###.##.##.###
management.snmp.mibfile=C:\CA\WA_Agent\cybermation.mib
management.snmp.port=162
For Workload Automation DE: Make sure the Agent in the Topology has SNMP enabled set to true.
plugins.start_internal_1=runner plugins.start_internal_2=router plugins.start_internal_3=filemon plugins.start_internal_4=objmon plugins.start_internal_5=filebrowser plugins.start_internal_6=management
management.snmp.log.debug=true