Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-11-05 15:09:20 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-11-05 15:09:20 +0300
commitde2b4280e0dd7c3f37799bd3adae4ad2a18b0927 (patch)
tree146dc679af9042513c24f54aca5cb32e89d7d0f7 /include/db.h
parentd8455bf4a43790f19e94d1cf314980e35bf01b52 (diff)
parent49fd18841bdc7f355c25d6d3b7d05699a50c6ec4 (diff)
.......PS. [ZBX-18944] fixed the fields size for LLD validation of triggers.description and item_preproc.params
* commit '49fd18841bdc7f355c25d6d3b7d05699a50c6ec4': .D........ [ZBX-18944] fixed ChangeLog entry .......PS. [ZBX-18944] Upped field limits
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index d8a9493e520..4d88eabebdd 100644
--- a/include/db.h
+++ b/include/db.h
@@ -78,7 +78,7 @@ struct _DC_TRIGGER;
#define TRIGGER_OPDATA_LEN 255
#define TRIGGER_URL_LEN 255
-#define TRIGGER_DESCRIPTION_LEN 255
+#define TRIGGER_DESCRIPTION_LEN 2048
#define TRIGGER_EXPRESSION_LEN 2048
#define TRIGGER_EXPRESSION_LEN_MAX (TRIGGER_EXPRESSION_LEN + 1)
#if defined(HAVE_ORACLE)
@@ -205,7 +205,7 @@ struct _DC_TRIGGER;
#define PROXY_DHISTORY_VALUE_LEN 255
-#define ITEM_PREPROC_PARAMS_LEN 255
+#define ITEM_PREPROC_PARAMS_LEN 65535
#define EVENT_NAME_LEN 2048