X-Git-Url: https://git.distorted.org.uk/~mdw/rcheck/blobdiff_plain/66015b8c4bcf160b0dadd13d417772e336b9f6e8..ff90728f4a3d6dfbc11dca299fbe65a9f28e508b:/check.d/logs?ds=sidebyside diff --git a/check.d/logs b/check.d/logs deleted file mode 100755 index 9da514c..0000000 --- a/check.d/logs +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh -### -### Report on scary things found in log files. - -set -e - -## Check Exim's paniclog to see whether it was upset about anything. -if [ -s /var/log/exim4/paniclog ]; then - echo "W: Exim paniclog exists. Be afraid." -fi