From 66d3ca66a5de0dbcddce7f3cc62f939ef5450388 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sun, 5 Feb 2017 03:39:28 -0800 Subject: [PATCH] Test stylish.view --- cgi-bin/service.status.d/stylish.view | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cgi-bin/service.status.d/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 -- 2.47.3