on 2020 Apr 19 9:54 PM
I am trying to get the list of Struck jobs from Cronacle. I created the process monitor filter to get the list of struchk jobs that are waiting for more than 4 hours. Is there any query which I can generate for this requirement so that I can schedule and send alerts?
Request clarification before answering.
Hello,
Active Monitoring module can setup rules on all processes that are in a certain state longer than a certain amount of time.
For a report (Definitions->Reports) you can use the following query:
select * from Job j where j.ParentJob is null and j.Status in ('W', 'U', 'u') and j.RunStart < now('subtract 4 hours')
Regards Gerben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
50 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.