2009-07-16 09:54:58 +00:00
|
|
|
<?php
|
|
|
|
if(!isset($TOPDIR)) { $TOPDIR="/opt/xcat/ui";}
|
|
|
|
require_once "$TOPDIR/lib/security.php";
|
|
|
|
require_once "$TOPDIR/lib/functions.php";
|
|
|
|
require_once "$TOPDIR/lib/display.php";
|
2009-07-29 06:07:58 +00:00
|
|
|
require_once "$TOPDIR/lib/monitor_display.php";
|
2009-07-28 09:55:54 +00:00
|
|
|
|
2009-07-16 09:54:58 +00:00
|
|
|
?>
|
2009-08-19 09:12:58 +00:00
|
|
|
|
2009-07-29 06:07:58 +00:00
|
|
|
<?php
|
2009-08-19 09:12:58 +00:00
|
|
|
displayMapper_mon(array('home'=>'main.php', 'monitor' =>'monitor/monlist.php'));
|
2009-07-29 06:07:58 +00:00
|
|
|
|
|
|
|
displayTips(array("Click the name of each plugin, you can get the plugin's description.",
|
2009-08-18 03:11:36 +00:00
|
|
|
"Select one plugin, choose the options for set up monitoring ",
|
|
|
|
"Click the button <b>\"Start\", \"Stop\" or \"Restart\"</b> to setup monitoring plugin"));
|
2009-07-16 09:54:58 +00:00
|
|
|
|
2009-07-29 06:07:58 +00:00
|
|
|
displayMonTable();
|
|
|
|
|
2009-08-18 03:11:36 +00:00
|
|
|
insertDiv("plugin_desc");
|
|
|
|
|
|
|
|
insertDiv("options");
|
2009-08-19 09:12:58 +00:00
|
|
|
|
|
|
|
insetDiv("view"); //display options to the users for viewing event log & performance in text/graphics format
|
2009-08-18 03:11:36 +00:00
|
|
|
?>
|