Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
snippets:logcheck:start [2014/09/09 18:12] – created frlan | snippets:logcheck:start [2017/02/03 09:47] (current) – +snippet tag frlan | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Logcheck ====== | + | ====== |
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=[._[: | domain=[._[: | ||
+ | host=[._[: | ||
ip=[0-9A-Fa-f.: | ip=[0-9A-Fa-f.: | ||
email=[._+=[: | email=[._+=[: | ||
+ | date=\w{3} [ :0-9]{11} | ||
</ | </ | ||
+ | |||
+ | {{tag> |