-
Incident report
-
Resolution: Fixed
-
Blocker
-
2.0.9
Zabbix cannot store alert message on Oracle if the alert mesage is long. Escalator process retry inserting the alert every 3 seconds.
This happenes if alert setting has
macro for log item.
Error message on zabbix_server.log:
query failed:[-1] ORA-01704: string literal too long [insert into alerts (alertid, actionid, ...
message column in alerts table is nvarchar2(2048) on Oracle.
- is duplicated by
-
ZBX-7822 MySQL insert into "alerts" table fails with "[Z3005] query failed: [1406] Data too long for column 'message'" in case of very long alert messages
- Closed