summaryrefslogtreecommitdiff
path: root/logcheck/ignore.d.workstation
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-03-11 21:45:21 +0000
committerJonas Smedegaard <dr@jones.dk>2003-03-11 21:45:21 +0000
commit0adcbaf01619be5a6dfaa3cf47a67b36dc2a15b4 (patch)
tree14b739b4473cf92afe5846d5d6668ab8898f04bb /logcheck/ignore.d.workstation
parent930e8cf54a0456a3d9ed6b0510fc69f6d5902d26 (diff)
Allow ntpd to loose syncronisation on workstations.
Diffstat (limited to 'logcheck/ignore.d.workstation')
-rw-r--r--logcheck/ignore.d.workstation/local5
-rw-r--r--logcheck/ignore.d.workstation/ntp-simple2
2 files changed, 6 insertions, 1 deletions
diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local
index 219152e..0625be4 100644
--- a/logcheck/ignore.d.workstation/local
+++ b/logcheck/ignore.d.workstation/local
@@ -161,6 +161,7 @@ afpd\[[0-9]+\]: ([^[:space:]]+: I:AFPDaemon: )?[\.[:alnum:]]+ read, [\.[:alnum:]
afpd\[[0-9]+\]: ([^[:space:]]+: I:AFPDaemon: )?login [[:alnum:]]+ \(uid [0-9]+, gid [0-9]+\)( AFP2\.2)?$
afpd\[[0-9]+\]: ([^[:space:]]+: I:AFPDaemon: )?logout [[:alnum:]]+$
afpd\[[0-9]+\]: ([^[:space:]]+: I:AFPDaemon: )?session from [\.:0-9]+ on [\.:0-9]+$
+afpd\[[0-9]+\]: ([^[:space:]]+: I:AFPDaemon: )?using codepage directory: /etc/netatalk/nls/maccode\.[\.a-z0-9-]+$
afpd\[[0-9]+\]: ([^[:space:]]+: I:Default: )?(server_child\[[0-9]+\] [0-9]+ )?(done|exited 1)$
afpd\[[0-9]+\]: ([^[:space:]]+: I:Default: )?ASIP session:[0-9]+\([0-9]+\) from [\.:0-9]+\([0-9]+\)$
afpd\[[0-9]+\]: ([^[:space:]]+: I:Default: )?CNID DB initialized using Sleepycat Software: Berkeley DB( [\.0-9]+: \([^\(]+\))?$
@@ -177,7 +178,6 @@ afpd\[[0-9]+\]: dsi_stream_read\(0\): (No such file or directory|No such process
afpd\[[0-9]+\]: dsi_stream_read\(0\): Success$
afpd\[[0-9]+\]: error stat'ing /[^[:space:]]+/net[\.0-9]+node[0-9]+: No such file or directory$
afpd\[[0-9]+\]: login noauth$
-afpd\[[0-9]+\]: using codepage directory: /etc/netatalk/nls/maccode\.[\.a-z0-9-]+$
atalkd\[[0-9]+\]: as_timer sendto: Network is unreachable $
atalkd\[[0-9]+\]: zip (ignoring gnireply|gnireply from [\.0-9]+ \([[:alnum:]]+ [[:alnum:]]+\)) $
papd\[[0-9]+\]: ([^[:space:]]+: I:PAPDaemon: )?child [0-9]+ done$
@@ -448,6 +448,9 @@ rpc.mountd: authenticated mount request from 192\.168\..* for /home/opt/ltsp/i38
kernel: usb-ohci.c: USB suspend: usb-10:[0-9\.]+$
kernel: eth[0-9]: suspending, WakeOnLan disabled$
kernel: eth[0-9]: resuming$
+### ignore.d.workstation/ntp-simple
+ntpd\[[0-9]+\]: synchronisation lost$
+ntpd\[[0-9]+\]: time reset [\.0-9]+ s$
### ignore.d.workstation/ntpdate
ntpdate\[[0-9]+\]: can't find host$
ntpdate\[[0-9]+\]: no servers can be used, exiting$
diff --git a/logcheck/ignore.d.workstation/ntp-simple b/logcheck/ignore.d.workstation/ntp-simple
new file mode 100644
index 0000000..61a1838
--- /dev/null
+++ b/logcheck/ignore.d.workstation/ntp-simple
@@ -0,0 +1,2 @@
+ntpd\[[0-9]+\]: synchronisation lost$
+ntpd\[[0-9]+\]: time reset [\.0-9]+ s$