There are many hosts, each of which has an item.
This item have an External Check, which uses a script that returns Numeric (unsigned), which is used in the trigger.
The frequency of the poll is 1 time per day.
There are hundreds of such hosts.
The script polls the whois service, and with intensive polling gets a timeout
Is there a way to limit script usage in Zabbix to one thread at a time?
Is there a way to spread the execution of the script throughout the day for different hosts without creating a custom schedule
Any advice on how to get around this problem?
This item have an External Check, which uses a script that returns Numeric (unsigned), which is used in the trigger.
The frequency of the poll is 1 time per day.
There are hundreds of such hosts.
The script polls the whois service, and with intensive polling gets a timeout
Is there a way to limit script usage in Zabbix to one thread at a time?
Is there a way to spread the execution of the script throughout the day for different hosts without creating a custom schedule
Any advice on how to get around this problem?
Comment