Hi all,
I am currently tracking a log to find the string "probl", item and trigger are listed below.
Item: log[/home/server.log,probl]
Trigger: ({host:log[/home/server.log,probl].str(probl)}=1)&({host:log[/home/server.log,probl].nodata(10)}#1)
The trigger activates an action (send email), and this works well.
Then, is possible to not send mail if the string "problem" was found on log?
Mark
I am currently tracking a log to find the string "probl", item and trigger are listed below.
Item: log[/home/server.log,probl]
Trigger: ({host:log[/home/server.log,probl].str(probl)}=1)&({host:log[/home/server.log,probl].nodata(10)}#1)
The trigger activates an action (send email), and this works well.
Then, is possible to not send mail if the string "problem" was found on log?
Mark
Comment