[ZBXNEXT-2445] increase trigger error size limit from 128 to 2048 Created: 2014 Sep 07 Updated: 2024 Apr 10 Resolved: 2017 Mar 30 |
|
Status: | Closed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Installation (I) |
Affects Version/s: | 2.4.0 |
Fix Version/s: | 3.4.0alpha1 |
Type: | Change Request | Priority: | Minor |
Reporter: | richlv | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | error, triggers, trim | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||
Team: | |||||||||||||
Sprint: | Sprint 4 | ||||||||||||
Story Points: | 1.5 |
Description |
|
Comments |
Comment by Oleksii Zagorskyi [ 2016 May 17 ] |
An example of truncated and complete error messages: Cannot evaluate function "Zabbix server:agent.ping.nodata(5m)": item does not have enough data after server start or item creati Cannot evaluate function "Zabbix server:agent.ping.nodata(5m)": item does not have enough data after server start or item creation. such truncation becomes more noticeable if use for example new macros suggested in |
Comment by Andris Mednis [ 2017 Mar 09 ] |
'hosts' table columns 'error', 'ipmi_error', 'snmp_error, and 'jmx_error' are up to 2048 chars. |
Comment by Andrea Biscuola (Inactive) [ 2017 Mar 21 ] |
Fixed in svn://svn.zabbix.com/branches/dev/ZBXNEXT-2445 Increased the size for triggers.error and alerts.error to 2048 characters. Modified also the database version and added the related |
Comment by Andrea Biscuola (Inactive) [ 2017 Mar 24 ] |
(1) Forgot to fix the database version in the creation script. s.paskevics CLOSED. |
Comment by Sergejs Paskevics [ 2017 Mar 24 ] |
(2) Please correct the defined errors size from the server side and check my minor changes in r66704. #define ALERT_ERROR_LEN 128 #define TRIGGER_ERROR_LEN 128 abs RESOLVED in 66705. abs All good also with the changes in r66704 s.paskevics Sorry, I didn't notice that we do not use TRIGGER_ERROR_LEN, please remove it. REOPENED. abs RESOLVED in r66795 s.paskevics CLOSED. |
Comment by Sergejs Paskevics [ 2017 Mar 27 ] |
Successfully tested. |
Comment by Andrea Biscuola (Inactive) [ 2017 Mar 28 ] |
Fixed in
|
Comment by Martins Valkovskis [ 2017 Mar 29 ] |
Documented in what's new for 3.4. sasha Under this development also has been increased size of error field for alerts. REOPENED martins-v RESOLVED sasha Thanks! CLOSED |