matteocorti / check_ssl_cert

A shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection.
GNU General Public License v3.0
368 stars 132 forks source link

Suppress Connection Errors #380

Closed matteocorti closed 2 years ago

matteocorti commented 2 years ago

Discussed in https://github.com/matteocorti/check_ssl_cert/discussions/379

Originally posted by **berndschneider5** May 3, 2022 Is there an option, that the check will not produce a Critical message, if the host/port is not available? Or maybe an Unknown state instead of critical in this case?
matteocorti commented 2 years ago

Using curl to test a connection is only working for HTTP/HTTPS.