diff options
Diffstat (limited to 'logcheck/ignore.d.workstation')
-rw-r--r-- | logcheck/ignore.d.workstation/dhcp-client | 7 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/gdm | 1 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/hotplug | 3 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/local | 10 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/ntpdate | 3 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/pmud | 4 |
6 files changed, 26 insertions, 2 deletions
diff --git a/logcheck/ignore.d.workstation/dhcp-client b/logcheck/ignore.d.workstation/dhcp-client index de6f432..f3b66df 100644 --- a/logcheck/ignore.d.workstation/dhcp-client +++ b/logcheck/ignore.d.workstation/dhcp-client @@ -1,5 +1,8 @@ dhclient-2.2.x: DHCP(REQUEST|DISCOVER) on .* to .* port 67( interval [[:digit:]]+)? -dhclient-2.2.x: No working leases in persistent database - sleeping\. +dhclient-2.2.x: No working leases in persistent database( - sleeping)?\. +dhclient-2.2.x: Sleeping\. dhclient-2.2.x: No DHCPOFFERS received\. -dhclient-2.2.x: (DHCPACK|DHCPOFFER) from [\.[:digit:]]+ +dhclient-2.2.x: DHCP(ACK|OFFER) from [\.[:digit:]]+ dhclient-2.2.x: bound to .* -- renewal in [[:digit:]]+ seconds\. +dhclient-2.2.x: irda0: unknown hardware address type 783 +dhclient-2.2.x: receive_packet failed on eth0: Network is down diff --git a/logcheck/ignore.d.workstation/gdm b/logcheck/ignore.d.workstation/gdm new file mode 100644 index 0000000..fb094b8 --- /dev/null +++ b/logcheck/ignore.d.workstation/gdm @@ -0,0 +1 @@ +gdm\[.*\]: run_pictures: Directory .* does not exist\. diff --git a/logcheck/ignore.d.workstation/hotplug b/logcheck/ignore.d.workstation/hotplug new file mode 100644 index 0000000..beb4eeb --- /dev/null +++ b/logcheck/ignore.d.workstation/hotplug @@ -0,0 +1,3 @@ +/etc/hotplug/net.agent: invoke ifup .* +/etc/hotplug/net.agent: invoke if(up|down) .* +/etc/hotplug/net.agent: assuming .* is already up diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local new file mode 100644 index 0000000..192422e --- /dev/null +++ b/logcheck/ignore.d.workstation/local @@ -0,0 +1,10 @@ +gnome-name-server\[.*\]: starting +gnome-name-server\[.*\]: name server starting +gnome-name-server\[.*\]: server_is_alive: .* +gconfd \(.*\): starting \(version [\.[:digit:]]+\), pid [[:digit:]]+ user '.*' +gconfd \(.*\): GConf server is not in use, shutting down\. +gconfd \(.*\): Exiting +named\[.*\]: .*: query\(.*\) NS points to CNAME \(.*\) +named\[.*\]: NSTATS [[:digit:]]+ [[:digit:]]+ +named\[.*\]: .* All possible .* lame +named[183]: ns_forw: sendto.*: Network is unreachable diff --git a/logcheck/ignore.d.workstation/ntpdate b/logcheck/ignore.d.workstation/ntpdate new file mode 100644 index 0000000..76073e0 --- /dev/null +++ b/logcheck/ignore.d.workstation/ntpdate @@ -0,0 +1,3 @@ +ntpdate\[.*\]: can't find host +ntpdate\[.*\]: no servers can be used, exiting +ntpdate\[.*\]: step time server [\.[:digit:]]+ offset [\.[:digit:]]+ sec diff --git a/logcheck/ignore.d.workstation/pmud b/logcheck/ignore.d.workstation/pmud new file mode 100644 index 0000000..b1f4da6 --- /dev/null +++ b/logcheck/ignore.d.workstation/pmud @@ -0,0 +1,4 @@ +pmud\[.*\]: running /etc/power/pwrctl (maximum|minimum|sleep|wakeup) (ac|battery) +pmud\[.*\]: lid closed: request sleep +pmud\[.*\]: going to sleep +pmud\[.*\]: system awake again |