# # Regexp database for logview. This database has the different # error messages. It has a tag which is used to link the # description of the message with the error. The format is # # [tag]:[process regex]:[message regex]:[level] # # where # # [tag] is a name that links the error message with a # description. # [process regex] can be wither a regular expression or '-'. '-' # means that its the same regular expression as the # previous message. The regular expression is used # to match who wrote the message. # [message regex] The regular expression used to match the error # message # [level] The importance of the message. Unused for now. Just # set to 0. # # For now the separator is the ':' charcater. Don't use it in your # anywhere else for now! Later the delimiter might change to a # ctrl char. # # Kernel messages # mesg1:kernel:tty.*:7 mesg2:-:^ide.*:6 mesg3:-:^hd.*:5 default kernel:-:.*:7 ssh-fwdX11:sshd:.*Connection from.*:7 # pppd messages # local ip:pppd\[\d*:local.* \d*.\d*.\d*.\d*:7 remote ip:-:remote.* \d*.\d*.\d*.\d*:7 default pppd:-:.*:7 # syslogd messages # syslogd restart:syslogd:restart:0 # PAM_pwd # pam authfail:PAM_(pwdb|unix)\[\d*:^authentication failure:3 su opened:PAM_(pwdb|unix)\[\d*:^\(su\) session opened for user root:3 su closed:PAM_(pwdb|unix)\[\d*:^\(su\) session closed for user root:3 default pam:PAM_(pwdb|unix)\[\d*:.*:7 # Messages generated by chat # default chat:chat\[\d*:.*:7 # Cardmgr # default cardmgr:cardmgr\[\d*:.*:7 # Apmd # default apmd:apmd\[\d*:.*:7 # Gnome stuff # default gconfd:gconfd \(.*:.*:7 default gdm:gdm\[\d*:.*:7 default gnome-name-server:gnome-name-server\[\d*:.*:7 # Misc default network:network:.*:7 default ifup:ifup:.*:7 default ifdown:ifdown:.*:7 default rc.sysinit:rc.sysinit:.*:7 default init:^init:.*:7 # # etc ... .