#ifndef ZABBIX_DB_LENGTHS_H
#define ZABBIX_DB_LENGTHS_H
#define TRIGGER_OPDATA_LEN 255
#define TRIGGER_URL_LEN 2048
#define TRIGGER_URL_NAME_LEN 64
#define TRIGGER_DESCRIPTION_LEN 255
# define TRIGGER_COMMENTS_LEN 2048
# define TRIGGER_COMMENTS_LEN 65535
#define TRIGGER_EVENT_NAME_LEN 2048
#define ZBX_DB_TAG_NAME_LEN 255
#define ZBX_DB_TAG_VALUE_LEN 255
#define GROUP_NAME_LEN 255
#define ALERT_ERROR_LEN 2048
#define ALERT_ERROR_LEN_MAX (ALERT_ERROR_LEN + 1)
#define EVENT_NAME_LEN 2048
#define REPORT_ERROR_LEN 2048