tbrehm
2009-01-25 51d0a2ec1d8642bb317ebeb9c4acdc4dd84e2fae
server/mods-available/monitor_core_module.inc.php
@@ -191,8 +191,8 @@
        /** The state of the disk-usage */
        $state = 'ok';
        /** Fetch the data into a array */
        $dfData = shell_exec("df -hTx tmpfs");
        /** Fetch the data of ALL devices into a array (needed for monitoring!)*/
        $dfData = shell_exec("df -hT");
        // split into array
        $df = explode("\n", $dfData);