I have a trigger defined that runs every 5 minutes. Previously, I run a script in crontab that saves the result to a file. The script runs every 4 minutes. Sometimes it happens that the script takes more than a minute to execute and overlaps with the execution of the trigger. Therefore the file is empty. Is there any simple way to make the trigger execute after the script ends?
I can increase the interval, but eventually there will be a moment when the trigger and the script will overlap temporarily.
Zabbix version 6.0
I can increase the interval, but eventually there will be a moment when the trigger and the script will overlap temporarily.
Zabbix version 6.0
Comment