TOS1;
echo <<
- showPluginOptions();
- showPluginDescription();
+ hoverOnMonlist();
TOS9;
echo '';
@@ -541,7 +540,7 @@ TOS1;
*/
function displayNodeAppStatus($name)
{
- displayMapper(array('home'=>'main.php', 'monitor'=>''));
+ displayMapper(array('home'=>'main.php', 'monitor'=>'monitor/monlist.php', 'Node Status Setup'=> ''));
displayTips(array(
"Enable/disable Node/App Status Monitoring by clicking the button",
"In order to take affect, you have to START/RESTART the desired plugin"));
diff --git a/xCAT-UI/monitor/monlist.php b/xCAT-UI/monitor/monlist.php
index 23a5f40cf..8247318a8 100644
--- a/xCAT-UI/monitor/monlist.php
+++ b/xCAT-UI/monitor/monlist.php
@@ -17,8 +17,6 @@ displayTips(array("Click the name of each plugin, you can get the plugin's descr
//And, list all the monitoring plugins under the tree? Not sure now.
displayMonTable();
-insertDiv("plugin_desc");
-
insertDiv("options");
?>
\ No newline at end of file
diff --git a/xCAT-UI/monitor/rmc_event_define.php b/xCAT-UI/monitor/rmc_event_define.php
index 8cc111360..d682932d3 100644
--- a/xCAT-UI/monitor/rmc_event_define.php
+++ b/xCAT-UI/monitor/rmc_event_define.php
@@ -12,7 +12,7 @@ require_once "$TOPDIR/lib/display.php";
require_once "$TOPDIR/lib/monitor_display.php";
-displayMapper(array('home'=>'main.php', 'monitor' =>''));
+displayMapper(array('home'=>'main.php', 'monitor' =>'monitor/monlist.php', 'RMC Event Setup' => ''));
displayTips(array(
"All the conditions and the responses are here;",
diff --git a/xCAT-UI/monitor/rmc_monshow.php b/xCAT-UI/monitor/rmc_monshow.php
index 2b1bce90e..64670cd81 100644
--- a/xCAT-UI/monitor/rmc_monshow.php
+++ b/xCAT-UI/monitor/rmc_monshow.php
@@ -9,7 +9,7 @@ require_once "$TOPDIR/lib/functions.php";
require_once "$TOPDIR/lib/display.php";
require_once "$TOPDIR/lib/monitor_display.php";
-displayMapper(array('home'=>'main.php', 'monitor' =>''));
+displayMapper(array('home'=>'main.php', 'monitor' =>'monitor/monlist.php', 'monshow'=>''));
displayTips(array("Select the domain: the whole cluser or the compute nodes under \"lpar\",",
"then select the desired attributes. click the \"View by Text\" button or the \"View by Graphics\" button"));
diff --git a/xCAT-UI/monitor/setup.php b/xCAT-UI/monitor/setup.php
index 5509d2683..0702d1e71 100644
--- a/xCAT-UI/monitor/setup.php
+++ b/xCAT-UI/monitor/setup.php
@@ -14,7 +14,6 @@ require_once "$TOPDIR/lib/monitor_display.php";
$name = $_REQUEST['name'];
$action = $_REQUEST['action'];
-
//read the "monitoring" table to see whether node status monitoring is enable or not
//$xml = docmd("webrun", "", array("gettab name=$name monitoring.nodestatmon"));
//if(getXmlErrors($xml, $errors)) {