-
Change Request
-
Resolution: Fixed
-
Trivial
-
6.0.22rc1, 6.4.7rc1, 7.0.0alpha5
-
Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023), Sprint 107 (Dec 2023), S2401, S24-W6/7, S24-W8/9, S24-W10/11, S24-W12/13, S24-W14/15, S24-W16/17, S24-W18/19, S24-W20/21, S24-W22/23
-
1
After implementation of ZBXNEXT-6554 some items that use external commands or return file contents ( line vfs.file.contents, system.sw.packaget and system.sw.packages.get) return up to 16 Mb of data (system.sw.packages.get - up to 32 Mb).
Currently Item test functionality returns the whole value that is returned by the metric, which is then used to test all of the preprocessing steps. In case of such huge values this will drain PHP allocated memory which will eventually result in internal system error (500 error).
The amount of data that is retrieved by item test should be limited to a value that will not cause such memory issues (like 512 Kb for example).
- caused by
-
ZBXNEXT-6554 Zabbix Agent Remote Execution limit to 512kb
- Closed
- causes
-
ZBX-24376 User macro is not resolved in the item test dialog if it is entered as a parameter of the item key
- Closed
-
ZBX-24363 Proxy is ignored when testing the item
- Closed
-
ZBX-24477 Incorrect value displayed in item test form
- Closed
-
ZBX-24598 Item test show incorrect previous value
- Closed
-
ZBX-25820 Wrong calculations for items Bits sent/received
- READY TO DEVELOP