From 7a6b8451a93ba5b678dbacffcff4995b54e26d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Mon, 4 Dec 2017 11:22:03 +0100 Subject: [PATCH] Added "The total blob data length" pattern This will detect this error: [ERROR] InnoDB: The total blob data length (10066388) is greater than 10% of the total redo log size (100663296). Please increase total redo log size. --- mysql/templates/log2mail.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mysql/templates/log2mail.j2 b/mysql/templates/log2mail.j2 index 948c7f07..d9269788 100644 --- a/mysql/templates/log2mail.j2 +++ b/mysql/templates/log2mail.j2 @@ -22,3 +22,8 @@ file = /var/log/syslog pattern = "as a STORAGE ENGINE failed" mailto = {{ log2mail_alert_email or general_alert_email | mandatory }} template = /etc/log2mail/mail + +file = /var/log/syslog +pattern = "The total blob data length" +mailto = {{ log2mail_alert_email or general_alert_email | mandatory }} +template = /etc/log2mail/mail