vogelor
2010-05-01 cbff9d43e25e44d5e1ee716b8898b27e746a045c
Monitor: Changed the message of the not supported RAIDs
3 files modified
8 ■■■■ changed files
interface/web/monitor/lib/lang/de.lng 2 ●●● patch | view | raw | blame | history
interface/web/monitor/lib/lang/en.lng 2 ●●● patch | view | raw | blame | history
interface/web/monitor/tools.inc.php 4 ●●●● patch | view | raw | blame | history
interface/web/monitor/lib/lang/de.lng
@@ -63,7 +63,7 @@
$wb['monitor_logs_freshclam_txt'] = 'Freshclam - Protokoll';
$wb['monitor_logs_clamav_txt'] = 'Clamav - Protokoll';
$wb['monitor_logs_ispc_txt'] = 'ISPConfig - Protokoll';
$wb['monitor_nomdadm_txt'] = 'mdadm ist auf ihrem Server nicht installiert oder der Server besitzt kein unterstütztes RAID';
$wb['monitor_nosupportedraid1_txt'] = "Zum jetzigen Zeitpunkt unterstützen wir 'mdadm' und 'mpt-status',<br>um den RAID-Status zu ermitteln.<br>Auf Ihrem Server kann keines dieser Programme gefunden werden.<br><br>Dies bedeutet, Ihr Server wird zum jetzigen Zeitpunkt nicht unterstützt.";
$wb['monitor_norkhunter_txt'] = 'RKHunter ist nicht installiert, deshalb gibt es keine Protokolldatei';
$wb['monitor_serverstate_server_txt'] = 'Server';
$wb['monitor_serverstate_state_txt'] = 'Status';
interface/web/monitor/lib/lang/en.lng
@@ -62,7 +62,7 @@
$wb['monitor_logs_freshclam_txt'] = 'Freshclam - Log';
$wb['monitor_logs_clamav_txt'] = 'ClamAV - Log';
$wb['monitor_logs_ispc_txt'] = 'ISPConfig - Log';
$wb['monitor_nomdadm_txt'] = 'mdadm is not installed or your Server has no supported RAID';
$wb['monitor_nosupportedraid1_txt'] = "At the moment, we support 'mdadm' or 'mpt-status' for monitoring the RAID.<br>We can't find any of them at your server.<br><br>This means we can not support your RAID yet.";
$wb['monitor_norkhunter_txt'] = 'RKHunter is not installed, so there is no log data';
$wb['monitor_serverstate_server_txt'] = 'Server';
$wb['monitor_serverstate_state_txt'] = 'State';
interface/web/monitor/tools.inc.php
@@ -367,10 +367,10 @@
        /*
         * First, we have to detect, if there is any monitoring-data.
         * If not (because the destribution is not supported) show this.
         * If not (because the RAID-Controler is not supported yet) show this.
        */
        if ($record['state'] == 'no_state') {
            $html .= '<p>'.$app->lng("monitor_nomdadm_txt").'</p>';
            $html .= '<p>'.$app->lng("monitor_nosupportedraid1_txt").'</p>';
        }
        else {
            $data = unserialize($record['data']);