Hey guys,
Currently I am trying to set trigger on my log file monitoring to show warning alert when the log file line has "ERROR" in it.
However, I tried to set my trigger expression as str(ERROR)}=1. It's not successful instead it show most of the alert without "ERROR" in the line.
Item key:
Trigger Expression:
Please help.
Appreciate and thanks in advance.
Currently I am trying to set trigger on my log file monitoring to show warning alert when the log file line has "ERROR" in it.
However, I tried to set my trigger expression as str(ERROR)}=1. It's not successful instead it show most of the alert without "ERROR" in the line.
Item key:
Code:
logrt[/var/log/^syslog.*$,,,,all]
Code:
{Template App Logs by Zabbix agent:logrt[/var/log/^syslog.*$,,,,all].str(ERROR)}=1
Appreciate and thanks in advance.