INSERTINTOsitevariablesVALUES('general/testvar',NULL,'43','A test variable');
INSERTINTOsitevariablesVALUES('web/nologins',NULL,'0','Non-zero value indicates that no non-admin user may log into the Web Interface.');
INSERTINTOsitevariablesVALUES('web/message','Cluster use limited to those with imminent deadlines!','','Message to place in large lettering under the login message on the Web Interface.');
INSERTINTOsitevariablesVALUES('idle/threshold','1','4','Number of hours of inactivity for a node/expt to be considered idle.');
INSERTINTOsitevariablesVALUES('web/message',NULL,'','Message to place in large lettering under the login message on the Web Interface.');
INSERTINTOsitevariablesVALUES('idle/threshold',NULL,'4','Number of hours of inactivity for a node/expt to be considered idle.');
INSERTINTOsitevariablesVALUES('idle/mailinterval',NULL,'4','Number of hours since sending a swap request before sending another one. (Timing of first one is determined by idle/threshold.)');
INSERTINTOsitevariablesVALUES('idle/cc_grp_ldrs',NULL,'3','Start CC\'ing group and project leaders on idle messages on the Nth message.');
INSERTINTOsitevariablesVALUES('batch/retry_wait',NULL,'900','Number of seconds to wait before retrying a failed batch experiment.');
...
...
@@ -20,4 +20,7 @@ INSERT INTO sitevariables VALUES ('swap/idleswap_warn',NULL,'30','Number of minu
INSERTINTOsitevariablesVALUES('swap/autoswap_warn',NULL,'60','Number of minutes before an Auto-Swap to send a warning message. Set to 0 for no warning.');
INSERTINTOsitevariablesVALUES('idle/batch_threshold',NULL,'30','Number of minutes of inactivity for a batch node/expt to be considered idle.');
INSERTINTOsitevariablesVALUES('general/recently_active',NULL,'7','Number of days to be considered a recently active user of the testbed.');
INSERTINTOsitevariablesVALUES('plab/load_metric',NULL,'load_fifteen','GMOND load metric to use (load_one, load_five, load_fifteen)');
INSERTINTOsitevariablesVALUES('plab/max_load',NULL,'5.0','Load at which to stop admitting jobs (0==admit nothing, 1000==admit all)');
INSERTINTOsitevariablesVALUES('plab/min_disk',NULL,'10.0','Minimum disk space free at which to stop admitting jobs (0==admit all, 100==admit none)');