diff --git a/xCAT-UI/monitor/monlist.php b/xCAT-UI/monitor/monlist.php new file mode 100644 index 000000000..9c948c5d3 --- /dev/null +++ b/xCAT-UI/monitor/monlist.php @@ -0,0 +1,69 @@ +",implode(' ', $errors), "

"; + exit; + } + #then, parse the xml data + foreach($xml->children() as $response) foreach($response->children() as $data) { + list($name, $stat) = preg_split("/\s+/", $data); + echo << + $name + $stat + + +TAB1; + //echo "$name$stat$name"; + } + return 0; + } +?> + +
+ + home / + Plug-ins' List + +
+
+

Tips:

+

Please select the available plug-ins, and click the "next" button for next steps;

+
+
+ + + + + + + + + + + +
Plug-in NameStatusNode Status Monitoring
+
+
+ +'NEXT', 'id'=>'next', 'onclick'=>'loadMainPage("main.php")')); ?> + +