aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-06-07 09:54:22 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-06-07 09:54:22 +0000
commit1b516df1a9c5d9e963f08249c0e917ab15c0a356 (patch)
treed87c216247a5553df6ce5190fc3ad962eb51bd29 /param.ccl
parentf5739f069a23a5fd7f94d8436939d335c16dc996 (diff)
Increate the default announce interval from one to ten minutes.
Introduce the concept of a "relay host" for announcing: If a relay host is used, ssh into that host before connecting to the portal. Try some heuristics to determine the relay host automatically if none is provided. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@40 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 11 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 2dbc368..ea4b669 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,7 +12,7 @@ BOOLEAN verbose "Produce screen output" STEERABLE=always
REAL update_interval "Update interval for the meta information (in seconds)" STEERABLE=always
{
0:* :: ""
-} 60.0
+} 600.0
@@ -37,6 +37,16 @@ STRING portal_username "User name on the portal" STEERABLE=always
"" :: ""
} ""
+BOOLEAN use_relay_host "Use a relay host for connecting to the portal" STEERABLE=always
+{
+} yes
+
+STRING relay_host "Relay host for connecting to the portal" STEERABLE=always
+{
+ ".+" :: "host name"
+ "" :: "try to determine a relay host automatically"
+} ""
+
# Parameters for storing meta information in a file