This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:installation:known_issues [2018/07/13 08:22] martins-v formatting fix |
manual:installation:known_issues [2019/02/11 14:05] (current) martins-v link to zbx with details |
||
---|---|---|---|
Line 25: | Line 25: | ||
=== Simple checks === | === Simple checks === | ||
- | A bug exists in **fping** versions earlier than v3.10 release 2.1.2 that mishandles duplicate echo replay packets. This may cause unexpected results for ''icmpping'', ''icmppingloss'', ''icmppingsec'' items. It is recommended to use the latest version of **fping**. Please see [[https://support.zabbix.com/browse/ZBX-11726|ZBX-11726]] for more details. | + | There is a bug in **fping** versions earlier than v3.10 that mishandles duplicate echo replay packets. This may cause unexpected results for ''icmpping'', ''icmppingloss'', ''icmppingsec'' items. It is recommended to use the latest version of **fping**. Please see [[https://support.zabbix.com/browse/ZBX-11726|ZBX-11726]] for more details. |
=== SNMP checks === | === SNMP checks === | ||
Line 76: | Line 76: | ||
* When editing a network map with 'Expand macros' on, {HOST.*} macros are not resolved for trigger elements. | * When editing a network map with 'Expand macros' on, {HOST.*} macros are not resolved for trigger elements. | ||
+ | |||
+ | === Known issues for 3.4.0 - 3.4.8 === | ||
+ | |||
+ | The logic of the ''Interface {#IFMACRO}: Link down'' trigger prototype in several SNMP module templates (e.g. Template Module Interfaces SNMPv2) leads to a problem resolving prematurely. Fixed by adding a recovery expression disallowing this in 3.4.9. For details, see: [[https://support.zabbix.com/browse/ZBX-13278|ZBX-13278]]. | ||
=== Known issues for 3.4.0 - 3.4.9 === | === Known issues for 3.4.0 - 3.4.9 === | ||
Line 87: | Line 91: | ||
=== Known issues for 3.4.10 === | === Known issues for 3.4.10 === | ||
- | * 3.4.10 version Zabbix servers are not backwards (nor forwards) compatible with 3.4.x proxies. Fixed for 3.4.11. | + | * Zabbix server 3.4.10 can only work with Zabbix proxies 3.4.10. Compatibility with other proxies from 3.4.x versions has been lost. Fixed for 3.4.11. |
+ | |||
+ | === Known issues for 3.4.0 - 3.4.13 === | ||
+ | |||
+ | * In the hexadecimal to decimal conversion, in item value preprocessing, values containing a space aren't supported in numeric format. As a workaround, you may use a regular expression preprocessing step removing the space before the hexadecimal to decimal step. |