-
Problem report
-
Resolution: Unresolved
-
Minor
-
7.0.6
-
None
-
zabbix server mysql-7.0.6 running on RHEL 9.5
mysql 8.0.37 running on RHEL 9.4
docker selenium running on rhel 9.5 (podman)
-
Sprint candidates
Steps to reproduce:
- Have items with itemid above int32 (2147483647)
- Use Zabbix browser monitor template (https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/website_browser?at=refs%2Fheads%2Frelease%2F7.0)
- Navigate to the default template dashboard
- Screenshots won't appear and console logs will display : "Incorrect value "{ITEMID_VALUE}" for "itemid" field."
Result:
Screenshots won't appear as in the appended image.
**
It seems related with widgets/itemhistory/actions/ValueCheck.php it expects an int32 but if the itemid is above it will display this error message in console log.