# this configuration file is suitable for displaying kernel log files # display this line in yellow and stop further processing regexp=.*last message repeated \d+ times$ colours=yellow count=stop ====== # this is date regexp=^... (\d| )\d \d\d:\d\d:\d\d(\s[\w\d]+?\s) colours=bold green, bold green, bold red count=once ====== # everything in parentheses regexp=\(.+?\) colours=bold white count=more ====== # everything in `' regexp=\`.+?\' colours=bold yellow count=more ====== # this is probably a pathname regexp=/[\w/\.]+ colours=bold green count=more ====== # name of process and pid regexp=([\w/\.\-]+)(\[\d+?\]) colours=bold cyan, bold red count=more ====== # ip number regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} colours=bold yellow count=more ====== # connect requires special attention regexp=connect colours=on_red count=more ====== # connection requires special attention regexp=connection colours=on_red count=more ====== # mail.uni.de regexp=mail\.uni\.de colours=on_magenta count=more