tbrehm
2011-05-30 794082b48ad46127601acbb97bcf336f23adc347
Fixed a Bug in the monitor is the LSI software raid software is installed but no LSI raid is configured.
1 files modified
2 ■■■■■ changed files
server/lib/classes/monitor_tools.inc.php 2 ●●●●● patch | view | raw | blame | history
server/lib/classes/monitor_tools.inc.php
@@ -993,6 +993,7 @@
                 * Then calc the state.
                 */
                $state = 'ok';
                if(is_array($data['output'])) {
                foreach ($data['output'] as $item) {
                    /*
                     * The output contains information for every RAID and every HDD.
@@ -1024,6 +1025,7 @@
                }
            }
        }
        }
        /*
         * Return the Result