vogelor
2008-11-25 36d307956bcb0c07ad819826831db21913ed8ad5
interface/web/monitor/show_data.php
@@ -84,6 +84,18 @@
        $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;