-
Problem report
-
Resolution: Fixed
-
Minor
-
6.0.21, 6.4.6
-
None
-
Support backlog
-
1.5
For the template:
In the "Get data" Script item there are different loops like:
for (var i in enterprises) { ... } for (var i in edges) { for (var e in responseEdgeSDWan) { .. .. } }
The default time in the template "Script" item is '10s'. It takes more than 1 minute to go through all the loops. We modified the script (get-data-iteration.js) to put some "Zabbix.Log" on certain steps. The output is velocloud_iteration.log
Kindly suggest a solution.