From: Zachary Vance Date: Thu, 8 Oct 2015 05:29:30 +0000 (-0700) Subject: Add analog X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=83dc62bdab8fc06867c3e70b54e60f4198184297;p=za3k.git Add analog --- diff --git a/cgi-bin/service.status.d/logging - analog b/cgi-bin/service.status.d/logging - analog new file mode 100644 index 0000000..09420d7 --- /dev/null +++ b/cgi-bin/service.status.d/logging - analog @@ -0,0 +1,7 @@ +./up? http://za3k.com/~logs/analog.html || exit 1 +&& { +SIZE=$(curl -s http://za3k.com/~logs/analog.html | wc -c) +if [ "${SIZE}" -lt 20000 ]; then + echo "http://za3k.com/~logs/analog.html is too short, probably failing" + exit 1 +fi