.
************************************************************************
*/
/**
*
* overview.php, TSM Monitor
*
* Overview page for TSM Monitor
*
* @author Michael Clemens
* @package tsmmonitor
*/
?>
|
Quick Overview for Server |
|
Health Status |
getOverviewRows($tsmmonitor->configarray["infoboxarray"]["healthdata"]); ?>
|
|
TSM Database |
getOverviewRows($tsmmonitor->configarray["infoboxarray"]["database"]); ?>
|
|
Total Data |
getOverviewRows($tsmmonitor->configarray["infoboxarray"]["totaldata"]); ?>
|
|
Schedule Status |
getOverviewRows($tsmmonitor->configarray["infoboxarray"]["schedules"]); ?>
|