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:14:29 -04:00
parent 146a1717c6
commit 3c19d44aa8

View File

@ -733,8 +733,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>