tbrehm
2012-02-17 9a63318da16fecd56dbd9fb75fae75f91c2bb23a
Removed -n switch from mpt-status command to get a cleaner output of the raid state in monitor.
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
@@ -1020,7 +1020,7 @@
                /*
                 * Fetch the output
                 */
                $data['output'] = shell_exec('mpt-status --autoload -n');
                $data['output'] = shell_exec('mpt-status --autoload');
                /*
                 * Then calc the state.