diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-02-22 10:23:41 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-02-22 10:23:41 +0000 |
commit | 2bb63b0b81fb7aec533eaf645591426662e17124 (patch) | |
tree | 0b972a4acc300ac0c324c8af136582e047d1ae2c /logcheck/ignore.d.workstation/misc | |
parent | ae37e39e2ccfac4f25624a62e5f82e963a4f18a4 (diff) |
Tighten all rules to strict left side, based on su rules.
Diffstat (limited to 'logcheck/ignore.d.workstation/misc')
-rw-r--r-- | logcheck/ignore.d.workstation/misc | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/logcheck/ignore.d.workstation/misc b/logcheck/ignore.d.workstation/misc index ef56323..7e59486 100644 --- a/logcheck/ignore.d.workstation/misc +++ b/logcheck/ignore.d.workstation/misc @@ -1,16 +1,16 @@ # Linux Thin clients -syslogd started: BusyBox v[\.0-9]+ \([^[:space:]]+\)$ -init: Entering runlevel: 2 -rpc.mountd: authenticated mount request from 192\.168\..* for /home/opt/ltsp/i386 \(/home/opt/ltsp/i386\) +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ syslogd started: BusyBox v[\.0-9]+ \([^[:space:]]+\)$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ init: Entering runlevel: 2 +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rpc.mountd: authenticated mount request from 192\.168\..* for /home/opt/ltsp/i386 \(/home/opt/ltsp/i386\) # Laptop sleep -kernel: ADB keyboard at [0-9], handler [0-9]$ -kernel: ADB mouse at [0-9], handler set to [0-9] \(trackpad\)$ -kernel: PCI: Enabling bus mastering for device [0-9:\.]+$ -kernel: adb devices:( \[[0-9]\]: [0-9] [0-9a-f]+)+$ -kernel: adb: (starting|finished) probe task\.\.\.$ -kernel: eth[0-9]: Airport (entering sleep mode|waking up)$ -kernel: eth[0-9]: __orinoco_set_multicast_list\(\) called while device not present\. -kernel: eth[0-9]: resuming$ -kernel: eth[0-9]: suspending, WakeOnLan disabled$ -kernel: hd[a-d]: Enabling MultiWord DMA [1-9]$ -kernel: hd[a-d]: Enabling Ultra DMA [1-9]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: ADB keyboard at [0-9], handler [0-9]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: ADB mouse at [0-9], handler set to [0-9] \(trackpad\)$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: PCI: Enabling bus mastering for device [0-9:\.]+$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: adb devices:( \[[0-9]\]: [0-9] [0-9a-f]+)+$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: adb: (starting|finished) probe task\.\.\.$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: eth[0-9]: Airport (entering sleep mode|waking up)$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: eth[0-9]: __orinoco_set_multicast_list\(\) called while device not present\. +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: eth[0-9]: resuming$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: eth[0-9]: suspending, WakeOnLan disabled$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: hd[a-d]: Enabling MultiWord DMA [1-9]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: hd[a-d]: Enabling Ultra DMA [1-9]$ |