-
Change Request (Sub-task)
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023)
-
2
zbx_dc_item_t.timeout is set when preparing item before polling (zbx_prepare_items) with following steps:
- copy from timeout_origin
- expand macros
- validate timeout
The timeout validation step can optionally return converted timeout in seconds. It would make things more simple if the converted timeout would be stored in zbx_dc_item_t as integer rather than in string format.
This change would affect item polling (server/proxy side) and network discovery. This does not affect active agent handling and proxy-server configuration sync.
- is duplicated by
-
ZBX-23530 Server crash when calling manual host action script on agent
- Closed