diff --git a/evolinux-base/templates/log2mail/evolinux-defaults.j2 b/evolinux-base/templates/log2mail/evolinux-defaults.j2 new file mode 100644 index 00000000..c030ed41 --- /dev/null +++ b/evolinux-base/templates/log2mail/evolinux-defaults.j2 @@ -0,0 +1,11 @@ +# {{ ansible_managed }} + +file = /var/log/syslog +pattern = "Out of memory: Kill" +mailto = {{ log2mail_alert_email or general_alert_email | mandatory }} +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