Hello,
we have some troubles with the execution of our ERP batch jobs. These jobs are scheduled to run during the night. If they have finished until the work start in the morning, everything is fine. But if the job is finished later we have a lot of problems.
My observations have shown that the runtime incrases from day to day before it exceeds the time. But this incrase is not every day and I need to find the dependencies of it.
So I want to monitor the runtime of the jobs. Most of the jobs run once a day but on different times. To get one value per job per day it would be possible to query the value for example every day at 9:00. But we have some jobs which are running a few times a day and it is not possible to define a schedule to query the runtime becaue I do not know how often this jobs run and at which time. If I query the runtime more times (for example every 30 minutes) I will get a runtime-entry for every query. But the job only ran just once a day.
So, what I want is to query the runtime of jobs, for examply, every 30 minutes. But Zabbix should store the value just if the value is newer than the value before. Is this possible?
Thank you very much!
Best regards, Markus
we have some troubles with the execution of our ERP batch jobs. These jobs are scheduled to run during the night. If they have finished until the work start in the morning, everything is fine. But if the job is finished later we have a lot of problems.
My observations have shown that the runtime incrases from day to day before it exceeds the time. But this incrase is not every day and I need to find the dependencies of it.
So I want to monitor the runtime of the jobs. Most of the jobs run once a day but on different times. To get one value per job per day it would be possible to query the value for example every day at 9:00. But we have some jobs which are running a few times a day and it is not possible to define a schedule to query the runtime becaue I do not know how often this jobs run and at which time. If I query the runtime more times (for example every 30 minutes) I will get a runtime-entry for every query. But the job only ran just once a day.
So, what I want is to query the runtime of jobs, for examply, every 30 minutes. But Zabbix should store the value just if the value is newer than the value before. Is this possible?
Thank you very much!
Best regards, Markus
Comment