We do this sort of thing by trapping console messages using CA-OPS/MVS (you
might want to look at the free TSSO on the CBTTAPE for this, if necessary).
We have a number of jobs which we then submit, via CA-7 which use XMITIP
(also free) to send a email to the appropriate MS Exchange user. In our
case, this user has a email address which sends the email to the
appropriate email to SMS gateway (which depends on the phone's telephone
service provider). It ends up as an SMS text message on the appropriate
cell phone.

If you don't have something like CA-7, you could simply have a PDS with a
number of jobs in it. Each job sends the proper message to the proper email
user. You then submit this by having a STC which basically just does an
IEBGENER to the internal reader. The START command would look something
like: S SUBJOB,JOB=jobname

Where "jobname" is the member name in the PDS. Which, in CA-7, is also the
name of the JOB in the JOB card.


An alternative would be to have a PDS which contains the email to be send
via XMITIP. And then have a different STC, say called SENDTXT, which runs
XMITIP in the STC and references the name of the member containing the
proper email to be sent. Command: START SENDTXT,TEXT=pds_member



On Fri, May 16, 2014 at 3:24 AM, Miklos Szigetvari <
[email protected]> wrote:

>     Hi
>
> We are a small shop, no operator,  and a small number of z/OS users.
> I would like to develop an application, which can send/show alerts if some
> kind of critical event occurs in the system.
> What I'm considering now:
> - Health checker events (PFA also)
> - High CPU usage(SDSF DA?)
> - MXI system wide exceptions (from CBT Tape 408)
> - JES Resource Monitor
> - MPF exit for critical messages
> - DUMP exit for different dumps
>
> What I would need :
> - a simple tool to show the DISK space usage in different storage groups
> and mount attributes
>
> Maybe some other events also, any suggestion welcomed.
>
> --
> Kind regards, / Mit freundlichen Grüßen
> Miklos Szigetvari
>
> Research&  Development
> ISIS Papyrus Europe AG
> Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
> T: +43(2236) 27551 333, F: +43(2236)21081
> E-mail: [email protected]
> Info: [email protected] Hotline: +43-2236-27551-111
> Visit our brand new extended Website at www.isis-papyrus.com
> ---------------------------------------------------------------
> This e-mail is only intended for the recipient and not legally
> binding. Unauthorised use, publication, reproduction or
> disclosure of the content of this e-mail is not permitted.
> This email has been checked for known viruses, but ISIS Papyrus accepts
> no responsibility for malicious or inappropriate content.
> ---------------------------------------------------------------
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>



-- 
There is nothing more pleasant than traveling and meeting new people!
Genghis Khan

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to