diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 13:38:16 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 13:38:16 -0400 |
commit | d7d3c307cb263ad79158cba43c1e0e429b54217c (patch) | |
tree | c320138ca38a5d61a38d6e5559353a40f1d902c5 /config/varnish64/varnish_backends.xml | |
parent | 22feb8dcc84bf2dcc451b231c29c3f8494b9eb43 (diff) | |
download | pfsense-packages-d7d3c307cb263ad79158cba43c1e0e429b54217c.tar.gz pfsense-packages-d7d3c307cb263ad79158cba43c1e0e429b54217c.tar.bz2 pfsense-packages-d7d3c307cb263ad79158cba43c1e0e429b54217c.zip |
Add backend probe settings
Diffstat (limited to 'config/varnish64/varnish_backends.xml')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml index 45a955d9..6a46287b 100644 --- a/config/varnish64/varnish_backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -130,6 +130,36 @@ <type>input</type> </field> <field> + <fielddescr>Probe URL</fielddescr> + <fieldname>probe_url</fieldname> + <description>Enter the URL that varnish will use to ensure that this backend is healthy.</description> + <type>input</type> + </field> + <field> + <fielddescr>Probe Interval</fielddescr> + <fieldname>probe_interval</fieldname> + <description>Enter the frequency in seconds that varnish will check the probe url.</description> + <type>input</type> + </field> + <field> + <fielddescr>Probe Timeout</fielddescr> + <fieldname>probe_timeout</fieldname> + <description>Enter the frequency in seconds that varnish will wait for a backend probe response.</description> + <type>input</type> + </field> + <field> + <fielddescr>Probe Window</fielddescr> + <fieldname>probe_window</fieldname> + <description>Enter the value of how many of the latest polls that should be examined.</description> + <type>input</type> + </field> + <field> + <fielddescr>Probe Threshold</fielddescr> + <fieldname>probe_threshold</fieldname> + <description>Enter the value of how many of those must have succeeded for us to consider the backend healthy.</description> + <type>input</type> + </field> + <field> <fielddescr>none</fielddescr> <fieldname>none</fieldname> <type>rowhelper</type> |