diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-12 13:16:29 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-12 13:16:29 +0000 |
commit | a74062af84ee163557400013a260e11b5e3d8521 (patch) | |
tree | 2fed58092fe6d91db1bcdf5c2cec278fb3c9ebfa /logcheck/ignore.d.server/local | |
parent | 823e67c6e272124d50ded306ef7b69005d34bd71 (diff) |
Misc cleanup...
Diffstat (limited to 'logcheck/ignore.d.server/local')
-rw-r--r-- | logcheck/ignore.d.server/local | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index 7999146..3f94c87 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/local @@ -75,10 +75,10 @@ dhclient(-2.2.x)?: irda0: unknown hardware address type 783$ # NB: dhcp3 entries are in dhcp3-common dhcpd-2.2.x: Abandoning IP address [\.0-9]+: (declined\.|pinged before offer) $ dhcpd-2.2.x: BOOTREPLY for [\.0-9]+ to [^[:space:]]+ ([0-9a-f:]+) via eth[0-9]+ $ -dhcpd-2.2.x: BOOTREQUEST from [0-9a-f:]+ $ +dhcpd-2.2.x: BOOTREQUEST from [0-9a-f:]+ via eth[0-9]+ $ dhcpd-2.2.x: DHCP(ACK|NAK|OFFER) on [\.0-9]+ to [0-9a-f:]+ via eth[0-9]+ $ dhcpd-2.2.x: DHCPDISCOVER from .* via eth[0-9]+ $ -dhcpd-2.2.x: DHCPINFORM from [\.0-9]+ $ +dhcpd-2.2.x: DHCPINFORM from [\.0-9]+$ dhcpd-2.2.x: DHCPDECLINE on [\.0-9]+ from [0-9a-f:]+ via eth[0-9]+ $ dhcpd-2.2.x: DHCPRELEASE of [\.0-9]+ from [0-9a-f:]+ via eth[0-9]+ \((not )?found\) $ dhcpd-2.2.x: DHCPREQUEST for [\.0-9]+ from [0-9a-f:]+( \([^[:space:]]+\))? via eth[0-9]+ $ @@ -187,6 +187,7 @@ netsaint: NetSaint [\.0-9]+ starting\.\.\. \(PID=[0-9]+\) $ ### ignore.d.server/nfs-kernel-server mountd\[[0-9]+\]: NFS mount of /[^[:space:]]+ attempted from [\.0-9]+$ mountd\[[0-9]+\]: /[^[:space:]]+ has been mounted by [\.0-9]+$ +rpc\.mountd: authenticated unmount request from [\.0-9]+:[0-9]+ for /[^[:space:]]* \(/[^[:space:]\)]*\) $ ### ignore.d.server/non-debian # These entries are for syslogd open for remote hosts # (and advertised through DHCP) |