server/mods-available/monitor_core_module.inc.php
@@ -53,7 +53,7 @@ /* * Do the monitor every n minutes and write the result to the db */ $min = date('i'); $min = @date('i'); if (($min % $this->interval) == 0) { $this->doMonitor(); } @@ -1082,6 +1082,7 @@ /* * Check, if we have mpt-status installed (LSIsoftware-raid) */ if(file_exists('/proc/mpt/summary')) { system('which mpt-status', $retval); if($retval === 0) { /* @@ -1129,6 +1130,7 @@ } } } } /* * Insert the data into the database