# SMTP (SSL ou STARTTLS) #command[check_certificate]=/usr/lib/nagios/plugins/check_smtp -H 127.0.0.1 --certificate=10,3 # IMAPS (SSL) #command[check_certificate]=/usr/lib/nagios/plugins/check_imap -H 127.0.0.1 -p 993 --certificate=30,5 -w 2 -c 30 # TCP de base (HTTPS par exemple command[check_certificate]=/usr/lib/nagios/plugins/check_tcp -H 127.0.0.1 -p 443 --certificate=10,5 -w 2 -c 30