Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
PB1608798450
Contributor
Contributor

How to monitor jobs scheduled jobs via cron for Talend open studio 7.3

Hello,

How can we monitor jobs for errors in case of failure and other logs like row count etc for jobs scheduled via cron? Also, is there any way can setup alert email in case of failure?

Appreciate your help. Thanks in Advance.

Labels (2)
1 Reply
Sourav_Roy
Contributor II
Contributor II

Hi,

 

1) You could add Audit and Log components like tFileRowCount for the Row Count and please Enable "tStatsCatcher Statistics" in the component/components you wish to monitor.

This setting can be found under -

"Component -> Advanced Settings -> tStatsCatcher Statistics

 

2) Go to Job Tab -> Stats & Logs -> Use Statistics & Use Logs & Use Volumetrics and

Change their respective paths to your systems relative path.

Example

0695b00000Getj5AAB.png3) if you just want to save/redirect the output during execution of job using Crontab

use - "job_test_run.sh > SomeFile.txt"

 

4) If you want to trigger E-Mail alerts on failure scenario please use tSendMail Component

0695b00000GetZfAAJ.png