mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4011 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			24 lines
		
	
	
		
			766 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			766 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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";
 | |
|  require_once "$TOPDIR/lib/monitor_display.php";
 | |
| 
 | |
| ?>
 | |
| 
 | |
| <?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.",
 | |
|         "Select one plugin, choose the options for set up monitoring ",
 | |
|         "Click the button <b>\"Start\", \"Stop\" or \"Restart\"</b> to setup monitoring plugin"));
 | |
| 
 | |
| displayMonTable();
 | |
| 
 | |
| insertDiv("plugin_desc");
 | |
| 
 | |
| insertDiv("options");
 | |
| 
 | |
| insetDiv("view");   //display options to the users for viewing event log & performance in text/graphics format
 | |
| ?>
 |