Hi all,
According to the official documentation http://www.cisco.com/c/dam/en/us/td/docs/net_mgmt/datacenter_mgmt/Tidal_Enterprise_Scheduler/6-2-2/user/guide/Cisco_TES_6-2_User_Guide.pdf on page 5-173, 'Level 1 events are only triggered for up to the child job/group'.
However, I'm finding that this is not the case.
We have the following scenario:
Group A Level 1
Group B Level 2
Job B1 Level 3
If I set a Job Event as an 'After' group event in Group A with a level of 1, set to trigger on 'Job completed abnormally', the observed behaviour is that we get an alert for both Job B1 and Group B.
In particular, this Job Event contains an Email action with the subject '<JobName> has failed!'.
If Job B1 fails, we end up with two emails:
Job B1 has failed!
Group B has failed!
Is this the expected behaviour? I don't want to receive any emails about the group failing, I only wish to receive emails about the individual jobs failing. If this is expected behaviour, how should I structure my jobs/groups/events such that I only receive an email per job that fails? I only want to define the event in the topmost group. The behaviour I'm looking for is described by this line in the documentation:
'If B2 fails with the Event on Level 1, there will be 1 event triggered on B2.'
Please feel free to comment if you want some more clarification on our setup.