ftimme
2013-02-19 71acf0c101aac65de71c0d2b45b38e55ecbffcf2
server/lib/classes/monitor_tools.inc.php
@@ -485,7 +485,7 @@
      $state = 'ok';
      /** Fetch the data of ALL devices into a array (needed for monitoring!) */
      $dfData = shell_exec('df -hT');
      $dfData = shell_exec('df -hT 2>/dev/null');
      // split into array
      $df = explode("\n", $dfData);