Fix default SMTP monitor parameters so they will properly check to see if an SMTP banner is received.

This commit is contained in:
jim-p 2011-11-01 15:10:18 -04:00
parent 54d1a165d5
commit 07c49a3698
1 changed files with 2 additions and 2 deletions

View File

@ -712,8 +712,8 @@
<type>send</type>
<descr><![CDATA[Generic SMTP]]></descr>
<options>
<send>EHLO nosuchhost</send>
<expect>250-</expect>
<send></send>
<expect>220 *</expect>
</options>
</monitor_type>
</load_balancer>