diff --git a/evolinux-base/templates/log2mail/evolinux-defaults.j2 b/evolinux-base/templates/log2mail/evolinux-defaults.j2 index c030ed41..e5e15d10 100644 --- a/evolinux-base/templates/log2mail/evolinux-defaults.j2 +++ b/evolinux-base/templates/log2mail/evolinux-defaults.j2 @@ -8,4 +8,9 @@ template = /etc/log2mail/mail file = /var/log/syslog pattern = "memory read error" mailto = {{ log2mail_alert_email or general_alert_email | mandatory }} -template = /etc/log2mail/mail \ No newline at end of file +template = /etc/log2mail/mail + +file = /var/log/cron.log +pattern = "Syntax error" +mailto = {{ log2mail_alert_email or general_alert_email | mandatory }} +template = /etc/log2mail/mail