redray
2008-12-01 6eaaa70ea8ee9cd1044dbd101d6573d2e134d0f2
interface/web/monitor/show_data.php
@@ -72,6 +72,30 @@
        $title = $app->lng("Status of services").' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'system_update':
        $template = 'templates/show_data.htm';
        $output .= showSystemUpdate();
        $title = "Update State" . ' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'mailq':
        $template = 'templates/show_data.htm';
        $output .= showMailq();
        $title = "Mailq" . ' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'raid_state':
        $template = 'templates/show_data.htm';
        $output .= showRaidState();
        $title = "RAID-State" . ' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'rkhunter':
        $template = 'templates/show_data.htm';
        $output .= showRKHunter();
        $title = "RKHunter-Log" . ' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    default:
        $template = '';
        break;