chiark / gitweb /
rcheck: Supply a default list of hosts if none are given.
[rcheck] / check.d / logs
CommitLineData
f5f6d9ac
MW
1#! /bin/sh
2###
3### Report on scary things found in log files.
4
5set -e
6
7## Check Exim's paniclog to see whether it was upset about anything.
92cde7de 8if [ -s /var/log/exim4/paniclog ]; then
f5f6d9ac
MW
9 echo "W: Exim paniclog exists. Be afraid."
10fi