-
Problem report
-
Resolution: Commercial support required
-
Trivial
-
None
-
5.0.8, 5.2.4
-
None
-
Debian Buster, PHP 7.3, latest deb packages from https://repo.zabbix.com/zabbix/5.2
Steps to reproduce:
- Configuration > Templates > Select items of a template
- Click on the name of an item to modify it
- Press Update button (with or without any modifications on the item)
Result:
Validation error pops up:
Page received incorrect data
Field "Timeout" is not correct: a time unit is expected
See screenshot.
This happens on both Zabbix 5.0.8 and 5.2.4. I cannot modify any item, this happens on all items.
There is no field "Timeout" in items, so I don't know where this validation error comes from. When I export the whole template, I see a timeout property:
items: - name: 'Certbot letsencrypt.log WARNING lines' type: ZABBIX_ACTIVE key: 'log[/var/log/letsencrypt/letsencrypt.log,WARNING]' trends: '0' value_type: LOG description: 'WARNING log lines from certbot letsencrypt.log' applications: - name: 'Let''s Encrypt' logtimefmt: 'ypMpdph:m:s' timeout: '' status_codes: ''
Expected:
Successful saving item modifications.