Running with CA SYSVIEW Release 15.0 Build 0980 Service Level 0000, is it possible to monitor all CIC*** regions that use > 30% CPU and send alert.
How to code this and in which member ?
SYSVIEW 15.0 - 16.0 - z/OS supported releases -
The MVSTHRSH member should be used to monitor the CICS regions.
The coding can be something similar to:
DEFINE JOBCPUT% RSCE CICS= LIMIT 30
if the CICS job names can be easily masked (i.e., they all start with 'CICS').
If they cannot be easily masked, a GROUP of type JOBNAME can be created with all the CICS job names and make the resource (RSCE) point
to the group name,
i.e. DEFINE JOBCPUT% RSCE >CICSJOB LIMIT 30 , where CICSJOB is the GROUP name.
The default alert is the WTO message. To send an API event to OPSMVS, the coding should be: OPSMVS YES