Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automated TEC email response comes only class_name and ev_key 1

Status
Not open for further replies.

aixbuff

Technical User
Aug 28, 2002
43
0
0
IN
HI

I want more attributes from the events that are automated from T/EC Task.

At present it comes with the following

TEC event received with the following:

class_name : TEC_Stop
ev_key : 111045767610

Sincerely,
TEC Task Send_Email

how do i incorporate more fields.

thank
AIXBUFF
 
I just want to find out if you got the answer for your question. I believe you can check a redbook that describes a implemenation in real life. It is a good book but does not solve my problem.

Thanx,
 
Hi aixbuff, by default when you implement the send email task of tec it sends you all the possible attributes. It does not send only the class name or ev_key. As far as i know it sends all the field in the attribute field. Actually i have who just wants to know the severity and type of class. But i don't know how to shorten or customize the fields that will be sent
 
Hallo,


when you do exec_task or exec_program you receive all of the slots as environment variables. It is just a matter of usage in the script.
Most of the tasks in the TEC default tasklibrary are only suggestions and samples that you'd have to massage to fit to your needs.

Use wgettask to query the script information about the task, then read the script.

Tschau...Thomas
--
"Do you wanna be a legend or a passing footprint on the sands of time?"

Senior Consultant, Tivoli Certified Enterprise Consultant + Instructor
santix AG, +49-89-321506-0, Fax -99 info@santix.de
Weihenstephaner Str. 4, D-85716 Unterschleissheim, GSM +49-171-4416678
 
Hi All,

I needs to send Automated Email to somebody based on rule base condition .

In the Rule set i have mentioned Email task, But there is no email field to mention.

My Main objective is to send email from rulebase condition. I don't want to send mail through TEC Automated task.

Regards,

Suriya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top