From 0539b119a4c205a96590b356849215b6e1b1ed35 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 24 Jan 2021 10:37:34 -0500 Subject: Add a readme --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0633c3a --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# Basic Server Checkup utility + +Opens TLS connections, checks the certificate validity using the default +settings, then additionally checks whether or not it's going to expire soon +with the window based on your configuration. + +Also checks HTTP servers for an expected status code + +Upon any failure it will send out a webhook to RocketChat, Discord or +both. + +It's basic but it does what I want it to do. It should be easy enough to +expand should you wish to. + -- cgit v1.2.3