Hello! I decided to test Zabbix 7 (beta3).
Unfortunately, there are problems with the absence of discovery for some hosts, where two devices of the same model and firmware version can be discovered differently (one successfully, the other not).
I noticed that Zabbix closes the connection prematurely, with a timeout of 5 seconds, which is not enough to receive a response from the network device.
Is it possible to increase this timeout?
The connection is dropped (While responses from the device 172.17.49.5 are still coming in) right at the "SNMP agent item "net.if.walk" on host "testhost" failed: first network error, wait for 15 seconds" log message in the zabbix log (

Unfortunately, there are problems with the absence of discovery for some hosts, where two devices of the same model and firmware version can be discovered differently (one successfully, the other not).
I noticed that Zabbix closes the connection prematurely, with a timeout of 5 seconds, which is not enough to receive a response from the network device.
Is it possible to increase this timeout?
The connection is dropped (While responses from the device 172.17.49.5 are still coming in) right at the "SNMP agent item "net.if.walk" on host "testhost" failed: first network error, wait for 15 seconds" log message in the zabbix log (
Code:
641615:20240426:121433.952 End of zbx_ipc_async_socket_recv():0 641615:20240426:121433.952 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000123 sec, getting values]' 641615:20240426:121433.952 In get_values() 641615:20240426:121433.952 In zbx_dc_config_get_poller_items() poller_type:0 641615:20240426:121433.952 End of zbx_dc_config_get_poller_items():0 641615:20240426:121433.952 In zbx_dc_config_get_poller_nextcheck() poller_type:0 641615:20240426:121433.952 End of zbx_dc_config_get_poller_nextcheck():1714122878 641615:20240426:121433.952 End of get_values():0 641615:20240426:121433.952 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000130 sec, idle 5 sec]' 641615:20240426:121433.952 In zbx_ipc_async_socket_recv() timeout:5 641643:20240426:121436.188 SNMP agent item "net.if.walk" on host "testhost" failed: first network error, wait for 15 seconds
Comment