debfx / check_dane

Nagios/Icinga plugin for checking DANE/TLSA records
GNU General Public License v3.0
13 stars 9 forks source link

support ftp 'starttls' #6

Closed sndrsmnk closed 7 years ago

sndrsmnk commented 7 years ago

Not sure if all FTPds say 'AUTH TLS successful', but this works for me.

sndrsmnk commented 7 years ago

Yes, other FTPds have other 'AUTH TLS okay'-messages :/ Perhaps match on /^2\d{2}\s/ or something?