I have a script that queries the mysql db for host data for a given time period using the zabbix API. For anywhere from 1-5 days of data, the script works fine. However when you ask for more than 5 days of data, the script will sometimes return "ERROR: Network Error: Timeout::Error"
Our mysql db timeout is set very high, so that would not be the problem. Is there an API Timeout config somewhere that I can change to allow it more time to get the data? When it does work, it takes ~40 seconds to get all 7 days of data.
Thanks for any help
Our mysql db timeout is set very high, so that would not be the problem. Is there an API Timeout config somewhere that I can change to allow it more time to get the data? When it does work, it takes ~40 seconds to get all 7 days of data.
Thanks for any help
Comment