From: Zachary Vance Date: Sun, 5 Feb 2017 11:39:28 +0000 (-0800) Subject: Test stylish.view X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=66d3ca66a5de0dbcddce7f3cc62f939ef5450388;p=za3k.git Test stylish.view --- diff --git a/cgi-bin/service.status.d/stylish.view b/cgi-bin/service.status.d/stylish.view new file mode 100644 index 0000000..7ba236d --- /dev/null +++ b/cgi-bin/service.status.d/stylish.view @@ -0,0 +1,7 @@ +if curl https://za3k.com/stylish.view 2>/dev/null | grep -q "style" +then + echo "Database appears to work" +else + echo "Unknown problem" + exit 1 +fi