Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
snippets:logcheck:start [2014/09/09 18:12] – created frlansnippets:logcheck:start [2014/09/09 18:42] – extend list a little frlan
Line 1: Line 1:
-====== Logcheck ======+====== Collection of Snippets for Logcheck/RegEx ======
  
 A collection for RegEx snippets might be used in logcheck config files or other sections where RegEx is useful ;) A collection for RegEx snippets might be used in logcheck config files or other sections where RegEx is useful ;)
Line 6: Line 6:
 [Default] [Default]
 domain=[._[:alnum:]-]+ domain=[._[:alnum:]-]+
 +host=[._[:alnum:]-]+
 ip=[0-9A-Fa-f.:]+ ip=[0-9A-Fa-f.:]+
 email=[._+=[:alnum:]-]+@[._[:alnum:]-]+ email=[._+=[:alnum:]-]+@[._[:alnum:]-]+
 +date=\w{3} [ :0-9]{11}
 </code> </code>
 +
 +{{tag>Logcheck RegEx}}
Print/export