From 1b516df1a9c5d9e963f08249c0e917ab15c0a356 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 7 Jun 2005 09:54:22 +0000 Subject: 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 --- param.ccl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'param.ccl') 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 -- cgit v1.2.3