Dear zabbix team,
first of all thank you for you great product.
I had a few problems the last day with scripts which were executed three times daily. These scripts collect the status of the internal windwos backup and output the unixtime and backupsets.
Typically this script runs in about 20 seconds without any problems. Sometimes the script does take a lot longer about 90 seconds.
I have two options:
1. Write a wrapper arround my powershell script to kill the job after 25 seconds and take the last output as result.
2. Compile every zabbix agent by my own and change the setting in the source code.
Logically the easiest way is to have the timout setting in the config file much wider to use scripts which take longer to execute. Is there really any sense to restrict this setting to 30 seconds? Why not 600 seconds?
I vote for raising this value up to 120 secons at least.
regards
Florian
first of all thank you for you great product.
I had a few problems the last day with scripts which were executed three times daily. These scripts collect the status of the internal windwos backup and output the unixtime and backupsets.
Typically this script runs in about 20 seconds without any problems. Sometimes the script does take a lot longer about 90 seconds.
I have two options:
1. Write a wrapper arround my powershell script to kill the job after 25 seconds and take the last output as result.
2. Compile every zabbix agent by my own and change the setting in the source code.
Logically the easiest way is to have the timout setting in the config file much wider to use scripts which take longer to execute. Is there really any sense to restrict this setting to 30 seconds? Why not 600 seconds?
I vote for raising this value up to 120 secons at least.
regards
Florian
Comment