Hello,
On a server, I have tasks that are supposed to run for a certain time (for example : 15mn) and I'd like to get an alarm if the task is not finished within 30mn...
On a previous supervision platform I could send a specific message to the supervision server telling it "if you don't get any cancellation, trigger this alarm in 30mn". This was done at the beginning of the job. And at the end, we sent a "cancellation message". So, the alarm only went UP if the job did not send the cancellation message within 30mn (job failing or during too long).
Is there a way to do that with ZABBIX ?
On a server, I have tasks that are supposed to run for a certain time (for example : 15mn) and I'd like to get an alarm if the task is not finished within 30mn...
On a previous supervision platform I could send a specific message to the supervision server telling it "if you don't get any cancellation, trigger this alarm in 30mn". This was done at the beginning of the job. And at the end, we sent a "cancellation message". So, the alarm only went UP if the job did not send the cancellation message within 30mn (job failing or during too long).
Is there a way to do that with ZABBIX ?
Comment