summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-01-27 02:06:45 +0000
committerJonas Smedegaard <dr@jones.dk>2003-01-27 02:06:45 +0000
commit9b8946a6934853e26c21aaff1c8081a25532c8d3 (patch)
tree27ba53aae37d73cf25b25d60ebb83795cdd8af83
parenteade13ad7d5d68d4840ec094a22423cb4546a74e (diff)
Tighten dhcpclient lines.
-rw-r--r--logcheck/ignore.d.server/dhcp-client4
-rw-r--r--logcheck/ignore.d.server/local4
-rw-r--r--logcheck/ignore.d.workstation/local4
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