From 08b17c6dea43e1c541623368ff23f737495bcc3e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 2 Nov 2009 16:27:52 -0500 Subject: Add default load balancing monitor types for ICMP, TCP, HTTP, HTTPS and SMTP from BillM --- conf.default/config.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'conf.default') diff --git a/conf.default/config.xml b/conf.default/config.xml index b617b23..5a324ae 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -752,4 +752,49 @@ + + + ICMP + icmp + ICMP + + + + + TCP + tcp + Generic TCP + + + + + HTTP + http + Generic HTTP + + / + + 200 + + + + HTTPS + https + Generic HTTPS + + / + + 200 + + + + SMTP + send + Generic SMTP + + EHLO nosuchhost + 250- + + + \ No newline at end of file -- cgit v1.1