cool

thanx Kris

munson
201-418-7588





From:   Kris Buelens <[email protected]>
To:     [email protected]
Date:   12/08/2010 09:16 AM
Subject:        Re: email performance tool threshold alerts.
Sent by:        The IBM z/VM Operating System <[email protected]>



If I were you, I'd include all usefull information in the mails' subject, 
so for example

'EXEC MAILIT TO VMEMAIL TITLE (CPUHOG:' userid cpu '% CPU)',
       'TEXT User' USERID 'running at' CPU '% 

This way, the receiver doesn't even have to open the mail to know what is 
inside.

2010/12/8 Bill Munson <[email protected]>
Kris, 

Is right I have used MAILIT for years to send mail on VM and it is 
Briliant ! 

here is our exec from Perfkit - yes it is not so pretty , but it works. 

/* HIUSRCP  EXEC */                                                     
/* sendnote exec */                                                     
TRACE OFF                                                               
PARSE ARG MSG USER USERID CPIO CPU R1 R2 R3 R4 R5 R6                     
SELECT                                                                   
WHEN CPIO = '%CPU' THEN DO                                               
ADDRESS COMMAND                                                         
EX MAILIT TO VMEMAIL TITLE CPUHOG 'TEXT User' USERID 'running at' CPU '% 
END                                                                     
OTHERWISE EXIT                                                           
END                                                                     

good luck 

Bill Munson 
Sr. z/VM Systems Programmer  
Brown Brothers Harriman & CO.
525 Washington Blvd. 
Jersey City, NJ 07310 
201-418-7588

President - MVMUA
http://www2.marist.edu/~mvmua/
VM Project Officer - SHARE 
http://www.linkedin.com/in/BillMunson




From:        Kris Buelens <[email protected]> 
To:        [email protected] 
Date:        12/08/2010 07:55 AM 
Subject:        Re: email performance tool threshold alerts. 
Sent by:        The IBM z/VM Operating System <[email protected]> 




Look in the Perfkit Guide, SC24-6156-01 chapter 5 (page128).
Note that you could use my MAILIT package to create an email from a string 
in a REXX exec (that is without first writing things in a file).  Mailit 
was explictely created for a monitoring system at my former customer, 
later SMTP support was added.

2010/12/8 Willimann, Alan (NIH/CIT) [C] <[email protected]> 
z/VM Version 5 Release 4.0, Service Level 1002 (64-bit) 
z/VM V5R4.0 Performance Toolkit. 
How or where do I find information on setting up performance tool to email 
me with threshold alerts? 
  
Alan Willimann 
Center for Information Technology 
National Institute of Health 
Bethesda, MD 20892-5628 
301-402-5158 office 
410-422-9671 cell 
  



-- 
Kris Buelens,
IBM Belgium, VM customer support 
*************************** IMPORTANT NOTE*****************************-- 
The opinions expressed in this message and/or any attachments are those of 
the author and not necessarily those of Brown Brothers Harriman & Co., its 
subsidiaries and affiliates ("BBH"). There is no guarantee that this 
message is either private or confidential, and it may have been altered by 
unauthorized sources without your or our knowledge. Nothing in the message 
is capable or intended to create any legally binding obligations on either 
party and it is not intended to provide legal advice. BBH accepts no 
responsibility for loss or damage from its use, including damage from 
virus. 
********************************************************************************



-- 
Kris Buelens,
IBM Belgium, VM customer support

Reply via email to