I have a huge list of custom parameters (over a 300). The problem seems to be that depsite the delay interval set for 60 seconds for most tests, zabbix_agentd is executing the list sequentially. All tests in this case are zabbix_active. No effort is being done to parrallelize the work even though there are 16 (the max number) of threads available.
Why is this?
In a separate question, can the maximum number of threads or child processes be increased beyond sixteen? StartAgents should not be hard capped as it is. Why is the hard limit set there? If you have a box that can handle the stress it should be a parameter that can be adjusted.
Why is this?
In a separate question, can the maximum number of threads or child processes be increased beyond sixteen? StartAgents should not be hard capped as it is. Why is the hard limit set there? If you have a box that can handle the stress it should be a parameter that can be adjusted.
Comment