New
TCPS (TCP+TLS/SSL) check have been implemented π
It performs both:
- The TCP connection check for uptime (making sure the server is reachable and accepting connection), like the existing TCP check.
- The TLS handshake and verification of the certificate (+expiration reminders), like the existing HTTPS check.
The feature had been requested here in order to monitor any kind of non-HTTP services using TLS encryption (such as SMTPS, IMAPS, LDAPS, some VPNs, etc.).
You can finally enjoy TCP port monitoring and TLS certificate verification:
Let me know if you have any problem with it π¨βπ»