diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-09-09 08:28:39 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-09-09 08:28:39 +0200 |
commit | 8213d345494e8775319ff8f85f4171e610de622b (patch) | |
tree | 748ff38e745b06f5e3d9ce2bade74e1775c2807d | |
parent | e9ad1c74c8d2c94cf969a06ceb8d0183bd263d0f (diff) |
Fix typo in logcheck rule
-rw-r--r-- | fripost-docs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 482a387..4512f87 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -156,7 +156,7 @@ sudo aptitude install logcheck syslog-summary + ^\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$ + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: TIMEOUT: dns.loopia.se after 120 seconds$ - + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: FAILED: updating [,._[:alnum:]-]+: Could not connect to dns.loopia.se/xdyndnsserver/xdyndns.php$ + + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: FAILED: updating [,._[:alnum:]-]+: Could not connect to dns.loopia.se/xdyndnsserver/xdyndns.php.$ ** Configuring aptitude and friends |