diff options
-rw-r--r-- | logcheck/ignore.d.server/dhcp-client | 4 | ||||
-rw-r--r-- | logcheck/ignore.d.server/local | 4 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/local | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/logcheck/ignore.d.server/dhcp-client b/logcheck/ignore.d.server/dhcp-client index fa306e6..854b4c5 100644 --- a/logcheck/ignore.d.server/dhcp-client +++ b/logcheck/ignore.d.server/dhcp-client @@ -1,5 +1,5 @@ # 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$ diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index 3ed4bf9..55f570d 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/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 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 |