Hello,
I have written an item like this: logrt["/var/log/syslog(\.[0-9])*","(?i)error"]
A trigger like this:find(/Linux alerts by logs/logrt["/var/log/syslog(\.[0-9])*","(?i)error"],,"iregexp","error.*backup")=1
It works but I would like to show log content in trigger, how can I do it?
Thanks,
Mario
I have written an item like this: logrt["/var/log/syslog(\.[0-9])*","(?i)error"]
A trigger like this:find(/Linux alerts by logs/logrt["/var/log/syslog(\.[0-9])*","(?i)error"],,"iregexp","error.*backup")=1
It works but I would like to show log content in trigger, how can I do it?
Thanks,
Mario
Comment