From 056c23475a8473b1a2cdbb64680f198295a3cfd9 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 12 Nov 2008 17:55:27 +0000 Subject: [PATCH] propagate PLC_MONITOR_HOST to the node --- PlanetLabConf/get_plc_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlanetLabConf/get_plc_config.php b/PlanetLabConf/get_plc_config.php index 6102a15..6fd4d4c 100755 --- a/PlanetLabConf/get_plc_config.php +++ b/PlanetLabConf/get_plc_config.php @@ -34,7 +34,7 @@ echo $shebang . "\n"; foreach (array('PLC_API_HOST', 'PLC_API_PATH', 'PLC_API_PORT', 'PLC_WWW_HOST', 'PLC_BOOT_HOST', 'PLC_PLANETFLOW_HOST', - 'PLC_NAME', 'PLC_SLICE_PREFIX', + 'PLC_NAME', 'PLC_SLICE_PREFIX', 'PLC_MONITOR_HOST', 'PLC_MAIL_SUPPORT_ADDRESS', 'PLC_MAIL_MOM_LIST_ADDRESS', 'PLC_MAIL_SLICE_ADDRESS') -- 2.43.0