Is there an SNMP trap for when the shadow scheduler takes over.
Release : 12.0
Component :
The Autosys snmp trap for when scheduling has rolled over/failed over to the Shadow is called EPRollover.
https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/autosys-workload-automation/12-0-01/administrating/ae-administration/configure-ca-workload-automation-ae-to-work-with-other-ca-technologies-products/snmpmanagerhosts-and-snmpcommunity.html
Search for trap code: 520 in the documentation.
Also see the CA mib file, called CA.my.
--excerpt--
trapEpRollover TRAP-TYPE
ENTERPRISE autosys
VARIABLES { trapMessage, trapDate, alarmName, alarmJobName,
alarmText, alarmCode, alarmExitCode, alarmMachineName,
alarmBoxName, alarmApplicationName, alarmGroupName,
alarmRunNum, alarmNtry, alarmInstanceName}
DESCRIPTION
"Trap to indicate the shadow event processor is taking over processing"
::= 520
--