We have an LogFile Item with the following item key:
The actual trigger is defined as:
So we get all the words defined in the regex fine.
But there are entrys in the log like:
We want to exclude. Anyone an idea how to get this ?
Regards, Marcus
Code:
log[/var/log/messages,"[E|e]xiting|[E|e]xited|[T|t]erminating|[T|t]erminated|[F|f]ailing|[F|f]ailed|[S|s]tarting|[S|s]tarted|[R|r]estart|[S|s]hutdown"]
Code:
{LSKN discovered Template LOG linux messages:log[/var/log/messages,"[E|e]xiting|[E|e]xited|[T|t]erminating|[T|t]erminated|[F|f]ailing|[F|f]ailed|[S|s]tarting|[S|s]tarted|[R|r]estart|[S|s]hutdown"].nodata(120)}#1
But there are entrys in the log like:
Code:
ftp.proxy[30845]: +OK: proxy terminating
Regards, Marcus
Comment