diff options
| -rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
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. + |
