Source for file class.mbm5.inc.php
Documentation is available at class.mbm5.inc.php
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// $Id: class.mbm5.inc.php,v 1.7 2007/02/18 19:11:31 bigmichi1 Exp $
if( strpos( $buffer, ";") ===
false ) {
$buffer =
split( "\n", $buffer );
for( $intPosi =
3; $intPosi <
6; $intPosi++
) {
$results[$intCount]['label'] =
$this->buf_label[$intPosi];
$results[$intCount]['value'] =
$this->buf_value[$intPosi];
$results[$intCount]['limit'] =
'70.0';
for( $intPosi =
13; $intPosi <
16; $intPosi++
) {
$results[$intCount]['label'] =
$this->buf_label[$intPosi];
$results[$intCount]['value'] =
$this->buf_value[$intPosi];
$results[$intCount]['min'] =
'3000';
for( $intPosi =
6; $intPosi <
13; $intPosi++
) {
$results[$intCount]['label'] =
$this->buf_label[$intPosi];
$results[$intCount]['value'] =
$this->buf_value[$intPosi];
$results[$intCount]['min'] =
'0.00';
$results[$intCount]['max'] =
'0.00';
Documentation generated on Mon, 17 Nov 2008 01:10:25 +0100 by phpDocumentor 1.4.0