Package: monitoring-plugins / 2.1.2-1~bpo70+1

Metadata

Package Version Patches format
monitoring-plugins 2.1.2-1~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_check_icmp_links | (download)

plugins-root/Makefile.am | 3 2 + 1 - 0 !
plugins-root/Makefile.in | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

---
15_check_smtp_expect | (download)

plugins/check_smtp.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] check_smtp.c: modified ssl check for use with -e

  - currently STARTTLS check does not work with -e if there's text
    like '220 hostname ESMTP*'. This is caused by SMTP answer from
    host. Postfix answer: 220 2.0.0 Ready to start TLS, Exchange
    2010: 220 2.0.0 SMTP server ready. This fix checks against 220

    closes #1093

16_check_smtp_quit | (download)

plugins/check_smtp.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] check_smtp: quit smtp connection when "-d" is used

Don't forget to issue an SMTP QUIT command when the -D/--certificate
option is specified.  This avoids undesired MTA log messages.

17_check_smtp_forcetls_on_cert | (download)

plugins/check_smtp.c | 9 4 + 5 - 0 !
1 file changed, 4 insertions(+), 5 deletions(-)

 [patch] check_smtp: let "-d" option imply "-s"