I need to make trigger, which sends me an e-mail in case some matching regexp condition lines will be found in the text log file.
I get all lines i need from text log file to zabbix server but
when I am trying to use such expression in trigger, it is not working:
{log_file:logrt[C:\\scripts\\.*,^1*,"ANSI"].regexp(^1.*$)}=1
I get all lines i need from text log file to zabbix server but
when I am trying to use such expression in trigger, it is not working:
{log_file:logrt[C:\\scripts\\.*,^1*,"ANSI"].regexp(^1.*$)}=1
Comment