Skip to Content.
Sympa Menu

perfsonar-dev - [GEANT/SA2/E2EMon] r408 - trunk/G2_E2E/G2_E2E_MonitoringSystem/src

Subject: perfsonar development work

List archive

[GEANT/SA2/E2EMon] r408 - trunk/G2_E2E/G2_E2E_MonitoringSystem/src


Chronological Thread 
  • From:
  • To:
  • Subject: [GEANT/SA2/E2EMon] r408 - trunk/G2_E2E/G2_E2E_MonitoringSystem/src
  • Date: Wed, 24 Mar 2010 11:54:35 GMT

Author: dfn.fritz
Date: 2010-03-24 11:54:35 +0000 (Wed, 24 Mar 2010)
New Revision: 408

Modified:
trunk/G2_E2E/G2_E2E_MonitoringSystem/src/G2_E2E_MonitoringSystem.pl
Log:
Included horizontal view PSANALYSIS-185 and improvement in errorhandling of
IDL PSANALYSIS-193

Modified: trunk/G2_E2E/G2_E2E_MonitoringSystem/src/G2_E2E_MonitoringSystem.pl
===================================================================
--- trunk/G2_E2E/G2_E2E_MonitoringSystem/src/G2_E2E_MonitoringSystem.pl
2010-03-24 11:54:04 UTC (rev 407)
+++ trunk/G2_E2E/G2_E2E_MonitoringSystem/src/G2_E2E_MonitoringSystem.pl
2010-03-24 11:54:35 UTC (rev 408)
@@ -76,7 +76,10 @@

# for Admin GUI
"CONFGENERAL" => "../etc/G2_E2E_MonSystem_General.conf",
- "CONFDOMAINS" => "../etc/G2_E2E_MonSystem_Domains.conf"
+ "CONFDOMAINS" => "../etc/G2_E2E_MonSystem_Domains.conf",
+
+ # settings for E2E Link semigraphical view (horizontal or
vertical)
+ "E2ELINKVIEW" => "HORIZONTAL"
);

%::SETTINGS_DOMAIN;
@@ -196,6 +199,7 @@
if ($key eq "ADMINSTATE") {$::SETTINGS_GENERAL {"ADMINSTATE"}
= uc($val); next;}
if ($key eq "DEMO") {$::SETTINGS_GENERAL {"DEMO"}
= uc($val); next;}
if ($key eq "STATISTICS") {$::SETTINGS_GENERAL {"STATISTICS"}
= uc($val); next;}
+ if ($key eq "E2ELINKVIEW") {$::SETTINGS_GENERAL {"E2ELINKVIEW"}
= uc($val); next;}

if ($key eq "LOGFILE") {$::SETTINGS_GENERAL {"LOGFILE"}
= $val; next;}
if ($key eq "REFRESHTIME") {$::SETTINGS_GENERAL {"REFRESHTIME"}
= $val; next;}



  • [GEANT/SA2/E2EMon] r408 - trunk/G2_E2E/G2_E2E_MonitoringSystem/src, svn-noreply, 03/24/2010

Archive powered by MHonArc 2.6.16.

Top of Page