diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-01-27 02:06:45 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-01-27 02:06:45 +0000 |
commit | 9b8946a6934853e26c21aaff1c8081a25532c8d3 (patch) | |
tree | 27ba53aae37d73cf25b25d60ebb83795cdd8af83 /logcheck/ignore.d.workstation | |
parent | eade13ad7d5d68d4840ec094a22423cb4546a74e (diff) |
Tighten dhcpclient lines.
Diffstat (limited to 'logcheck/ignore.d.workstation')
-rw-r--r-- | logcheck/ignore.d.workstation/local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index d4d3dc6..2c1e0c8 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -67,9 +67,9 @@ ircd\[[0-9]+\]: Server Ready$ (ircd\[[0-9]+\]: )?binding stream socket [\.[:alnum:]]+\[\*\.666[789]\]: Address already in use$ ### ignore.d.server/dhcp-client # NB: dhcp 2-x entries are in dhcp -dhclient(-2.2.x)?: DHCP(REQUEST|DISCOVER) on .* to .* port 67( interval [0-9]+)?$ +dhclient(-2.2.x)?: DHCP(REQUEST|DISCOVER) on [^[:space:]]+ to [\.0-9]+ port 67( interval [0-9]+)?$ dhclient(-2.2.x)?: DHCP(ACK|OFFER) from [\.0-9]+$ -dhclient(-2.2.x)?: bound to .* -- renewal in [0-9]+ seconds\.$ +dhclient(-2.2.x)?: bound to [\.0-9]+ -- renewal in [0-9]+ seconds\.$ dhclient(-2.2.x)?: irda0: unknown hardware address type 783$ ### ignore.d.server/dhcp.changes # NB: dhcp3 entries are in dhcp3-common |