Add ssl-expiration example using :starttls - reed-alert - Lightweight agentless alerting system for server
HTML git clone git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 982e667ad5579eec9070e448bf728a4eccfe8c53
DIR parent 8b2407ed4b3be6ef0baf6acd5ff3f01a0879ef9e
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Sun, 21 Oct 2018 21:42:39 +0200
Add ssl-expiration example using :starttls
Diffstat:
M README | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/README b/README
@@ -344,8 +344,12 @@ time. Requires openssl.
> Set the port for the request (OPTIONAL).
:port INTEGER (default to 443)
+> Use starttls (OPTIONAL).
+ :starttls STRING
+
Example: `(=> alert ssl-expiration :host "domain.local" :seconds (* 7 24 60 60))
Example: `(=> alert ssl-expiration :host "domain.local" :seconds 86400 :port 6697)
+Example: `(=> alert ssl-expiration :host "smtp.domain.local" :seconds 86400 :starttls "smtp" :port 25)
The configuration file