diff --git a/xCAT-UI/js/monitor/monitor.js b/xCAT-UI/js/monitor/monitor.js index 494acbe86..e8ef525e3 100644 --- a/xCAT-UI/js/monitor/monitor.js +++ b/xCAT-UI/js/monitor/monitor.js @@ -54,35 +54,74 @@ function loadMonitorPage() { var monitorForm = $('
'); // Create info bar - var monitorInfoBar = createInfoBar('Select a monitoring tool to use.'); - monitorForm.append(monitorInfoBar); + monitorForm.append('Getting monitoring stauts').append(createLoader()); - // Create a list of monitoring tools - var monitorList = $('Monitor Tool | Status | Description |
---|---|---|
xCAT Monitor | '; + monitorTable += '' + monitorStatusHash['xcatmon'] + ' | '; + monitorTable += 'Provides node status monitoring using fping on AIX and nmap on Linux. It also provides application status monitoring. The status and the appstatus columns of the nodelist table will be updated periodically with the latest status values for the nodes. |
RMC Monitor | '; + monitorTable += '' + monitorStatusHash['rmcmon'] + ' | '; + monitorTable += 'IBM\'s Resource Monitoring and Control (RMC) subsystem is our recommended software for monitoring xCAT clusters. It\'s is part of the IBM\'s Reliable Scalable Cluster Technology (RSCT) that provides a comprehensive clustering environment for AIX and LINUX. |
RMC Event | '; + monitorTable += '' + monitorStatusHash['rmcmon'] + ' | '; + monitorTable += 'Listing event monitoring information recorded by the RSCT Event Response resource manager in the audit log. Creating and removing a condition/response association. |
Ganglia Monitor | '; + monitorTable += '' + monitorStatusHash['gangliamon'] + ' | '; + monitorTable += 'A scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. |
PCP Monitor | '; + monitorTable += 'undefined | '; + monitorTable += 'Under construction. |