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
|
|
|
?>
|
|
|
|
<script type="text/javascript">
|
2009-08-18 03:11:36 +00:00
|
|
|
showPluginOptions();
|
|
|
|
showPluginDescription();
|
2009-07-16 09:54:58 +00:00
|
|
|
</script>
|
2009-07-29 06:07:58 +00:00
|
|
|
<?php
|
|
|
|
displayMapper_mon(array('home'=>'main.php', 'monitor'=>'monitor/monlist.php'));
|
|
|
|
|
|
|
|
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");
|
|
|
|
?>
|