diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2010-12-30 23:22:49 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2010-12-30 23:22:49 +0100 |
commit | 6e432cd3fed770a8e12ff5bea7ccebe6653b416f (patch) | |
tree | 2f72047fe4c022f7dcc98c7d91867cb57d2c862d | |
parent | 39ee207e578c74bf8f773761329c031507e0a5f3 (diff) |
logcheck: Add ignore rules for ddclient
-rw-r--r-- | fripost-docs.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 08526f6..3e15a75 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -122,6 +122,11 @@ X11Forwarding no ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyslogd: \[origin software="rsyslogd" swVersion="[0-9.]+" x-pid="[0-9]+" x-info="http://www.rsyslog.com"\] restart$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Kernel logging (proc) stopped.$ :END: + - /etc/logcheck/ignore.d.server/ddclient +:HIDDEN: ++ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: file /var/cache/ddclient/ddclient.cache, line [0-9]+: Invalid Value for keyword 'ip' = ''$ ++ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: updating [._[:alnum:]-]+: nochg: No update required; unnecessary attempts to change to the current address are considered abusive$ +:END: ** Configuring aptitude and friends |